/* CompleteGrow Shop Pages — scoped under .cgs so theme and Elementor styles don't leak in or out. */

.cgs {
	--cgs-ink: #1E3329;
	--cgs-text: #2B3D33;
	--cgs-body: #4A5D52;
	--cgs-muted: #5E6E64;
	--cgs-green: #3F6A55;
	--cgs-green-ink: #2F5845;
	--cgs-green-dark: #2F5745;
	--cgs-deep: #23402F;
	--cgs-surface: #FFFFFF;
	--cgs-line: #E2E8DF;
	--cgs-line-2: #DDE5DA;
	--cgs-field: #D5DED2;
	--cgs-tint: #E6EFE8;
	--cgs-tint-2: #F1F5EF;
	--cgs-seg: #EAF0E7;
	--cgs-media: #EEF2EC;
	--cgs-new-bg: #F4E4B0;
	--cgs-new-ink: #5C4300;
	--cgs-error: #9B2C1F;
	--cgs-sale: #B8472A;
	--cgs-bg: #F8FBF3;
	--cgs-serif: "Playfair Display", Georgia, "Times New Roman", serif;
	--cgs-sans: Inter, "Helvetica Neue", Arial, system-ui, sans-serif;
	--cgs-pad: 24px;
	--cgs-gap: 24px;

	box-sizing: border-box;
	width: 100%;
	max-width: calc(1280px + 2 * var(--cgs-pad));
	margin: 0 auto;
	padding: 0 var(--cgs-pad);
	font-family: var(--cgs-sans);
	font-size: 16px;
	line-height: 1.5;
	color: var(--cgs-text);
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

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

.cgs [hidden] { display: none !important; }

/* Inside an Elementor widget the column already has side padding: don't add ours on top. */
.elementor-widget-shortcode .cgs,
.elementor-shortcode .cgs { --cgs-pad: 0px; }
.cgs p { margin: 0; }
.cgs a { text-decoration: none; }
.cgs ul { margin: 0; }
.cgs button {
	margin: 0;
	font-family: inherit;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.2;
	box-shadow: none;
	min-height: 0;
	min-width: 0;
	-webkit-appearance: none;
	appearance: none;
}
.cgs :focus-visible { outline: 2px solid var(--cgs-green); outline-offset: 2px; }
.cgs .cgs-ic { display: block; flex: none; }

.cgs-sr {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.cgs-has-shop,
.cgs-page { background-color: #F8FBF3; }
.cgs-page .cgs-notices { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */

.cgs .cgs-hero { padding-top: 20px; }
.cgs--noheader .cgs-plants { margin-top: 8px; }
.cgs--noheader > .cgs-toolbar:first-child { padding-top: 8px; }

.cgs .cgs-crumbs {
	display: flex; flex-wrap: wrap; gap: 8px;
	font-size: 13px; line-height: 1.4; color: var(--cgs-muted);
}
.cgs .cgs-crumbs a { color: var(--cgs-muted); }
.cgs .cgs-crumbs a:hover { color: var(--cgs-ink); text-decoration: underline; }

.cgs .cgs-hero__row {
	display: flex; flex-wrap: wrap;
	align-items: flex-end; justify-content: space-between;
	gap: 24px 48px;
	margin-top: 18px;
}
.cgs .cgs-hero__text { flex: 1 1 520px; max-width: 700px; min-width: 0; }

.cgs .cgs-eyebrow {
	font-size: 13px; font-weight: 600; line-height: 1.3;
	letter-spacing: .08em; text-transform: uppercase;
	color: var(--cgs-green);
}

.cgs .cgs-h1 {
	margin: 8px 0 0; padding: 0;
	font-family: var(--cgs-serif);
	font-size: 48px; line-height: 1.1; font-weight: 600;
	letter-spacing: normal; text-transform: none;
	color: var(--cgs-ink);
}
.cgs .cgs-hero__text > .cgs-h1:first-child { margin-top: 0; }

.cgs .cgs-hero__intro {
	margin-top: 14px; max-width: 680px;
	font-size: 17px; line-height: 1.6; color: var(--cgs-body);
}

.cgs .cgs-trust {
	list-style: none; margin: 0 0 4px; padding: 0;
	display: grid; grid-template-columns: repeat(3, minmax(0, 150px)); gap: 12px 28px;
	font-size: 13px; font-weight: 500; line-height: 1.35; color: #2F4A3C;
}
.cgs .cgs-trust li { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; }
.cgs .cgs-trust .cgs-ic { color: var(--cgs-green); }

.cgs .cgs-howto {
	flex: 0 1 420px;
	display: flex; flex-direction: column; gap: 8px;
	padding: 20px 22px;
	border-radius: 18px; border: 1px solid var(--cgs-line);
	background: var(--cgs-surface);
}
.cgs .cgs-howto__label {
	font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
	color: var(--cgs-green);
}
.cgs .cgs-howto__text { font-size: 15px; line-height: 1.55; color: #2F4A3C; }

/* ---------- Category tabs ---------- */

.cgs .cgs-tabs {
	display: flex; gap: 10px;
	margin-top: 28px; padding-bottom: 24px;
	border-bottom: 1px solid var(--cgs-line-2);
	overflow-x: auto; scrollbar-width: none;
}
.cgs .cgs-tabs::-webkit-scrollbar { display: none; }
.cgs .cgs-tab {
	flex: none;
	display: inline-flex; align-items: center;
	height: 44px; padding: 0 20px;
	border-radius: 999px; border: 1px solid var(--cgs-field);
	background: var(--cgs-surface); color: #2F4A3C;
	font-size: 14px; font-weight: 600; white-space: nowrap;
	transition: border-color .15s, color .15s;
}
.cgs .cgs-tab:hover { border-color: var(--cgs-green); color: var(--cgs-ink); }
.cgs .cgs-tab[aria-current] { background: var(--cgs-deep); border-color: var(--cgs-deep); color: #FFFFFF; }

/* ---------- Plant filter ---------- */

.cgs .cgs-plants { margin-top: 40px; }

.cgs .cgs-h2 {
	margin: 0; padding: 0;
	font-family: var(--cgs-serif); font-weight: 600;
	letter-spacing: normal; text-transform: none;
	color: var(--cgs-ink);
}
.cgs .cgs-plants__h { margin-bottom: 16px; font-size: 22px; line-height: 1.3; }

.cgs .cgs-plants__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
	gap: 12px;
}

.cgs .cgs-chip {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
	height: 104px; padding: 0 8px;
	border-radius: 18px; border: 1px solid var(--cgs-line-2);
	background: var(--cgs-surface); color: #2F4A3C;
	font-size: 14px; font-weight: 600; line-height: 1.25; text-align: center;
	cursor: pointer;
	transition: border-color .15s, background-color .15s, color .15s;
}
.cgs .cgs-chip__ic {
	display: flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 999px;
	background: var(--cgs-tint-2);
}
.cgs .cgs-chip:hover { border-color: var(--cgs-green); background: var(--cgs-surface); color: var(--cgs-ink); }
.cgs .cgs-chip[aria-pressed="true"] {
	border-color: var(--cgs-green);
	box-shadow: inset 0 0 0 1px var(--cgs-green);
	background: var(--cgs-tint); color: var(--cgs-ink);
}
.cgs .cgs-chip[aria-pressed="true"] .cgs-chip__ic { background: var(--cgs-surface); }

/* ---------- Toolbar ---------- */

.cgs .cgs-toolbar {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
	gap: 12px 16px;
	padding: 32px 0 20px;
}

.cgs .cgs-seg {
	display: flex; gap: 4px; max-width: 100%;
	padding: 4px; border-radius: 999px;
	background: var(--cgs-seg);
	overflow-x: auto; scrollbar-width: none;
}
.cgs .cgs-seg::-webkit-scrollbar { display: none; }
.cgs .cgs-seg__btn {
	flex: none;
	height: 40px; padding: 0 20px;
	border: 0; border-radius: 999px;
	background: transparent; color: var(--cgs-body);
	font-size: 14px; font-weight: 600;
	cursor: pointer;
}
.cgs .cgs-seg__btn:hover { background: rgba(255, 255, 255, .6); color: var(--cgs-ink); }
.cgs .cgs-seg__btn[aria-pressed="true"] {
	background: var(--cgs-surface); color: var(--cgs-ink);
	box-shadow: 0 1px 3px rgba(30, 51, 41, .16);
}

.cgs .cgs-toolbar__right {
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px;
	margin-left: auto;
}
.cgs .cgs-count { font-size: 14px; color: var(--cgs-body); }

.cgs .cgs-link-btn {
	height: 44px; padding: 0 4px;
	border: 0; background: transparent;
	color: var(--cgs-green); font-size: 14px; font-weight: 600;
	text-decoration: underline; text-underline-offset: 3px;
	cursor: pointer;
}
.cgs .cgs-link-btn:hover { background: transparent; color: var(--cgs-ink); }

.cgs .cgs-sort { display: flex; align-items: center; gap: 10px; }
.cgs .cgs-sort label { margin: 0; font-size: 14px; font-weight: 400; color: var(--cgs-body); }
.cgs .cgs-sort select {
	width: auto; height: 44px; min-width: 0; margin: 0;
	padding: 0 40px 0 16px;
	border-radius: 999px; border: 1px solid var(--cgs-field);
	background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E3329' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center / 16px 16px;
	color: var(--cgs-ink);
	font-family: var(--cgs-sans); font-size: 14px; font-weight: 500; line-height: 1;
	box-shadow: none;
	-webkit-appearance: none; appearance: none;
	cursor: pointer;
}

/* ---------- Grid ---------- */

.cgs .cgs-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--cgs-gap);
}
.cgs .cgs-grid:empty { display: none; }
.cgs .cgs-grid--b { margin-top: var(--cgs-gap); }
.cgs .cgs-kits + .cgs-grid--b { margin-top: 0; }

.cgs .cgs-empty {
	display: flex; flex-direction: column; align-items: center; gap: 16px;
	margin-bottom: var(--cgs-gap); padding: 56px 24px;
	border-radius: 24px; border: 1px dashed #C9D4C5;
	background: var(--cgs-surface); text-align: center;
}
.cgs .cgs-empty__title { font-family: var(--cgs-serif); font-size: 24px; line-height: 1.3; color: var(--cgs-ink); }

/* ---------- Card ---------- */

.cgs .cgs-card {
	position: relative;
	display: flex; flex-direction: column; min-width: 0;
	padding: 10px;
	border-radius: 20px; border: 1px solid var(--cgs-line);
	background: var(--cgs-surface);
	transition: border-color .2s, box-shadow .2s;
}
@media (hover: hover) {
	.cgs .cgs-card:hover { border-color: #CFDCCB; box-shadow: 0 12px 30px rgba(30, 51, 41, .08); }
	.cgs .cgs-card:hover .cgs-card__name,
	.cgs .cgs-card:hover .cg-bb__title-main { color: var(--cgs-green); }
}

/* The whole card opens the product: the title link stretches over it. Things you can
   tap on their own (image strip, arrows, sizes, buttons) sit above that layer. */
.cgs .cgs-card__title a::after {
	content: ""; position: absolute; inset: 0; z-index: 1;
	border-radius: 20px;
}
.cgs .cgs-card__title a:focus-visible { outline: none; }
.cgs .cgs-card__title a:focus-visible::after { outline: 2px solid var(--cgs-green); outline-offset: 2px; }
.cgs .cgs-card .cgs-card__track { z-index: 2; }
.cgs .cgs-card .cgs-card__nav,
.cgs .cgs-card .cgs-card__dots,
.cgs .cgs-card .cgs-badges { z-index: 3; }
.cgs .cgs-card .cgs-qa { z-index: 4; }
.cgs .cgs-sizes,
.cgs .cgs-card__foot .cgs-btn,
.cgs .cgs-card__status { position: relative; z-index: 2; }
.cgs .cgs-card.is-open { z-index: 3; box-shadow: 0 14px 34px rgba(30, 51, 41, .12); }

.cgs .cgs-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 14px; overflow: hidden;
	background: var(--cgs-media);
}
.cgs .cgs-card__track {
	position: absolute; inset: 0;
	display: flex;
	overflow-x: auto; overflow-y: hidden;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
}
.cgs .cgs-card__track::-webkit-scrollbar { display: none; }
.cgs .cgs-card__slide {
	position: relative; display: block;
	flex: 0 0 100%; height: 100%;
	scroll-snap-align: start; scroll-snap-stop: always;
}
.cgs .cgs-card__media img {
	position: absolute; inset: 0;
	width: 100%; height: 100% !important; max-width: none;
	margin: 0; border-radius: 0; box-shadow: none;
	object-fit: cover;
	transition: opacity .25s ease;
}

/* Image arrows: shown on devices with a mouse; phones swipe. */
.cgs .cgs-card__nav {
	position: absolute; top: 50%; z-index: 1;
	display: none; align-items: center; justify-content: center;
	width: 32px; height: 32px; margin-top: -16px; padding: 0;
	border: 0; border-radius: 999px;
	background: rgba(255, 255, 255, .88); color: var(--cgs-ink);
	box-shadow: 0 2px 8px rgba(30, 51, 41, .16);
	cursor: pointer;
	transition: background-color .15s, transform .15s;
}
.cgs .cgs-card__nav--prev { left: 10px; }
.cgs .cgs-card__nav--next { right: 10px; }
.cgs .cgs-card__nav:hover { background: #FFFFFF; color: var(--cgs-ink); transform: scale(1.06); }
@media (hover: hover) and (pointer: fine) {
	.cgs .cgs-card__nav { display: flex; }
	/* Calm photos: arrows and dots only while the card is hovered (or focused). */
	.cgs .cgs-card .cgs-card__nav,
	.cgs .cgs-card .cgs-card__dots { opacity: 0; transition: opacity .2s ease, background-color .15s, transform .15s; }
	.cgs .cgs-card:hover .cgs-card__nav,
	.cgs .cgs-card:hover .cgs-card__dots,
	.cgs .cgs-card:focus-within .cgs-card__nav { opacity: 1; }
	/* Second photo fades in on hover; the arrows take over once used. */
	.cgs .cgs-card__alt {
		position: absolute; inset: 0; z-index: 2;
		display: block; opacity: 0; pointer-events: none;
		background: var(--cgs-media); /* transparent product PNGs must not show the first photo through */
		transition: opacity .35s ease;
	}
	.cgs .cgs-card.is-hovering .cgs-card__alt { opacity: 1; }
	.cgs .cgs-card.is-hovering.is-browsing .cgs-card__alt { opacity: 0; transition-duration: .15s; }
}
.cgs .cgs-card__alt { display: none; }
@media (hover: hover) and (pointer: fine) {
	.cgs .cgs-card__media .cgs-card__alt { display: block; }
}
.cgs .cgs-card__dots {
	position: absolute; left: 50%; bottom: 10px; z-index: 1;
	display: flex; gap: 5px;
	transform: translateX(-50%);
	pointer-events: none;
}
.cgs .cgs-card__dots i {
	display: block; width: 6px; height: 6px; border-radius: 999px;
	background: rgba(255, 255, 255, .65);
	box-shadow: 0 0 0 1px rgba(30, 51, 41, .12);
	transition: width .2s, background-color .2s;
}
.cgs .cgs-card__dots i.is-on { width: 16px; background: #FFFFFF; }
.cgs .cgs-card.is-oos .cgs-card__media img { opacity: .5; }

.cgs .cgs-badges {
	position: absolute; top: 12px; left: 12px; z-index: 1;
	display: flex; flex-wrap: wrap; gap: 6px;
	max-width: calc(100% - 24px);
	pointer-events: none;
}
.cgs .cgs-badge {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 7px 12px; border-radius: 999px;
	background: #FFFFFF; color: #2F4A3C;
	font-size: 12px; font-weight: 600; line-height: 1; white-space: nowrap;
	box-shadow: 0 1px 4px rgba(30, 51, 41, .14);
}
.cgs .cgs-badge--sale {
	background: var(--cgs-sale); color: #FFFFFF;
	font-weight: 700; letter-spacing: .01em;
	box-shadow: 0 3px 10px rgba(184, 71, 42, .32);
}
.cgs .cgs-badge--gift { background: #FFF3D6; color: #7A4A00; font-weight: 700; }
.cgs .cgs-badge--best {
	background: #23402F; color: #FFFFFF;
	font-weight: 700; letter-spacing: .01em;
	box-shadow: 0 3px 10px rgba(35, 64, 47, .3);
}
.cgs .cgs-badge--best::before {
	content: ""; flex: none; width: 11px; height: 11px;
	background: #F2C14E;
	-webkit-clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.cgs .cgs-badge--sale::before {
	content: ""; flex: none;
	width: 6px; height: 6px; border-radius: 999px;
	background: #FFFFFF; opacity: .9;
}
.cgs .cgs-badge--new {
	background: var(--cgs-new-bg); color: var(--cgs-new-ink);
	font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}
.cgs .cgs-badge--oos {
	background: var(--cgs-ink); color: #FFFFFF;
	font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}

.cgs .cgs-card__body {
	display: flex; flex-direction: column; flex-grow: 1; gap: 7px;
	padding: 14px 6px 6px;
}
.cgs .cgs-card__top {
	display: flex; align-items: center; justify-content: space-between; gap: 8px;
	min-height: 22px;
}
.cgs .cgs-card__top > .cgs-chips,
.cgs .cgs-card__top > .cgs-card__spec { flex: 1 1 auto; min-width: 0; }
.cgs .cgs-card__top:empty { display: none; }
.cgs .cgs-rate {
	display: inline-flex; align-items: center; gap: 4px; flex: none;
	margin-left: auto;
	font-size: 13px; font-weight: 700; line-height: 1; color: var(--cgs-ink);
}
.cgs .cgs-rate .cgs-star { width: 14px; height: 14px; }
.cgs .cgs-rate__n { font-weight: 500; color: var(--cgs-muted); }
.cgs .cgs-card__spec {
	font-size: 12px; font-weight: 600; line-height: 1.35;
	letter-spacing: .06em; text-transform: uppercase;
	color: var(--cgs-green);
}
.cgs .cgs-card__title {
	margin: 0; padding: 0;
	font-family: var(--cgs-serif);
	font-size: 20px; line-height: 1.22; font-weight: 600;
	letter-spacing: normal; text-transform: none;
}
.cgs .cgs-card__title a { display: block; color: var(--cgs-ink); }
.cgs .cgs-card__name {
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
	overflow: hidden;
	color: inherit;
	text-wrap: balance;
}
.cgs .cgs-nw { white-space: nowrap; }
.cgs .cgs-card__title--solo .cgs-card__name { -webkit-line-clamp: 3; }
.cgs .cgs-card__title a:hover .cgs-card__name { color: var(--cgs-green); }
.cgs .cgs-card__sub {
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
	font-family: var(--cgs-sans); font-size: 13.5px; line-height: 1.45; font-weight: 500;
	color: var(--cgs-muted);
}
.cgs .cgs-card__part + .cgs-card__part::before {
	content: "\00b7"; margin: 0 .4em;
	color: #9AA89F; font-weight: 700;
}
.cgs .cgs-chips {
	/* One row only: a chip that doesn't fit wraps onto a hidden second row. */
	display: flex; flex-wrap: wrap; gap: 5px 5px;
	max-height: 22px; overflow: hidden;
	margin: 0;
}
.cgs .cgs-chip-tag {
	display: block; flex: none; max-width: 100%;
	height: 22px; padding: 0 9px; border-radius: 999px;
	background: #EEF4EA; color: #3A6450;
	font-size: 11.5px; font-weight: 600; line-height: 22px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cgs .cgs-card__title--bb .cg-bb__title-main {
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
	font: inherit; color: inherit; letter-spacing: normal;
	text-wrap: balance;
}
.cgs .cgs-card__title--bb a:hover .cg-bb__title-main { color: var(--cgs-green); }
.cgs .cgs-card__title .cg-bb__title-sub {
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
	margin-top: 5px;
	font-family: var(--cgs-sans); font-size: 13.5px; line-height: 1.45; font-weight: 500; letter-spacing: normal;
	color: var(--cgs-muted);
}
.cgs .cgs-card__title .cg-bb__title-micro { display: none; }
.cgs .cgs-card__benefit { font-size: 14px; line-height: 1.5; color: var(--cgs-muted); }

.cgs .cgs-card__rating { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--cgs-muted); }
.cgs .cgs-stars { display: inline-flex; gap: 2px; }
.cgs .cgs-star { display: block; }

.cgs .cgs-card__foot {
	display: flex; flex-direction: column; gap: 10px;
	margin-top: auto; padding-top: 8px;
}
.cgs .cgs-card__foot .cgs-btn { height: 44px; }
.cgs .cgs-card__pricing {
	display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between;
	gap: 4px 8px;
}
.cgs .cgs-card__price { font-size: 20px; font-weight: 700; line-height: 1.2; color: var(--cgs-ink); }
.cgs .cgs-card__price del { margin-right: 4px; font-size: .75em; font-weight: 500; color: var(--cgs-muted); opacity: 1; }
.cgs .cgs-card__price ins { text-decoration: none; background: none; }
.cgs .cgs-card__price .woocommerce-Price-amount { color: inherit; font-weight: inherit; }
.cgs .cgs-card.is-oos .cgs-card__price { color: var(--cgs-muted); }
.cgs .cgs-card__value { font-size: 13px; color: var(--cgs-muted); }

.cgs .cgs-sizes { display: flex; flex-wrap: wrap; gap: 6px; margin-top: -2px; }
.cgs .cgs-size {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 32px; padding: 0 11px;
	border: 1px solid var(--cgs-line-2); border-radius: 999px;
	background: #FFFFFF; color: var(--cgs-text);
	font-size: 13px; font-weight: 600; line-height: 1; white-space: nowrap;
	cursor: pointer;
	transition: border-color .15s, background-color .15s, color .15s;
}
.cgs .cgs-size:hover { border-color: var(--cgs-green); background: #FFFFFF; color: var(--cgs-ink); }
.cgs .cgs-size[aria-pressed="true"] {
	border-color: var(--cgs-green); box-shadow: inset 0 0 0 1px var(--cgs-green);
	background: var(--cgs-tint); color: var(--cgs-ink);
}
.cgs .cgs-size:disabled { color: var(--cgs-muted); text-decoration: line-through; opacity: .6; cursor: not-allowed; }
.cgs .cgs-size--gift { gap: 5px; }
.cgs .cgs-size--gift .cgs-ic { color: var(--cgs-sale); }
.cgs .cgs-mob-only { display: none; }
.cgs .cgs-size--more { min-width: 0; border-style: dashed; color: var(--cgs-green-ink); }
.cgs .cgs-card__status { font-size: 13px; line-height: 1.4; color: var(--cgs-green-ink); }
.cgs .cgs-card__status:empty { display: none; }
.cgs .cgs-card__status a { color: var(--cgs-green-ink); font-weight: 600; text-decoration: underline; }
.cgs .cgs-card__status.is-error { color: var(--cgs-error); }

/* ---------- Buttons ---------- */

.cgs .cgs-btn {
	display: flex; align-items: center; justify-content: center; gap: 8px;
	width: 100%; height: 46px; padding: 0 18px;
	border-radius: 999px; border: 1.5px solid var(--cgs-green);
	background: var(--cgs-green); color: #FFFFFF;
	font-family: var(--cgs-sans); font-size: 15px; font-weight: 600; line-height: 1;
	text-align: center; text-decoration: none; white-space: nowrap;
	cursor: pointer;
	transition: background-color .15s, border-color .15s, color .15s;
}
.cgs .cgs-btn:hover { background: var(--cgs-green-dark); border-color: var(--cgs-green-dark); color: #FFFFFF; }
.cgs .cgs-btn--outline { background: var(--cgs-surface); color: var(--cgs-green-ink); }
.cgs .cgs-btn--outline:hover { background: var(--cgs-green); border-color: var(--cgs-green); color: #FFFFFF; }
.cgs .cgs-btn.is-primary { background: var(--cgs-green); color: #FFFFFF; }
.cgs .cgs-btn.is-primary:hover { background: var(--cgs-green-dark); border-color: var(--cgs-green-dark); }
.cgs .cgs-btn--auto { width: auto; }
.cgs .cgs-btn[aria-disabled="true"] { cursor: progress; opacity: .8; }

/* ---------- Quick add ---------- */

.cgs .cgs-qa {
	position: absolute; inset: 0; z-index: 2;
	display: flex; flex-direction: column; gap: 8px;
	padding: 12px 12px 12px 14px;
	background: #FFFFFF;
	overflow-y: auto; overscroll-behavior: contain;
}
@media (prefers-reduced-motion: no-preference) {
	.cgs .cgs-qa { animation: cgs-qa-in .18s ease-out; }
}
@keyframes cgs-qa-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.cgs .cgs-qa__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.cgs .cgs-qa__product { display: none; font-size: 13px; color: var(--cgs-muted); }
.cgs .cgs-qa__title { font-family: var(--cgs-serif); font-size: 18px; font-weight: 600; line-height: 1.25; color: var(--cgs-ink); }
.cgs .cgs-qa__close {
	display: flex; align-items: center; justify-content: center; flex: none;
	width: 44px; height: 44px; margin-right: -8px; padding: 0;
	border: 0; border-radius: 999px;
	background: transparent; color: #2F4A3C;
	cursor: pointer;
}
.cgs .cgs-qa__close:hover { background: var(--cgs-tint-2); color: var(--cgs-ink); }

.cgs .cgs-qa__opts { display: flex; flex-direction: column; gap: 8px; }
.cgs .cgs-qa__opt {
	display: flex; align-items: center; justify-content: space-between; gap: 8px; flex: none;
	width: 100%; min-height: 54px; padding: 7px 14px;
	border-radius: 12px; border: 1px solid var(--cgs-line-2);
	background: #FFFFFF; color: var(--cgs-ink);
	text-align: left;
	cursor: pointer;
}
.cgs .cgs-qa__opt:hover { border-color: var(--cgs-green); background: #FFFFFF; color: var(--cgs-ink); }
.cgs .cgs-qa__opt[aria-checked="true"] {
	border-color: var(--cgs-green);
	box-shadow: inset 0 0 0 1px var(--cgs-green);
	background: var(--cgs-tint);
}
.cgs .cgs-qa__opt:disabled { opacity: .55; cursor: not-allowed; }
.cgs .cgs-qa__l { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.cgs .cgs-qa__size { font-size: 15px; font-weight: 700; line-height: 1.2; }
.cgs .cgs-qa__gift {
	display: inline-flex; align-items: center; gap: 4px;
	margin-left: 6px; padding: 3px 7px; border-radius: 999px;
	background: #FFF1E8; color: var(--cgs-sale);
	font-size: 11.5px; font-weight: 700; line-height: 1; vertical-align: 1px;
}
.cgs .cgs-qa__detail { font-size: 12px; line-height: 1.35; color: var(--cgs-muted); }
.cgs .cgs-qa__price { font-size: 15px; font-weight: 700; white-space: nowrap; }
.cgs .cgs-qa__price del { display: block; font-size: 12px; font-weight: 500; color: var(--cgs-muted); }
.cgs .cgs-qa__price ins { text-decoration: none; background: none; }
.cgs .cgs-qa__add { display: none; }
.cgs .cgs-backdrop { display: none; }

/* ---------- Kits band ---------- */

.cgs .cgs-kits {
	display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px;
	margin: 56px 0; padding: 40px 44px;
	border-radius: 28px;
	background: var(--cgs-deep); color: #F3F6F1;
}
.cgs .cgs-kits__intro {
	display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 10px 32px;
}
.cgs .cgs-kits__intro > * { grid-column: 1; margin: 0; }
.cgs .cgs-kits__intro > .cgs-kits__link { grid-column: 2; grid-row: 1 / span 3; margin: 0; }
.cgs .cgs-kits__eyebrow {
	font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
	color: #B9D3C2;
}
.cgs .cgs-kits__title {
	margin: 0; padding: 0;
	font-family: var(--cgs-serif);
	font-size: 36px; line-height: 1.15; font-weight: 600;
	letter-spacing: normal; text-transform: none;
	color: #FFFFFF;
}
.cgs .cgs-kits__text { font-size: 16px; line-height: 1.6; color: #CFE0D5; }
.cgs .cgs-kits__link {
	display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 4px;
	color: #FFFFFF; font-size: 15px; font-weight: 600;
	text-decoration: underline; text-underline-offset: 4px;
}
.cgs .cgs-kits__link:hover { color: #DCEBE1; }

.cgs .cgs-kits__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}
.cgs .cgs-kit {
	display: flex; flex-direction: column; gap: 6px;
	padding: 12px 12px 16px;
	border-radius: 22px; border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .05); color: #FFFFFF;
	transition: background-color .2s, border-color .2s;
}
.cgs .cgs-kit:hover { background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .26); color: #FFFFFF; }

/* Product photo on the green: transparent PNGs sit on a soft light, never cropped. */
.cgs .cgs-kit__stage {
	position: relative; display: block;
	aspect-ratio: 5 / 4; margin-bottom: 10px;
	border-radius: 16px; overflow: hidden;
	background:
		radial-gradient(ellipse 70% 60% at 50% 58%, rgba(214, 236, 221, .20), rgba(214, 236, 221, 0) 72%),
		linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
}
.cgs .cgs-kit__stage::after {
	content: ""; position: absolute; left: 18%; right: 18%; bottom: 9%; height: 10%;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .32), rgba(0, 0, 0, 0) 70%);
	pointer-events: none;
}
.cgs .cgs-kit__stage img {
	position: absolute; top: 7%; left: 8%; z-index: 1;
	width: 84%; height: 83%; max-width: none; margin: 0;
	object-fit: contain; object-position: center bottom;
	border-radius: 0; box-shadow: none; background: none;
	filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .28));
	transition: transform .35s ease;
}
@media (hover: hover) {
	.cgs .cgs-kit:hover .cgs-kit__stage img { transform: translateY(-3px) scale(1.03); }
}
.cgs .cgs-kit__noimg { position: absolute; inset: 0; }

.cgs .cgs-kit__name { padding: 0 4px; font-family: var(--cgs-serif); font-size: 21px; line-height: 1.2; font-weight: 600; }
.cgs .cgs-kit__for {
	padding: 0 4px;
	font-size: 12px; font-weight: 600; line-height: 1.3; letter-spacing: .06em; text-transform: uppercase;
	color: #9FC3AD;
}
.cgs .cgs-kit__contents {
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
	padding: 0 4px;
	font-size: 14px; line-height: 1.45; color: #CFE0D5;
}
.cgs .cgs-kit__foot {
	display: flex; align-items: center; justify-content: space-between; gap: 8px;
	margin: auto 4px 0; padding-top: 14px;
}
.cgs .cgs-kit__price { font-size: 19px; font-weight: 700; line-height: 1.2; color: #FFFFFF; }
.cgs .cgs-kit__price .woocommerce-Price-amount { color: inherit; }
.cgs .cgs-kit__price del { margin-right: 4px; font-size: .75em; font-weight: 500; color: #9FC3AD; }
.cgs .cgs-kit__price ins { text-decoration: none; background: none; color: inherit; }
.cgs .cgs-kit__cta {
	display: inline-flex; align-items: center; gap: 6px; flex: none;
	height: 36px; padding: 0 14px;
	border-radius: 999px; border: 1px solid rgba(255, 255, 255, .28);
	font-size: 13.5px; font-weight: 600; color: #FFFFFF;
	transition: background-color .2s, color .2s, border-color .2s;
}
.cgs .cgs-kit:hover .cgs-kit__cta { background: #FFFFFF; border-color: #FFFFFF; color: var(--cgs-deep); }
.cgs .cgs-kit.is-oos { opacity: .7; }
.cgs .cgs-grid--b + .cgs-kits { margin-bottom: 0; }

/* ---------- End-of-grid cards ---------- */

.cgs .cgs-help {
	grid-column: span 2;
	min-width: 0;
	display: flex; flex-direction: column; justify-content: center; gap: 16px;
	padding: 48px;
	border-radius: 20px;
	background: var(--cgs-tint);
}
.cgs .cgs-help__title {
	margin: 0; padding: 0;
	font-family: var(--cgs-serif);
	font-size: 30px; line-height: 1.2; font-weight: 600;
	letter-spacing: normal; text-transform: none;
	color: var(--cgs-ink);
}
.cgs .cgs-help__text { max-width: 460px; font-size: 16px; line-height: 1.6; color: #3E5146; }
.cgs .cgs-help__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.cgs .cgs-help__actions .cgs-btn { height: 48px; padding: 0 24px; }
.cgs .cgs-help__actions .cgs-btn--outline:not(:hover) { background: transparent; }
@media (min-width: 1100px) {
	.cgs .cgs-help--span-1 { grid-column: span 1; }
	.cgs .cgs-help--span-3 { grid-column: span 3; }
	.cgs .cgs-help--span-4 { grid-column: 1 / -1; }
}
/* Help card squeezed into one column next to the last product. */
.cgs .cgs-help.is-narrow { justify-content: flex-start; gap: 12px; padding: 28px 22px; }
.cgs .cgs-help.is-narrow .cgs-help__title { font-size: 24px; }
.cgs .cgs-help.is-narrow .cgs-help__text { font-size: 15px; line-height: 1.55; }
.cgs .cgs-help.is-narrow .cgs-help__actions { flex-direction: column; margin-top: auto; }
.cgs .cgs-help.is-narrow .cgs-help__actions .cgs-btn { width: 100%; height: auto; min-height: 46px; padding: 10px 16px; white-space: normal; }

.cgs .cgs-xlink {
	display: flex; flex-direction: column; justify-content: flex-end; gap: 12px;
	min-height: 260px; padding: 32px;
	border-radius: 20px;
	background: var(--cgs-tint); color: var(--cgs-ink);
	transition: background-color .15s;
}
.cgs .cgs-xlink:hover { background: #DCE8DF; color: var(--cgs-ink); }
.cgs .cgs-xlink__eyebrow {
	font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
	color: var(--cgs-green);
}
.cgs .cgs-xlink__title { font-family: var(--cgs-serif); font-size: 26px; line-height: 1.2; font-weight: 600; }
.cgs .cgs-xlink__cta { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--cgs-green-ink); }

/* ---------- Bottom text ---------- */

.cgs .cgs-seo {
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 24px 64px;
	margin-top: 72px; padding: 56px 0 72px;
	border-top: 1px solid var(--cgs-line-2);
}
.cgs .cgs-seo--solo { grid-template-columns: minmax(0, 1fr); max-width: 820px; }
.cgs .cgs-seo__h { font-size: 30px; line-height: 1.25; }
.cgs .cgs-seo__body { font-size: 16px; line-height: 1.7; color: var(--cgs-body); }
.cgs .cgs-seo__body p { margin: 0 0 16px; }
.cgs .cgs-seo__body h2,
.cgs .cgs-seo__body h3,
.cgs .cgs-seo__body h4 {
	margin: 24px 0 8px; padding: 0;
	font-family: var(--cgs-serif); font-size: 20px; line-height: 1.3; font-weight: 600;
	letter-spacing: normal; text-transform: none;
	color: var(--cgs-ink);
}
.cgs .cgs-seo__body ul,
.cgs .cgs-seo__body ol { margin: 0 0 16px 1.2em; padding: 0; }
.cgs .cgs-seo__body a { color: var(--cgs-green); text-decoration: underline; }

/* ---------- Read more (CSS only: a hidden checkbox and its label) ---------- */

.cgs .cgs-rm { position: relative; }
.cgs .cgs-rm__cb {
	position: absolute; top: 0; left: 0;
	width: 1px; height: 1px; margin: 0; padding: 0;
	opacity: 0; overflow: hidden;
	-webkit-appearance: none; appearance: none;
}
.cgs .cgs-rm__text > *:last-child,
.cgs .cgs-rm__more > *:last-child { margin-bottom: 0; }
.cgs .cgs-rm--clamp .cgs-rm__text {
	display: -webkit-box; -webkit-box-orient: vertical;
	-webkit-line-clamp: var(--cgs-lines, 3);
	overflow: hidden;
}
.cgs .cgs-rm--split .cgs-rm__more { display: none; margin-top: 16px; }
.cgs .cgs-rm__cb:checked ~ .cgs-rm__text { display: block; -webkit-line-clamp: none; overflow: visible; }
.cgs .cgs-rm__cb:checked ~ .cgs-rm__more { display: block; }

.cgs .cgs-rm__btn {
	display: inline-flex; align-items: center; min-height: 44px; margin: 0;
	font-size: 15px; font-weight: 600; line-height: 1.2; color: var(--cgs-green);
	text-decoration: underline; text-underline-offset: 3px;
	cursor: pointer; user-select: none;
}
.cgs .cgs-rm__btn:hover { color: var(--cgs-ink); }
.cgs .cgs-rm__btn .cgs-less,
.cgs .cgs-rm__cb:checked ~ .cgs-rm__btn .cgs-more { display: none; }
.cgs .cgs-rm__cb:checked ~ .cgs-rm__btn .cgs-less { display: inline; }
.cgs .cgs-rm__cb:focus-visible ~ .cgs-rm__btn { outline: 2px solid var(--cgs-green); outline-offset: 2px; border-radius: 4px; }

/* One line: Read more sits at the end of the line, then drops below when opened. */
.cgs .cgs-rm--inline { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 12px; }
.cgs .cgs-rm--inline .cgs-rm__text { flex: 1 1 0; min-width: 0; }
.cgs .cgs-rm--inline .cgs-rm__btn { flex: none; min-height: 0; padding: 4px 0; font-size: 14px; }
.cgs .cgs-rm--inline .cgs-rm__cb:checked ~ .cgs-rm__text { flex-basis: 100%; }
.cgs .cgs-rm--inline .cgs-rm__cb:checked ~ .cgs-rm__btn { margin-top: 8px; }

/* SEO text under the heading. */
.cgs .cgs-hero__intro .cgs-rm__text p,
.cgs .cgs-hero__intro .cgs-rm__text ul,
.cgs .cgs-hero__intro .cgs-rm__text ol { margin: 0 0 12px; }
.cgs .cgs-hero__intro .cgs-rm__text ul,
.cgs .cgs-hero__intro .cgs-rm__text ol { padding-left: 1.2em; }
.cgs .cgs-hero__intro .cgs-rm__text h2,
.cgs .cgs-hero__intro .cgs-rm__text h3,
.cgs .cgs-hero__intro .cgs-rm__text h4 {
	margin: 20px 0 6px; padding: 0;
	font-family: var(--cgs-serif); font-size: 20px; line-height: 1.3; font-weight: 600;
	letter-spacing: normal; text-transform: none;
	color: var(--cgs-ink);
}
.cgs .cgs-hero__intro .cgs-rm__text a { color: var(--cgs-green); text-decoration: underline; }

/* ==========================================================================
   Card v2: type line, plant chips, N/P/K panel, leafy <-> bloom, sizes, price pill.
   No photo mat and no wishlist heart, on any screen.
   ========================================================================== */

.cgs .cgs-card { padding: 10px; border-radius: 18px; }
.cgs .cgs-card__media { border-radius: 12px; background: var(--cgs-media); }
.cgs .cgs-card__body { gap: 8px; padding: 14px 6px 4px; }

/* Type line: "● LIQUID · 2-PART" */
.cgs .cgs-card__top { min-height: 18px; }
.cgs .cgs-type {
	display: flex; align-items: center; gap: 7px; min-width: 0; margin: 0;
	font-size: 11.5px; font-weight: 700; line-height: 1.2; letter-spacing: .07em; text-transform: uppercase;
	color: #4A5D52;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cgs .cgs-type i { flex: none; width: 7px; height: 7px; border-radius: 999px; background: #8FA196; }
.cgs .cgs-type--liquid i { background: #4F8FC0; }
.cgs .cgs-type--powder i { background: #A39585; }
.cgs .cgs-type--accessory i { background: #6F9A80; }
/* Rating opposite the type line: five stars + count; "★ 16" on phones or when it's tight. */
.cgs .cgs-card__top .cgs-rate { display: inline-flex; align-items: center; gap: 5px; flex: none; margin-left: auto; font-size: 12.5px; }
.cgs .cgs-rate__stars { display: inline-flex; gap: 1px; }
.cgs .cgs-rate__stars .cgs-star { width: 13px; height: 13px; }
.cgs .cgs-rate__one { display: none; }
.cgs .cgs-card__top .cgs-rate__n { font-weight: 500; color: var(--cgs-muted); }
.cgs .cgs-card__top.is-short .cgs-rate__stars { display: none; }
.cgs .cgs-card__top.is-short .cgs-rate__one { display: inline-flex; }
.cgs .cgs-card__top.is-short .cgs-rate { gap: 3px; font-weight: 700; }
.cgs .cgs-card__top.is-short .cgs-rate__n { font-weight: 700; color: var(--cgs-ink); }
.cgs .cgs-rate__one .cgs-star { width: 13px; height: 13px; }

/* Title block */
.cgs .cgs-card__title { font-size: 19px; line-height: 1.22; }
.cgs .cgs-card__sub,
.cgs .cgs-card__title .cg-bb__title-sub { margin-top: 6px; font-size: 13px; }

/* Plant chips */
.cgs .cgs-pl { display: flex; flex-wrap: wrap; gap: 5px; margin: 2px 0 0; }
.cgs .cgs-pl--m { display: none; }
.cgs .cgs-pl__chip {
	display: inline-flex; align-items: center; gap: 5px;
	height: 24px; padding: 0 9px; border-radius: 999px;
	font-size: 11.5px; font-weight: 600; line-height: 1; white-space: nowrap;
	background: #EDF2EA; color: #3F5E4B;
}
.cgs .cgs-pl__chip .cgs-ic { width: 13px; height: 13px; }
.cgs .cgs-pl__icons { display: inline-flex; gap: 2px; }
.cgs .cgs-pl--most   { background: #EDF2EA; color: #3F5E4B; }
.cgs .cgs-pl--veg    { background: #EAF3DF; color: #45702F; }
.cgs .cgs-pl--flower { background: #FBE7EE; color: #A23F66; }
.cgs .cgs-pl--indoor { background: #E4EFE7; color: #33664C; }
.cgs .cgs-pl--citrus { background: #FCF1CC; color: #7A5800; }
.cgs .cgs-pl--lawn   { background: #E2F0DA; color: #3B6A28; }
.cgs .cgs-pl--cacti  { background: #F8E9DD; color: #8C5228; }
.cgs .cgs-pl--hydro  { background: #E3EEF8; color: #2D6592; }
.cgs .cgs-pl--soil   { background: #F3EADF; color: #7A5634; }

/* N / P / K panel: bars sized against the strongest nutrient, so 20-20-20 is full on all three. */
.cgs .cgs-npk {
	display: grid; grid-template-columns: repeat(var(--cgs-npk-cols, 3), minmax(0, 1fr));
	margin-top: 2px; padding: 7px 0 8px;
	border-radius: 10px; background: #F3F6F1; border: 1px solid #E6ECE3;
}
.cgs .cgs-npk__cell { display: flex; flex-direction: column; gap: 6px; min-width: 0; padding: 0 9px; }
.cgs .cgs-npk__cell + .cgs-npk__cell { border-left: 1px solid #E1E8DE; }
.cgs .cgs-npk__v { font-size: 12.5px; font-weight: 700; line-height: 1; color: var(--cgs-ink); white-space: nowrap; }
.cgs .cgs-npk__v b { margin-right: 2px; font-weight: 800; }
/* Each nutrient: --cgs-nt label colour, --cgs-nb bar colour. */
.cgs .cgs-npk--n  { --cgs-nt: #3E7C45; --cgs-nb: #4C8A52; }
.cgs .cgs-npk--p  { --cgs-nt: #B06A1B; --cgs-nb: #C57A26; }
.cgs .cgs-npk--k  { --cgs-nt: #6A4FA3; --cgs-nb: #7A5DB5; }
.cgs .cgs-npk--ca { --cgs-nt: #3D6A91; --cgs-nb: #5A8DB8; }
.cgs .cgs-npk--mg { --cgs-nt: #237468; --cgs-nb: #34998A; }
.cgs .cgs-npk--fe { --cgs-nt: #9C4E2C; --cgs-nb: #BF6A40; }
.cgs .cgs-npk--x  { --cgs-nt: #8A5A73; --cgs-nb: #B07A95; }
.cgs .cgs-npk__v b { color: var(--cgs-nt); }
.cgs .cgs-npk__bar { display: block; height: 3px; border-radius: 999px; background: #DFE6DC; overflow: hidden; }
.cgs .cgs-npk__bar i { display: block; height: 100%; border-radius: 999px; background: var(--cgs-nb); }
.cgs .cgs-npk__bar.is-trace { background: repeating-linear-gradient(90deg, var(--cgs-nb) 0 3px, transparent 3px 6px); opacity: .55; }

/* Pill and note */
.cgs .cgs-cpill {
	display: flex; align-items: center; gap: 7px; margin: 2px 0 0; padding: 7px 10px;
	border-radius: 9px; background: #F1F5EF;
	font-size: 12px; font-weight: 700; line-height: 1.25; color: #2F4A3C;
}
.cgs .cgs-cpill .cgs-ic { flex: none; color: var(--cgs-green); }
.cgs .cgs-cnote { margin: 0; font-size: 12.5px; line-height: 1.4; color: var(--cgs-muted); }

/* Leafy <-> bloom */
.cgs .cgs-bal { display: flex; flex-direction: column; gap: 6px; margin-top: 2px; }
.cgs .cgs-bal__track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; height: 5px; margin: 5px 0 0; }
.cgs .cgs-bal__track i { display: block; height: 5px; border-radius: 999px; }
.cgs .cgs-bal__track i:nth-child(1) { background: #CFE2C6; }
.cgs .cgs-bal__track i:nth-child(2) { background: #DDE9D6; }
.cgs .cgs-bal__track i:nth-child(3) { background: #DCE7EA; }
.cgs .cgs-bal__track i:nth-child(4) { background: #F3E0E6; }
.cgs .cgs-bal__track i:nth-child(5) { background: #F2D3DF; }
.cgs .cgs-bal__track b {
	position: absolute; top: 50%; width: 15px; height: 15px; margin: -7.5px 0 0 -7.5px;
	border-radius: 999px; background: #FFFFFF; border: 4px solid #4F8A83;
	box-shadow: 0 1px 3px rgba(30, 51, 41, .25);
}
.cgs .cgs-bal--leafy .cgs-bal__track b { border-color: #5E8F4E; }
.cgs .cgs-bal--bloom .cgs-bal__track b { border-color: #B8577E; }
.cgs .cgs-bal__label { margin: 0; text-align: center; font-size: 12px; line-height: 1.3; color: var(--cgs-muted); }
.cgs .cgs-bal__label strong { font-weight: 700; color: var(--cgs-ink); }

/* Stars row */
.cgs .cgs-card__rating { font-size: 12.5px; }
.cgs .cgs-card__rating--none { color: var(--cgs-muted); }

/* Foot: sizes, price + pill, filled button */
.cgs .cgs-card__foot { gap: 10px; padding-top: 6px; }
.cgs .cgs-sizes { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 4px 0 0; }
.cgs .cgs-size {
	position: relative;
	display: inline-flex; align-items: center; justify-content: center; gap: 4px;
	min-width: 42px; height: 32px; padding: 0 12px;
	border: 1px solid #D6DFD3; border-radius: 999px;
	background: #FFFFFF; color: var(--cgs-text);
	font-size: 13px; font-weight: 600; line-height: 1; white-space: nowrap;
	box-shadow: none;
}
.cgs .cgs-size[aria-pressed="true"],
.cgs .cgs-size.is-on {
	border-color: #23402F; background: #23402F; color: #FFFFFF; box-shadow: none;
}
.cgs .cgs-size[aria-pressed="true"] .cgs-ic { color: #F4C9B8; }
.cgs .cgs-size__tag {
	position: absolute; left: 50%; top: -9px; transform: translateX(-50%);
	padding: 2px 6px; border-radius: 999px;
	background: #F6E3AE; color: #5C4300;
	font-size: 9.5px; font-weight: 700; line-height: 1.2; white-space: nowrap; letter-spacing: .01em;
	pointer-events: none;
}
.cgs .cgs-sizes .has-tag { margin-top: 0; }
.cgs .cgs-size-more {
	height: 32px; padding: 0 4px; margin: 0;
	border: 0; background: transparent; box-shadow: none;
	font-size: 12.5px; font-weight: 600; color: var(--cgs-green-ink);
	text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
.cgs .cgs-size-more:hover { background: transparent; color: var(--cgs-ink); }
/* Sizes: always one line. Wider than the card? The line swipes sideways (no scrollbar) and
   fades on the side with more sizes. The top padding (cancelled by the negative margin, so
   no extra height) keeps the "Best value" tag from being clipped. */
.cgs .cgs-card .cgs-sizes {
	flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden;
	padding: 10px 0 0; margin-top: -6px;
	scroll-snap-type: x proximity; overscroll-behavior-x: contain;
	scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.cgs .cgs-card .cgs-sizes::-webkit-scrollbar { display: none; }
.cgs .cgs-card .cgs-sizes > * { flex: 0 0 auto; scroll-snap-align: start; }
.cgs .cgs-card .cgs-sizes.is-scroll:not(.is-end) {
	-webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 26px), transparent);
	mask-image: linear-gradient(90deg, #000 calc(100% - 26px), transparent);
}
.cgs .cgs-card .cgs-sizes.is-scroll:not(.is-start):not(.is-end) {
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 26px), transparent);
	mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 26px), transparent);
}
.cgs .cgs-card .cgs-sizes.is-scroll.is-end:not(.is-start) {
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 20px);
	mask-image: linear-gradient(90deg, transparent, #000 20px);
}

/* Price: sale price in full ink, the old price small and struck through beside it. */
.cgs .cgs-card__pricing { flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 8px; }
.cgs .cgs-card__price { display: inline-flex; align-items: baseline; gap: 6px; font-size: 21px; white-space: nowrap; }
.cgs .cgs-card__price ins,
.cgs .cgs-card__price ins .woocommerce-Price-amount { order: 1; color: var(--cgs-ink); font-weight: 700; text-decoration: none; background: none; }
.cgs .cgs-card__price del {
	order: 2; margin: 0; font-size: 13px; font-weight: 500; color: var(--cgs-muted); opacity: 1;
	text-decoration: line-through; text-decoration-thickness: 1px;
}
.cgs .cgs-card__price del .woocommerce-Price-amount { color: inherit; font-weight: inherit; }
.cgs .cgs-card__price .screen-reader-text { order: 3; }
/* Not enough room for everything on one line: shorter cost per litre, then none. */
.cgs .cgs-card__pricing.is-tight .cgs-card__value .cgs-v-long { display: none; }
.cgs .cgs-card__pricing.is-tight .cgs-card__value .cgs-v-short { display: inline; }
.cgs .cgs-card__pricing.is-tighter .cgs-card__value { display: none; }
.cgs .cgs-card__value {
	display: inline-flex; align-items: center; gap: 5px; min-width: 0;
	padding: 5px 9px; border-radius: 999px; background: #EEF3EC;
	font-size: 11.5px; font-weight: 600; line-height: 1.1; color: #3F5E4B; white-space: nowrap;
	overflow: hidden; text-overflow: ellipsis;
}
.cgs .cgs-card__value .cgs-ic { flex: none; color: #4F8FC0; }
.cgs .cgs-card__value .cgs-v-long { overflow: hidden; text-overflow: ellipsis; }
.cgs .cgs-card__value .cgs-v-short { display: none; }
.cgs .cgs-card__value[hidden] { display: none !important; }

.cgs .cgs-card__foot .cgs-btn { height: 44px; font-size: 14.5px; }
.cgs .cgs-card__foot .cgs-btn.is-primary,
.cgs .cgs-card__foot .cgs-btn:not(.cgs-btn--outline) { background: #2F5745; border-color: #2F5745; color: #FFFFFF; }
.cgs .cgs-card__foot .cgs-btn:not(.cgs-btn--outline):hover { background: #23402F; border-color: #23402F; }

/* Help card */
.cgs .cgs-help { position: relative; overflow: hidden; }
.cgs .cgs-help__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 999px; background: #FFFFFF; color: var(--cgs-green);
	box-shadow: 0 1px 3px rgba(30, 51, 41, .08);
}
/* Corner leaves: a transparent PNG tucked into the bottom-right corner, behind the text. */
.cgs .cgs-help img.cgs-help__leaf {
	position: absolute; right: -16px; bottom: -8px; z-index: 0;
	display: block; width: auto; height: 190px; max-width: none; max-height: 75%;
	margin: 0; padding: 0; border: 0; border-radius: 0; box-shadow: none; background: none;
	object-fit: contain; object-position: right bottom;
	pointer-events: none; user-select: none;
}
.cgs .cgs-help > *:not(.cgs-help__leaf) { position: relative; z-index: 1; }
/* One-column help card: the leaves sit in the empty space above the buttons, flush right. */
.cgs .cgs-help.is-narrow.has-leaf img.cgs-help__leaf {
	position: relative; right: auto; bottom: auto;
	order: 5; align-self: flex-end; height: 160px; max-height: none;
	margin: auto -22px 0 0;
}
.cgs .cgs-help.is-narrow.has-leaf .cgs-help__actions { order: 6; margin-top: 0; }
.cgs .cgs-help__actions .cgs-btn--outline:not(:hover) { background: var(--cgs-tint); }

/* ---------- Tablet ---------- */

@media (max-width: 1099px) {
	.cgs .cgs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.cgs .cgs-kits { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 36px; }
	.cgs .cgs-kits__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cgs .cgs-h1 { font-size: 42px; }
	.cgs .cgs-hero__text { flex-basis: 100%; }
	.cgs .cgs-trust { grid-template-columns: repeat(3, auto); }
}

@media (max-width: 899px) {
	.cgs .cgs-plants__list {
		display: flex; gap: 8px;
		margin: 0 calc(-1 * var(--cgs-pad)); padding: 0 var(--cgs-pad) 4px;
		overflow-x: auto; scrollbar-width: none;
		scroll-snap-type: x proximity;
	}
	.cgs .cgs-plants__list::-webkit-scrollbar { display: none; }
	.cgs .cgs-chip {
		flex: none; flex-direction: row; gap: 8px;
		height: 44px; padding: 0 16px 0 8px;
		border-radius: 999px; white-space: nowrap;
		scroll-snap-align: start;
	}
	.cgs .cgs-chip__ic { width: 30px; height: 30px; }
	.cgs .cgs-chip__ic .cgs-ic { width: 18px; height: 18px; }
	.cgs .cgs-seo { grid-template-columns: minmax(0, 1fr); }
	.cgs .cgs-kits__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---------- Mobile ---------- */

@media (max-width: 767px) {
	.cgs { --cgs-pad: 16px; --cgs-gap: 12px; }
	.elementor-widget-shortcode .cgs,
	.elementor-shortcode .cgs { --cgs-pad: 0px; }

	/* Less space above the shop on phones (the theme adds 50px there). */
	body.cgs-takeover #pxl-main { padding-top: 6px !important; }
	body.cgs-takeover .cgs .cgs-hero { padding-top: 6px; }

	/* Keep "16 reviews" on one line. */
	.cgs .cgs-card__rating { flex-wrap: nowrap; white-space: nowrap; min-width: 0; }
	.cgs .cgs-card__reviews { overflow: hidden; text-overflow: ellipsis; }

	.cgs .cgs-hero { padding-top: 16px; }
	.cgs .cgs-crumbs { font-size: 12px; }
	.cgs .cgs-hero__row { margin-top: 14px; gap: 16px; }
	.cgs .cgs-eyebrow { font-size: 12px; }
	.cgs .cgs-h1 { margin-top: 6px; font-size: 30px; line-height: 1.15; }
	.cgs .cgs-hero__intro { margin-top: 10px; font-size: 15px; line-height: 1.55; }
	.cgs .cgs-trust { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; }
	.cgs .cgs-trust li { gap: 6px; }
	.cgs .cgs-trust .cgs-ic { width: 18px; height: 18px; }
	.cgs .cgs-howto { flex-basis: 100%; }
	.cgs .cgs-tabs { margin-top: 20px; padding-bottom: 16px; }

	.cgs .cgs-plants { margin-top: 22px; }
	.cgs .cgs-plants__h { margin-bottom: 10px; font-size: 18px; }

	.cgs .cgs-toolbar { padding: 16px 0 12px; }
	.cgs .cgs-seg { width: 100%; }
	.cgs .cgs-seg__btn { flex: 1 0 auto; padding: 0 14px; }
	.cgs .cgs-toolbar__right { width: 100%; margin-left: 0; justify-content: space-between; gap: 8px 12px; }
	.cgs .cgs-count { order: -1; font-size: 13px; }
	.cgs .cgs-sort { margin-left: auto; }
	.cgs .cgs-sort label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

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

	.cgs .cgs-card { padding: 6px; border-radius: 16px; }
	.cgs .cgs-card__media { border-radius: 12px; }
	.cgs .cgs-badges { top: 8px; left: 8px; gap: 4px; max-width: calc(100% - 16px); }
	.cgs .cgs-badge { gap: 4px; padding: 5px 8px; font-size: 10.5px; }
	.cgs .cgs-badge--sale::before { width: 4px; height: 4px; }
	.cgs .cgs-card__dots { bottom: 7px; gap: 4px; }
	.cgs .cgs-card__dots i { width: 5px; height: 5px; }
	.cgs .cgs-card__dots i.is-on { width: 12px; }
	.cgs .cgs-card__body { gap: 6px; padding: 10px 6px 4px; }
	.cgs .cgs-card__spec { font-size: 11px; letter-spacing: .05em; }
	.cgs .cgs-card__title { font-size: 16px; line-height: 1.25; }
	.cgs .cgs-card__sub,
	.cgs .cgs-card__title .cg-bb__title-sub { margin-top: 3px; font-size: 12px; line-height: 1.4; }
	.cgs .cgs-chips { max-height: 20px; gap: 4px; }
	.cgs .cgs-chip-tag { height: 20px; padding: 0 7px; font-size: 10.5px; line-height: 20px; }
	.cgs .cgs-card__title--bb .cg-bb__title-main br { display: none; }
	.cgs .cgs-card__title--bb .cg-bb__title-main { -webkit-line-clamp: 4; }
	.cgs .cgs-card__top { flex-wrap: wrap; gap: 5px 4px; min-height: 20px; }
	.cgs .cgs-card__top > .cgs-chips,
	.cgs .cgs-card__top > .cgs-card__spec { flex: 0 1 auto; max-width: 100%; }
	.cgs .cgs-rate { gap: 3px; margin-left: 0; font-size: 11.5px; }
	.cgs .cgs-rate .cgs-star { width: 12px; height: 12px; }
	.cgs .cgs-card__title a::after { border-radius: 16px; }
	.cgs .cgs-card__foot .cgs-btn { height: 42px; }
	.cgs .cgs-sizes { gap: 4px; }
	.cgs .cgs-size { min-width: 0; height: 30px; padding: 0 9px; font-size: 12px; }
	.cgs .cgs-sizes .cgs-dsk-only { display: none; }
	.cgs .cgs-sizes .cgs-mob-only { display: inline-flex; }
	.cgs .cgs-card__benefit { display: none; }
	.cgs .cgs-card__rating { gap: 4px; font-size: 12px; }
	.cgs .cgs-card__rating .cgs-star { width: 12px; height: 12px; }
	.cgs .cgs-card__foot { gap: 8px; padding-top: 6px; }
	.cgs .cgs-card__pricing { flex-direction: column; align-items: flex-start; gap: 2px; }
	.cgs .cgs-card__price { font-size: 16px; }
	.cgs .cgs-card__value { font-size: 12px; }
	.cgs .cgs-card__status { font-size: 12px; }
	.cgs .cgs-btn { height: 44px; padding: 0 10px; font-size: 14px; }

	/* Size picker becomes a bottom sheet. */
	.cgs .cgs-qa {
		position: fixed; inset: auto 0 0 0; z-index: 100001 !important;
		max-height: 80vh; gap: 12px;
		padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0px));
		border-radius: 20px 20px 0 0;
		box-shadow: 0 -12px 32px rgba(20, 35, 28, .22);
	}
	@media (prefers-reduced-motion: no-preference) {
		.cgs .cgs-qa { animation: cgs-sheet-in .22s ease-out; }
	}
	.cgs .cgs-qa__product { display: block; }
	.cgs .cgs-qa__title { font-size: 20px; }
	.cgs .cgs-qa__opt { min-height: 60px; }
	.cgs .cgs-qa__add { display: flex; flex: none; height: 48px; font-size: 15px; }
	.cgs .cgs-backdrop {
		display: block;
		position: fixed; inset: 0; z-index: 100000;
		background: rgba(20, 35, 28, .45);
	}
	.cgs .cgs-card.is-open { z-index: auto; box-shadow: none; }

	.cgs .cgs-kits {
		margin: 28px calc(-1 * var(--cgs-pad));
		padding: 28px var(--cgs-pad);
		border-radius: 0; gap: 18px;
	}
	.cgs .cgs-kits__eyebrow { font-size: 12px; }
	.cgs .cgs-kits__intro { grid-template-columns: minmax(0, 1fr); }
	.cgs .cgs-kits__intro > .cgs-kits__link { grid-column: 1; grid-row: auto; }
	.cgs .cgs-kits__title { font-size: 28px; }
	.cgs .cgs-kits__text { font-size: 15px; line-height: 1.55; }
	.cgs .cgs-kits__list {
		display: flex; gap: 12px;
		margin: 0 calc(-1 * var(--cgs-pad)); padding: 0 var(--cgs-pad);
		overflow-x: auto; scrollbar-width: none;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: var(--cgs-pad);
	}
	.cgs .cgs-kits__list::-webkit-scrollbar { display: none; }
	.cgs .cgs-kit { flex: 0 0 248px; scroll-snap-align: start; }
	.cgs .cgs-kit__name { font-size: 19px; }
	.cgs .cgs-kit__contents { font-size: 13px; }
	.cgs .cgs-kit__price { font-size: 16px; }

	.cgs .cgs-help,
	.cgs .cgs-help.is-narrow { grid-column: 1 / -1; padding: 24px 20px; gap: 12px; }
	.cgs .cgs-help__title { font-size: 23px; }
	.cgs .cgs-help__text { font-size: 15px; line-height: 1.55; }
	.cgs .cgs-help__actions { flex-direction: column; margin-top: 4px; }
	.cgs .cgs-help__actions .cgs-btn { width: 100%; }
	.cgs .cgs-xlink { grid-column: 1 / -1; min-height: 0; padding: 24px 20px; }
	.cgs .cgs-xlink__title { font-size: 22px; }

	.cgs .cgs-empty { padding: 32px 20px; }
	.cgs .cgs-empty__title { font-size: 20px; }

	.cgs .cgs-seo { margin-top: 40px; padding: 28px 0 48px; gap: 12px; }
	.cgs .cgs-seo__h { font-size: 22px; }
	.cgs .cgs-seo__body { font-size: 15px; line-height: 1.65; }
	.cgs .cgs-rm--inline .cgs-rm__btn { font-size: 13px; }
}

@keyframes cgs-sheet-in { from { transform: translateY(100%); } to { transform: none; } }

@media (prefers-reduced-motion: reduce) {
	.cgs *, .cgs *::before, .cgs *::after { transition: none !important; }
}


/* Card v2 on phones */
@media (max-width: 767px) {
	.cgs .cgs-card { padding: 0; border-radius: 16px; overflow: hidden; }
	.cgs .cgs-card__media { border-radius: 0; }
	.cgs .cgs-card__body { gap: 7px; padding: 10px 10px 12px; }
	.cgs .cgs-card__top .cgs-rate { display: inline-flex; gap: 3px; font-size: 12px; font-weight: 700; color: var(--cgs-ink); }
	.cgs .cgs-card__top .cgs-rate .cgs-star { width: 12px; height: 12px; }
	.cgs .cgs-card__top .cgs-rate__stars { display: none; }
	.cgs .cgs-card__top .cgs-rate__one { display: inline-flex; }
	.cgs .cgs-card__top .cgs-rate__n { font-weight: 700; color: var(--cgs-ink); }
	.cgs .cgs-type { font-size: 10.5px; letter-spacing: .05em; gap: 6px; }
	.cgs .cgs-type i { width: 6px; height: 6px; }
	.cgs .cgs-card__title { font-size: 16px; }
	/* The grey second title line is hidden on phones (keeps cards short; the full name is in
	   the link title and on the product page). */
	.cgs .cgs-card__sub,
	.cgs .cgs-card__title .cg-bb__title-sub { display: none; }
	.cgs .cgs-pl--d { display: none; }
	.cgs .cgs-pl--m { display: flex; }
	.cgs .cgs-pl__chip { height: 24px; padding: 0 8px; font-size: 11px; max-width: 100%; overflow: hidden; }
	.cgs .cgs-npk { padding: 6px 0 7px; }
	.cgs .cgs-npk__cell { padding: 0 6px; gap: 5px; }
	.cgs .cgs-npk__v { font-size: 11.5px; }
	.cgs .cgs-npk--c4 .cgs-npk__cell,
	.cgs .cgs-npk--c5 .cgs-npk__cell { padding: 0 4px; gap: 5px; }
	.cgs .cgs-npk--c4 .cgs-npk__v,
	.cgs .cgs-npk--c5 .cgs-npk__v { font-size: 10.5px; letter-spacing: -.01em; }
	.cgs .cgs-npk--c4 .cgs-npk__v b,
	.cgs .cgs-npk--c5 .cgs-npk__v b { margin-right: 1px; }
	.cgs .cgs-bal__label { font-size: 11.5px; line-height: 1.25; }
	.cgs .cgs-bal__sep { display: none; }
	.cgs .cgs-bal__note { display: block; margin-top: 1px; font-size: 11px; }
	.cgs .cgs-cpill { font-size: 11px; padding: 6px 8px; }
	.cgs .cgs-cnote { font-size: 11.5px; }
	.cgs .cgs-card__rating { display: none; }
	.cgs .cgs-card__foot { gap: 8px; }
	.cgs .cgs-sizes { gap: 5px; }
	.cgs .cgs-size { min-width: 0; height: 30px; padding: 0 8px; font-size: 12px; }
	/* The size strip runs to the card's edges, so the next size peeks in when there are more. */
	.cgs .cgs-card .cgs-sizes { margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px; scroll-padding-inline: 10px; }
	.cgs .cgs-size__tag { font-size: 9px; top: -9px; }
	.cgs .cgs-card__pricing { justify-content: flex-start; align-items: baseline; gap: 6px; flex-wrap: wrap; flex-direction: row; }
	.cgs .cgs-card__price { font-size: 18px; gap: 4px; }
	.cgs .cgs-card__price del { font-size: 11px; }
	.cgs .cgs-card__value { padding: 0; background: none; font-size: 11.5px; color: var(--cgs-muted); }
	.cgs .cgs-card__value .cgs-ic { display: none; }
	.cgs .cgs-card__value .cgs-v-long { display: none; }
	.cgs .cgs-card__value .cgs-v-short { display: inline; }
	.cgs .cgs-card__foot .cgs-btn { height: 42px; font-size: 13.5px; padding: 0 8px; }
	.cgs .cgs-card__title a::after { border-radius: 16px; }
	.cgs .cgs-help img.cgs-help__leaf { height: 150px; max-height: none; right: -18px; bottom: -6px; }
	.cgs .cgs-help.has-leaf .cgs-help__actions { margin-right: 78px; }
}
@media (max-width: 380px) {
	.cgs .cgs-sizes { gap: 4px; }
	.cgs .cgs-size { padding: 0 7px; font-size: 11.5px; }
	.cgs .cgs-size--gift { gap: 3px; }
}

/* An empty Elementor Shortcode widget left just above the shop adds a big gap (50px on the
   NPK page). It shows nothing, so it's taken out of the layout. */
.elementor-widget-shortcode:has(.elementor-shortcode:empty):has(+ .elementor-widget-shortcode .cgs) { display: none; }
