:root {
	--bccd-green: #174b35;
	--bccd-green-2: #2f6b4f;
	--bccd-leaf: #8dab78;
	--bccd-cream: #f4f0e5;
	--bccd-cream-2: #e7dec9;
	--bccd-ink: #17201b;
	--bccd-muted: #657069;
	--bccd-white: #fff;
	--bccd-line: rgba(23, 32, 27, .12);
	--bccd-radius: 17px;
	--bccd-shadow: 0 18px 55px rgba(24, 51, 38, .09);
}

html { scroll-behavior: smooth; }
body { color: var(--bccd-ink); background: #fff; }
body, button, input, select, textarea { font-family: Inter, "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.bccd-main { overflow: hidden; }
.bccd-home *, .bccd-contact-bar * { box-sizing: border-box; }
.bccd-container { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.bccd-section { padding: clamp(52px, 5.7vw, 82px) 0; }
.bccd-section--compact { padding-block: clamp(46px, 5vw, 70px); }
.bccd-section--cream { background: var(--bccd-cream); }
.bccd-kicker, .bccd-eyebrow { margin: 0 0 16px; color: var(--bccd-green-2); font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.bccd-home h1, .bccd-home h2, .bccd-home h3, .bccd-home p { text-wrap: pretty; }
.bccd-home h1 { max-width: 800px; margin: 0; font-size: clamp(48px, 6.1vw, 92px); font-weight: 560; letter-spacing: -.065em; line-height: .98; }
.bccd-home h2 { margin: 0; font-size: clamp(36px, 4vw, 60px); font-weight: 560; letter-spacing: -.05em; line-height: 1.02; }
.bccd-home h3 { margin: 0; font-size: 20px; line-height: 1.3; }
.bccd-lead { max-width: 600px; margin: 28px 0 0; color: var(--bccd-muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.bccd-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.bccd-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 13px 24px; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.bccd-button:hover { transform: translateY(-2px); }
.bccd-button--primary { color: #fff; background: var(--bccd-green); }
.bccd-button--ghost { color: var(--bccd-ink); border-color: var(--bccd-line); background: rgba(255,255,255,.62); }
.bccd-button--dark { color: #fff; background: var(--bccd-ink); }
.bccd-button--light { color: var(--bccd-green); background: #fff; }
.bccd-button--outline-light { color: #fff; border-color: rgba(255,255,255,.48); }

.bccd-hero { min-height: min(680px, calc(100svh - 140px)); display: grid; align-items: center; padding-block: clamp(44px, 5vw, 72px); background: linear-gradient(135deg, #f8f5ec 0%, #edf1e8 100%); }
.bccd-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(38px, 7vw, 110px); align-items: center; }
.bccd-hero__content { position: relative; z-index: 2; }
.bccd-trust { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 42px 0 0; padding: 0; color: var(--bccd-muted); font-size: 13px; list-style: none; }
.bccd-trust li::before { content: "✓"; margin-right: 8px; color: var(--bccd-green); font-weight: 800; }
.bccd-hero__visual { position: relative; aspect-ratio: .88; overflow: hidden; border-radius: min(48px, 5vw); background: #d9e3d0; box-shadow: var(--bccd-shadow); }
.bccd-section-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.bccd-hero__visual.has-image { background: #e9eee4; }
.bccd-hero__visual.has-image .bccd-section-image { object-position: 50% 47%; }
.bccd-hero__visual p { position: absolute; z-index: 4; right: 8%; bottom: 7%; margin: 0; color: #fff; font-size: clamp(28px, 4vw, 52px); font-weight: 600; letter-spacing: -.05em; line-height: .95; text-align: right; }
.bccd-hero__visual small { display: block; margin-top: 9px; font-size: .46em; letter-spacing: .03em; }
.bccd-sun { position: absolute; top: 8%; right: -10%; width: 58%; aspect-ratio: 1; border-radius: 50%; background: #f6ebc9; }
.bccd-pot { position: absolute; z-index: 2; bottom: -3%; left: 22%; width: 50%; height: 37%; border-radius: 16% 16% 34% 34%; background: #b38d62; transform: perspective(500px) rotateX(-5deg); }
.bccd-leaf { position: absolute; z-index: 3; width: 38%; height: 25%; border-radius: 100% 0 100% 0; background: var(--bccd-green); transform-origin: 100% 100%; }
.bccd-leaf::after { content: ""; position: absolute; right: 0; bottom: 0; width: 85%; height: 1px; background: rgba(255,255,255,.4); transform: rotate(-27deg); transform-origin: right; }
.bccd-leaf--one { left: 9%; top: 31%; transform: rotate(19deg); }
.bccd-leaf--two { right: 11%; top: 23%; transform: scaleX(-1) rotate(22deg); background: #4c7856; }
.bccd-leaf--three { left: 29%; top: 11%; transform: rotate(52deg); background: #7d9d68; }

.bccd-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.bccd-heading .bccd-kicker { margin-bottom: 10px; }
.bccd-text-link { color: var(--bccd-green); font-size: 14px; font-weight: 700; text-decoration: none; }
.bccd-needs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.bccd-need-card { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--bccd-line); border-radius: 24px; padding: 24px; color: var(--bccd-ink); background: #fff; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.bccd-need-card:hover { transform: translateY(-5px); background: var(--bccd-cream); box-shadow: var(--bccd-shadow); }
.bccd-need-card > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: var(--bccd-green); background: #e9f1e4; font-size: 28px; font-weight: 750; transition: color .2s ease, background .2s ease, transform .2s ease; }
.bccd-need-card:hover > span { color: #fff; background: var(--bccd-green); transform: scale(1.06); }
.bccd-need-card strong { margin-top: auto; font-size: 17px; }
.bccd-need-card small { margin-top: 8px; color: var(--bccd-muted); }

.bccd-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bccd-product-card { overflow: hidden; border: 1px solid rgba(23, 32, 27, .07); border-radius: var(--bccd-radius); background: #fff; box-shadow: 0 10px 32px rgba(24, 51, 38, .045); }
.bccd-product-card__image { position: relative; aspect-ratio: .88; display: grid; overflow: hidden; place-items: center; background: #e6e9df; }
.bccd-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.bccd-product-card:hover img { transform: scale(1.035); }
.bccd-product-card__body { padding: 24px; }
.bccd-product-card__body .bccd-eyebrow { margin-bottom: 8px; font-size: 10px; }
.bccd-product-card :is(h3, h4, h5) { margin-top: 0; }
.bccd-product-card :is(h3, h4, h5) a { color: inherit; text-decoration: none; }
.bccd-price { min-height: 24px; margin: 12px 0; color: var(--bccd-green); font-size: 16px; font-weight: 750; }
.bccd-demo-plant { color: var(--bccd-green); font-size: 132px; filter: drop-shadow(0 20px 14px rgba(23,75,53,.12)); }
.bccd-demo-plant--2 { color: #567a49; transform: rotate(-9deg); }
.bccd-demo-plant--3 { color: #77945e; transform: scale(.85); }
.bccd-demo-plant--4 { color: #385f43; transform: rotate(9deg); }

.bccd-story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.bccd-story__visual { position: relative; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 46% 46% 22px 22px; padding: 10%; color: #fff; background: radial-gradient(circle at 50% 25%, #88a576 0 23%, transparent 24%), linear-gradient(145deg, #204d39, #6f8e63); box-shadow: var(--bccd-shadow); }
.bccd-story__visual.has-image { padding: 0; background: #dce5d7; }
.bccd-story__visual.has-image .bccd-section-image { object-position: center; }
.bccd-story__visual.has-image::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8, 35, 21, .72)); }
.bccd-story__overlay { position: absolute; z-index: 2; right: 9%; bottom: 9%; left: 9%; display: flex; flex-direction: column; }
.bccd-story__overlay span { font-size: clamp(18px, 2vw, 26px); }
.bccd-story__overlay strong { font-size: clamp(38px, 5vw, 72px); font-weight: 550; letter-spacing: -.06em; line-height: 1; }
.bccd-story__visual span { font-size: clamp(18px, 2vw, 26px); }
.bccd-story__visual strong { font-size: clamp(38px, 5vw, 72px); font-weight: 550; letter-spacing: -.06em; line-height: 1; }
.bccd-steps { margin: 40px 0; border-top: 1px solid var(--bccd-line); }
.bccd-steps > div { display: flex; gap: 24px; border-bottom: 1px solid var(--bccd-line); padding: 22px 0; }
.bccd-steps b { color: var(--bccd-green-2); font-size: 12px; letter-spacing: .1em; }
.bccd-steps span { display: flex; flex-direction: column; gap: 6px; }
.bccd-steps small { color: var(--bccd-muted); font-size: 14px; line-height: 1.6; }

.bccd-section--green { color: #fff; background: var(--bccd-green); }
.bccd-section--green .bccd-kicker { color: #bfd5c3; }
.bccd-section--green h2 { color: #fff; }
.bccd-cta { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: end; }
.bccd-cta .bccd-actions { justify-content: flex-end; }
.bccd-contact-bar { display: none; }
.bccd-extra-content > * { margin-block-start: 0; }
.bccd-extra-content > .alignfull { width: 100%; margin-inline: 0; }

/* Header bán hàng riêng; Blocksy vẫn là theme cha nhưng header cũ được ẩn. */
.bccd-custom-footer-active .ct-header {
	display: none;
}
.bccd-site-header {
	position: relative;
	z-index: 1000;
	color: var(--bccd-ink);
	background: #fff;
	box-shadow: 0 5px 22px rgba(18, 48, 33, .07);
}
.bccd-header-top {
	color: #fff;
	background: #073c21;
}
.bccd-header-top > .bccd-container {
	min-height: 38px;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
}
.bccd-header-benefits,
.bccd-header-account {
	display: flex;
	gap: 24px;
	align-items: center;
	font-size: 10px;
	font-weight: 650;
}
.bccd-header-benefits span::before {
	content: "✓";
	margin-right: 6px;
	color: #b9e17b;
}
.bccd-header-account a {
	color: inherit;
	text-decoration: none;
}
.bccd-header-main {
	min-height: 104px;
	display: grid;
	grid-template-columns: minmax(190px, 260px) minmax(340px, 1fr) minmax(170px, 210px);
	gap: clamp(24px, 4vw, 56px);
	align-items: center;
}
.bccd-header-logo {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	color: var(--bccd-green);
	text-decoration: none;
}
.bccd-header-logo img {
	width: auto;
	max-width: 230px;
	max-height: 72px;
	object-fit: contain;
}
.bccd-header-logo__mark {
	position: relative;
	width: 39px;
	height: 50px;
	flex: 0 0 39px;
}
.bccd-header-logo__mark::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 19px;
	width: 3px;
	height: 41px;
	border-radius: 4px;
	background: var(--bccd-green);
	transform: rotate(-4deg);
}
.bccd-header-logo__mark i {
	position: absolute;
	z-index: 1;
	width: 27px;
	height: 18px;
	border-radius: 100% 0 100% 0;
	background: #58a843;
	transform: rotate(28deg);
}
.bccd-header-logo__mark i:first-child { top: 1px; left: 0; }
.bccd-header-logo__mark i:last-child { top: 21px; right: 0; transform: scaleX(-1) rotate(25deg); }
.bccd-header-logo strong {
	display: block;
	color: #163c25;
	font-size: clamp(17px, 1.5vw, 22px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.1;
}
.bccd-header-logo small {
	display: block;
	margin-top: 5px;
	color: var(--bccd-muted);
	font-size: 9px;
	white-space: nowrap;
}
.bccd-product-search {
	height: 46px;
	display: grid;
	grid-template-columns: 1fr 165px 48px;
	overflow: hidden;
	border: 1px solid #d9ded9;
	border-radius: 6px;
	background: #fff;
}
.bccd-product-search input,
.bccd-product-search select {
	min-width: 0;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0 15px;
	color: var(--bccd-ink);
	background: transparent;
	font-size: 12px;
	box-shadow: none;
}
.bccd-product-search select {
	border-left: 1px solid #e2e5e2;
}
.bccd-product-search button {
	height: 100%;
	border: 0;
	border-radius: 0;
	padding: 0;
	color: #fff;
	background: var(--bccd-green);
	font-size: 23px;
}
.bccd-header-phone {
	display: grid;
	grid-template-columns: 40px 1fr;
	color: inherit;
	text-decoration: none;
}
.bccd-header-phone > span {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	color: var(--bccd-green);
	font-size: 28px;
}
.bccd-header-phone small {
	color: var(--bccd-muted);
	font-size: 10px;
}
.bccd-header-phone strong {
	color: var(--bccd-green);
	font-size: 17px;
}
.bccd-header-nav {
	border-top: 1px solid #edf0ed;
}
.bccd-header-nav .menu {
	min-height: 52px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bccd-header-nav .menu > li {
	position: relative;
	display: flex;
	align-items: stretch;
}
.bccd-header-nav .menu > li > a {
	display: flex;
	align-items: center;
	border-bottom: 3px solid transparent;
	padding: 0 19px;
	color: #25322a;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.bccd-header-nav .menu > li:first-child > a,
.bccd-header-nav .current-menu-item > a,
.bccd-header-nav .menu > li > a:hover {
	border-color: var(--bccd-green);
	color: var(--bccd-green);
	background: #f4f8f2;
}
.bccd-header-nav .sub-menu {
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	min-width: 230px;
	display: none;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--bccd-line);
	border-radius: 0 0 10px 10px;
	background: #fff;
	box-shadow: var(--bccd-shadow);
	list-style: none;
}
.bccd-header-nav li:hover > .sub-menu,
.bccd-header-nav li:focus-within > .sub-menu {
	display: block;
}
.bccd-header-nav .sub-menu a {
	display: block;
	border-radius: 6px;
	padding: 10px 12px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.bccd-header-nav .sub-menu a:hover { color: var(--bccd-green); background: var(--bccd-cream); }
.bccd-menu-toggle,
.bccd-mobile-tools,
.bccd-header-search-mobile,
.bccd-mobile-panel,
.bccd-menu-backdrop {
	display: none;
}

/* Footer riêng: thay footer Blocksy cũ nhưng vẫn cho phép quản lý menu từ WordPress. */
.bccd-custom-footer-active .ct-footer {
	display: none;
}
.bccd-site-footer {
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, .78);
	background:
		radial-gradient(circle at 10% 0%, rgba(141, 171, 120, .19), transparent 32%),
		var(--bccd-green);
}
.bccd-footer-main {
	display: grid;
	grid-template-columns: 1.45fr .72fr .82fr 1.15fr;
	gap: clamp(36px, 5vw, 76px);
	padding-block: clamp(68px, 8vw, 108px) clamp(58px, 7vw, 90px);
}
.bccd-site-footer h2 {
	margin: 4px 0 24px;
	color: #fff;
	font-size: 13px;
	font-weight: 760;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.bccd-footer-logo {
	display: inline-flex;
	gap: 15px;
	align-items: center;
	color: #fff;
	text-decoration: none;
}
.bccd-footer-logo__mark {
	position: relative;
	width: 42px;
	height: 48px;
	display: block;
}
.bccd-footer-logo__mark::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 2px;
	height: 35px;
	background: #d7e5cb;
	transform: rotate(-3deg);
}
.bccd-footer-logo__mark i {
	position: absolute;
	z-index: 1;
	width: 26px;
	height: 17px;
	border-radius: 100% 0 100% 0;
	background: #d7e5cb;
	transform: rotate(24deg);
}
.bccd-footer-logo__mark i:first-child { top: 3px; left: 1px; }
.bccd-footer-logo__mark i:last-child { top: 20px; right: 0; transform: scaleX(-1) rotate(24deg); }
.bccd-footer-logo strong {
	display: block;
	font-size: 20px;
	font-weight: 760;
	letter-spacing: -.025em;
	line-height: 1.15;
}
.bccd-footer-logo small {
	display: block;
	margin-top: 5px;
	color: #bed0bc;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.bccd-footer-brand > p {
	max-width: 380px;
	margin: 25px 0 0;
	font-size: 14px;
	line-height: 1.75;
}
.bccd-footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 25px;
}
.bccd-footer-actions a {
	display: inline-flex;
	min-height: 39px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px;
	padding: 8px 16px;
	color: #fff;
	font-size: 12px;
	font-weight: 730;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}
.bccd-footer-actions a:first-child {
	color: var(--bccd-green);
	background: #fff;
}
.bccd-footer-actions a:hover {
	color: var(--bccd-green);
	background: #dce9d2;
	transform: translateY(-2px);
}
.bccd-site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bccd-site-footer .menu {
	display: block;
}
.bccd-site-footer .menu > li {
	display: block;
	width: 100%;
}
.bccd-footer-nav li + li {
	margin-top: 13px;
}
.bccd-footer-nav a,
.bccd-footer-contact a,
.bccd-footer-bottom a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
}
.bccd-footer-nav a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.45;
}
.bccd-footer-nav a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	height: 1px;
	background: #d5e6cb;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .2s ease;
}
.bccd-footer-nav a:hover,
.bccd-footer-contact a:hover,
.bccd-footer-bottom a:hover {
	color: #fff;
}
.bccd-footer-nav a:hover::after {
	transform: scaleX(1);
}
.bccd-footer-contact ul {
	display: grid;
	gap: 15px;
}
.bccd-footer-contact li {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 8px;
	align-items: start;
	font-size: 13px;
	line-height: 1.55;
}
.bccd-footer-contact li > span:first-child {
	color: #d5e6cb;
	font-weight: 800;
	text-align: center;
}
.bccd-footer-bottom {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, .14);
	padding-block: 22px 26px;
	font-size: 11px;
}
.bccd-footer-bottom p {
	margin: 0;
}
.bccd-footer-bottom nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.bccd-site-footer .bccd-footer-bottom .menu {
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
.bccd-site-footer .bccd-footer-bottom .menu > li {
	display: inline-flex;
	width: auto;
	margin: 0;
}

.bccd-motion .bccd-heading, .bccd-motion .bccd-need-card, .bccd-motion .bccd-product-card, .bccd-motion .bccd-story > * { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.is-visible { opacity: 1 !important; transform: none !important; }

/* WooCommerce: nâng giao diện bằng CSS, không ghi đè template để tránh lỗi khi cập nhật. */
.bccd-shop-sort {
	width: 100%;
	display: flex;
	clear: both;
	gap: 18px;
	align-items: center;
	border-top: 1px solid var(--bccd-line);
	border-bottom: 1px solid var(--bccd-line);
	margin: 18px 0 28px;
	padding: 13px 0;
	font-size: 13px;
}
.bccd-shop-sort > strong {
	flex: 0 0 auto;
	color: var(--bccd-ink);
	font-size: 13px;
}
.bccd-shop-sort__links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 22px;
	align-items: center;
}
.bccd-shop-sort a {
	position: relative;
	color: var(--bccd-muted);
	font-weight: 560;
	text-decoration: none;
	transition: color .2s ease;
}
.bccd-shop-sort a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	height: 2px;
	border-radius: 3px;
	background: var(--bccd-green);
	transform: scaleX(0);
	transition: transform .2s ease;
}
.bccd-shop-sort a:hover,
.bccd-shop-sort a.is-active {
	color: var(--bccd-green);
}
.bccd-shop-sort a.is-active::after {
	transform: scaleX(1);
}
.woocommerce ul.products {
	gap: clamp(14px, 1.8vw, 24px);
}
.woocommerce ul.products li.product {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--bccd-line);
	border-radius: 13px;
	padding-bottom: 15px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(24, 51, 38, .045);
	transition: transform .2s ease, box-shadow .2s ease;
}
.woocommerce ul.products li.product:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(24, 51, 38, .09);
}
.woocommerce ul.products li.product img {
	width: 100%;
	aspect-ratio: 1;
	margin-bottom: 13px;
	object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button { margin-inline: 15px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.8em;
	margin-block: 0 8px;
	font-size: clamp(15px, 1.25vw, 18px);
	font-weight: 680;
	line-height: 1.4;
	letter-spacing: -.018em;
}
.woocommerce ul.products li.product .price {
	margin-bottom: 11px;
	color: var(--bccd-green);
	font-size: 15px;
	font-weight: 760;
}
.woocommerce ul.products li.product .price del {
	margin-left: 6px;
	color: #9aa29d;
	font-size: 12px;
	font-weight: 500;
}
.woocommerce ul.products li.product .entry-meta,
.woocommerce ul.products li.product .product-categories,
.woocommerce ul.products li.product .ct-woo-card-extra {
	display: none !important;
}
.woocommerce ul.products li.product .star-rating {
	margin: 2px 15px 11px;
	font-size: 12px;
}
.woocommerce ul.products li.product .onsale {
	top: 10px;
	right: auto;
	left: 10px;
	min-width: 0;
	min-height: 0;
	border-radius: 6px;
	padding: 5px 9px;
	color: #fff;
	background: var(--bccd-green);
	font-size: 11px;
	font-weight: 760;
	line-height: 1;
}
.woocommerce ul.products li.product .button {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px !important;
	padding: 9px 17px;
	color: #fff;
	background: var(--bccd-green);
	font-size: 12px;
	font-weight: 720;
	line-height: 1.2;
}
.woocommerce ul.products li.product .button:hover {
	color: #fff;
	background: var(--bccd-green-2);
}
.woocommerce ul.products li.product .button,
.single_add_to_cart_button { border-radius: 999px !important; }

.bccd-shop-intro {
	width: 100%;
	margin: 8px 0 20px;
}
.bccd-shop-intro h1 {
	margin: 4px 0 8px;
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -.045em;
}
.bccd-shop-intro__description { max-width: 760px; color: var(--bccd-muted); }
.bccd-shop-result-count {
	float: left;
	margin: 31px 22px 0 0;
	color: var(--bccd-muted);
	font-size: 13px;
	font-weight: 650;
}
.bccd-shop-result-count + .bccd-shop-sort { width: auto; clear: none; }

/* Danh bạ cây và video bài viết. */
.bccd-directory { background: #fff; color: var(--bccd-ink); }
.bccd-directory__article { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(28px, 5vw, 68px) 0 clamp(60px, 8vw, 110px); }
.bccd-directory-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 6vw, 76px); align-items: center; margin-bottom: clamp(46px, 7vw, 84px); border-radius: 28px; padding: clamp(24px, 5vw, 64px); background: linear-gradient(135deg, #f7f3e8 0%, #edf3e8 100%); }
.bccd-directory-hero h1 { margin: 8px 0 14px; font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.bccd-directory-hero__scientific { color: var(--bccd-green); font-size: 18px; }
.bccd-directory-hero__intro { max-width: 650px; color: var(--bccd-muted); font-size: 18px; line-height: 1.75; }
.bccd-directory-hero figure { aspect-ratio: 1; overflow: hidden; margin: 0; border-radius: 28px; background: var(--bccd-cream); }
.bccd-directory-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.bccd-directory__layout { display: grid; grid-template-columns: minmax(0, 920px); justify-content: center; gap: 32px; align-items: start; }
.bccd-directory__layout--full { grid-template-columns: minmax(0, 920px); }
.bccd-directory__content > section,
.bccd-post-video { margin-bottom: clamp(46px, 7vw, 82px); }
.bccd-directory__content > section { padding-bottom: clamp(38px, 5vw, 62px); border-bottom: 1px solid var(--bccd-line); }
.bccd-directory__content > section:last-child { border-bottom: 0; }
.bccd-directory__content h2,
.bccd-post-video h2 { margin: 0 0 22px; font-size: clamp(29px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.bccd-directory__content h3 { margin: 26px 0 10px; font-size: 20px; }
.bccd-directory__content p,
.bccd-directory__content li { font-size: 18px; line-height: 1.76; }
.bccd-directory-table { overflow: hidden; border: 1px solid var(--bccd-line); border-radius: 16px; }
.bccd-directory-table > div { display: grid; grid-template-columns: minmax(150px, .42fr) 1fr; border-bottom: 1px solid var(--bccd-line); }
.bccd-directory-table > div:last-child { border-bottom: 0; }
.bccd-directory-table strong,
.bccd-directory-table span { padding: 13px 16px; }
.bccd-directory-table strong { background: var(--bccd-cream); }
.bccd-directory-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.bccd-directory-details > div,
.bccd-feng-shui__facts { border-radius: 16px; padding: 20px; background: #f4f6ef; }
.bccd-directory-details > div { border: 1px solid rgba(23, 32, 27, .055); }
.bccd-directory-details h3 { margin-top: 0; }
.bccd-directory-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.bccd-directory-gallery figure { aspect-ratio: 1; overflow: hidden; margin: 0; border-radius: 16px; }
.bccd-directory-gallery img { width: 100%; height: 100%; object-fit: cover; }
.bccd-directory-gallery > :only-child { grid-column: 1 / -1; width: min(100%, 620px); }
.bccd-directory-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 25px; }
.bccd-directory-products .bccd-product-card__image { aspect-ratio: 1; }
.bccd-directory-products .bccd-product-card__body { padding: 17px; }
.bccd-directory__aside { position: static; }
.bccd-directory-contact { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; align-items: center; border: 1px solid rgba(17, 78, 54, .12); border-radius: 22px; padding: 28px; color: var(--bccd-ink); background: linear-gradient(135deg, #f7f3e8, #e9f1e5); box-shadow: 0 15px 42px rgba(17, 78, 54, .08); }
.bccd-directory-contact > p { grid-column: 1 / -1; margin: 0; }
.bccd-directory-contact h2 { margin: 2px 20px 2px 0; color: var(--bccd-ink); font-size: 27px; letter-spacing: -.035em; }
.bccd-directory-contact .bccd-eyebrow { color: var(--bccd-green); }
.bccd-directory-contact .bccd-button { width: auto; min-width: 132px; margin: 0; }
.bccd-directory-references { color: var(--bccd-muted); font-size: 14px; }
.bccd-directory-references h2 { color: var(--bccd-ink); }
.bccd-post-video { border-radius: 22px; padding: clamp(20px, 4vw, 36px); background: var(--bccd-cream); }
.bccd-post-video__embed { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 15px; background: #10241b; }
.bccd-post-video__embed iframe { width: 100%; height: 100%; display: block; border: 0; }
.bccd-post-video__cta { margin: 18px 0 0; font-size: 18px; font-weight: 650; }

.single-post:not(.category-danh-ba-cay) .entry-content { font-size: 17px; line-height: 1.8; }
.single-post:not(.category-danh-ba-cay) .entry-content > * { max-width: 780px; margin-inline: auto; }
.single-post:not(.category-danh-ba-cay) .entry-content > .alignwide { max-width: 1100px; }
.single-post:not(.category-danh-ba-cay) .entry-content > .alignfull { max-width: none; }
.single-post:not(.category-danh-ba-cay) .entry-content h2 { margin-top: 2em; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.035em; }
.single-post:not(.category-danh-ba-cay) .entry-content h3 { margin-top: 1.7em; font-size: clamp(21px, 2.4vw, 28px); }
.single-post:not(.category-danh-ba-cay) .entry-content img { border-radius: 16px; }
.single-post:not(.category-danh-ba-cay) .bccd-post-video { max-width: 900px; margin: 60px auto; }

@media (min-width: 1200px) {
	body.post-type-archive-product .woocommerce ul.products,
	body.tax-product_cat .woocommerce ul.products,
	body.tax-product_tag .woocommerce ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
	.bccd-container { width: min(100% - 40px, 940px); }
	.bccd-header-top > .bccd-container {
		justify-content: center;
	}
	.bccd-header-benefits {
		width: 100%;
		justify-content: center;
	}
	.bccd-header-benefits span:nth-child(3),
	.bccd-header-account,
	.bccd-product-search,
	.bccd-header-phone,
	.bccd-header-nav {
		display: none;
	}
	.bccd-directory__layout { grid-template-columns: 1fr; }
	.bccd-directory__aside { position: static; }
	.bccd-directory-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
	.bccd-directory-contact > :not(.bccd-button) { grid-column: 1 / -1; }
	.bccd-header-main {
		min-height: 72px;
		grid-template-columns: 44px 1fr auto;
		gap: 14px;
	}
	.bccd-header-logo {
		justify-self: center;
	}
	.bccd-header-logo img {
		max-width: 190px;
		max-height: 52px;
	}
	.bccd-header-logo__mark {
		width: 30px;
		height: 40px;
		flex-basis: 30px;
		transform: scale(.8);
	}
	.bccd-header-logo small {
		display: none;
	}
	.bccd-menu-toggle {
		width: 40px;
		height: 40px;
		display: inline-flex;
		flex-direction: column;
		gap: 5px;
		align-items: center;
		justify-content: center;
		border: 0;
		padding: 0;
		color: var(--bccd-ink);
		background: transparent;
	}
	.bccd-menu-toggle span {
		width: 20px;
		height: 2px;
		border-radius: 4px;
		background: currentColor;
	}
	.bccd-mobile-tools {
		display: flex;
		gap: 8px;
		align-items: center;
	}
	.bccd-mobile-tools button,
	.bccd-mobile-tools a {
		position: relative;
		width: 36px;
		height: 38px;
		display: grid;
		place-items: center;
		border: 0;
		padding: 0;
		color: var(--bccd-ink);
		background: transparent;
		font-size: 22px;
		text-decoration: none;
	}
	.bccd-mobile-cart b {
		position: absolute;
		top: 0;
		right: -2px;
		min-width: 17px;
		height: 17px;
		display: grid;
		place-items: center;
		border-radius: 50%;
		color: #fff;
		background: var(--bccd-green);
		font-size: 9px;
	}
	.bccd-header-search-mobile {
		border-top: 1px solid var(--bccd-line);
		padding: 10px 20px;
		background: #fff;
	}
	.bccd-header-search-mobile.is-open {
		display: block;
	}
	.bccd-header-search-mobile form {
		max-width: 700px;
		height: 42px;
		display: grid;
		grid-template-columns: 1fr 58px;
		margin: auto;
		overflow: hidden;
		border: 1px solid #d9ded9;
		border-radius: 7px;
	}
	.bccd-header-search-mobile input {
		min-width: 0;
		height: 100%;
		border: 0;
		padding: 0 13px;
		background: transparent;
		box-shadow: none;
	}
	.bccd-header-search-mobile button {
		border: 0;
		border-radius: 0;
		color: #fff;
		background: var(--bccd-green);
		font-size: 12px;
		font-weight: 700;
	}
	.bccd-mobile-panel[hidden],
	.bccd-menu-backdrop[hidden] {
		display: none;
	}
	.bccd-mobile-panel {
		position: fixed;
		z-index: 10002;
		top: 0;
		bottom: 0;
		left: 0;
		width: min(86vw, 360px);
		display: block;
		overflow-y: auto;
		padding: 24px;
		color: var(--bccd-ink);
		background: #fff;
		box-shadow: 20px 0 50px rgba(0,0,0,.16);
		transform: translateX(-100%);
		transition: transform .25s ease;
	}
	.bccd-mobile-panel.is-open {
		transform: translateX(0);
	}
	.bccd-mobile-panel__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid var(--bccd-line);
		padding-bottom: 17px;
	}
	.bccd-mobile-panel__head strong {
		color: var(--bccd-green);
		font-size: 18px;
	}
	.bccd-mobile-panel__head button {
		border: 0;
		padding: 0;
		color: var(--bccd-ink);
		background: transparent;
		font-size: 30px;
	}
	.bccd-mobile-panel .menu {
		display: block;
		margin: 18px 0;
		padding: 0;
		list-style: none;
	}
	.bccd-mobile-panel .menu li {
		display: block;
		border-bottom: 1px solid var(--bccd-line);
	}
	.bccd-mobile-panel .menu a {
		display: block;
		padding: 14px 2px;
		color: inherit;
		font-size: 13px;
		font-weight: 700;
		text-decoration: none;
	}
	.bccd-mobile-panel .sub-menu {
		margin: 0 0 8px 14px;
	}
	.bccd-mobile-panel__phone {
		display: flex;
		min-height: 46px;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		color: #fff;
		background: var(--bccd-green);
		font-size: 14px;
		font-weight: 800;
		text-decoration: none;
	}
	.bccd-menu-backdrop {
		position: fixed;
		z-index: 10001;
		inset: 0;
		display: block;
		border: 0;
		padding: 0;
		background: rgba(5, 22, 13, .48);
		backdrop-filter: blur(2px);
	}
	.bccd-hero { min-height: auto; }
	.bccd-hero__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
	.bccd-needs { grid-template-columns: repeat(3, 1fr); }
	.bccd-need-card { min-height: 160px; }
	.bccd-products { grid-template-columns: repeat(2, 1fr); }
	.bccd-footer-main {
		grid-template-columns: 1.2fr 1fr 1fr;
	}
	.bccd-footer-contact {
		grid-column: 1 / -1;
		padding-top: 8px;
	}
	.bccd-footer-contact ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	body { padding-bottom: 66px; }
	.bccd-container { width: min(100% - 28px, 620px); }
	.bccd-shop-sort {
		display: block;
		overflow: hidden;
		margin: 13px 0 20px;
		padding: 10px 0 12px;
	}
	.bccd-shop-sort > strong {
		display: block;
		margin-bottom: 9px;
	}
	.bccd-shop-sort__links {
		flex-wrap: nowrap;
		gap: 18px;
		overflow-x: auto;
		padding: 0 2px 9px;
		scrollbar-width: none;
		white-space: nowrap;
	}
	.woocommerce ul.products li.product {
		border-radius: 10px;
		padding-bottom: 11px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .price,
	.woocommerce ul.products li.product .button {
		margin-inline: 10px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 2.8em;
		font-size: 14px;
	}
	.woocommerce ul.products li.product .button {
		width: calc(100% - 20px);
		min-height: 36px;
		padding: 7px 10px;
		font-size: 11px;
	}
	.bccd-header-top > .bccd-container {
		width: calc(100% - 20px);
	}
	.bccd-header-top {
		overflow: hidden;
	}
	.bccd-header-benefits {
		min-height: 31px;
		gap: 16px;
		font-size: 8px;
		white-space: nowrap;
	}
	.bccd-header-benefits span:nth-child(2) {
		display: none;
	}
	.bccd-header-main {
		width: calc(100% - 20px);
		min-height: 62px;
	}
	.bccd-header-logo img {
		max-width: 145px;
		max-height: 43px;
	}
	.bccd-header-logo strong {
		font-size: 15px;
	}
	.bccd-section { padding-block: 50px; }
	.bccd-section--compact { padding-block: 44px; }
	.bccd-hero { padding-block: 42px 48px; }
	.bccd-hero__grid, .bccd-story, .bccd-cta { grid-template-columns: 1fr; }
	.bccd-hero__visual { aspect-ratio: 1.05; margin-top: 8px; }
	.bccd-home h1 { font-size: clamp(44px, 14vw, 66px); }
	.bccd-home h2 { font-size: 38px; }
	.bccd-lead { margin-top: 22px; font-size: 17px; }
	.bccd-actions .bccd-button { width: 100%; }
	.bccd-trust { gap: 9px 18px; margin-top: 28px; }
	.bccd-heading { align-items: start; margin-bottom: 26px; }
	.bccd-heading > .bccd-text-link { display: none; }
	.bccd-needs { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.bccd-need-card { min-height: 146px; border-radius: 19px; padding: 18px; }
	.bccd-products--mobile-slider { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-right: -14px; padding-right: 14px; }
	.bccd-products--mobile-slider .bccd-product-card { min-width: 82%; scroll-snap-align: start; }
	.bccd-products--mobile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; overflow: visible; margin: 0; padding: 0; }
	.bccd-products--mobile-grid .bccd-product-card { min-width: 0; }
	.bccd-products--mobile-grid .bccd-product-card__body { padding: 14px; }
	.bccd-products--mobile-grid .bccd-product-card :is(h3, h4, h5) { font-size: 15px; }
	.bccd-products--mobile-grid .bccd-eyebrow { display: none; }
	.bccd-products--mobile-grid .bccd-price { font-size: 14px; }
	.bccd-story__visual { order: 2; }
	.bccd-story__content { order: 1; }
	.bccd-cta .bccd-actions { justify-content: start; margin-top: 0; }
	.bccd-contact-bar { position: fixed; z-index: 9999; right: 10px; bottom: 9px; left: 10px; min-height: 56px; display: flex; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(23, 32, 27, .94); box-shadow: 0 8px 30px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
	.bccd-contact-bar a { flex: 1; display: flex; gap: 6px; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }
	.bccd-contact-bar a + a { border-left: 1px solid rgba(255,255,255,.14); }
	.bccd-contact-bar span { font-size: 17px; }
	.bccd-zalo-mark { width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 6px; color: var(--bccd-green); background: #fff; font-size: 11px !important; font-weight: 900; }
	.bccd-footer-main {
		grid-template-columns: 1fr 1fr;
		gap: 48px 24px;
		padding-block: 62px 54px;
	}
	.bccd-footer-brand,
	.bccd-footer-contact {
		grid-column: 1 / -1;
	}
	.bccd-footer-brand > p {
		max-width: 500px;
	}
	.bccd-footer-contact ul {
		grid-template-columns: 1fr;
	}
	.bccd-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		padding-bottom: 30px;
	}
	.bccd-footer-bottom nav ul {
		gap: 9px 17px;
	}
	.bccd-site-footer .bccd-footer-bottom .menu {
		gap: 9px 17px;
	}
}

/* BCCD 1.7.1 — tablet/mobile xuống hàng, không trượt ngang. */
@media (min-width: 768px) and (max-width: 1024px) {
	.bccd-quick-facts {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		overflow: hidden;
	}
	.bccd-quick-fact { min-width: 0; min-height: 150px; }
	.bccd-v2-buy .bccd-directory-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.bccd-quick-facts {
		width: calc(100% - 16px);
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: hidden;
		margin-top: -15px;
		scroll-snap-type: none;
	}
	.bccd-quick-fact {
		min-width: 0;
		min-height: 132px;
		padding: 17px 10px;
		scroll-snap-align: none;
	}
	.bccd-quick-fact strong { overflow-wrap: anywhere; font-size: 13px; }
	.bccd-v2-buy .bccd-directory-products {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		overflow: visible;
		margin-right: 0;
		padding-right: 0;
		scroll-snap-type: none;
	}
	.bccd-v2-buy .bccd-directory-products .bccd-product-card { min-width: 0; scroll-snap-align: none; }
	.bccd-v2-buy .bccd-product-card__image { aspect-ratio: 1; }
	.bccd-v2-buy .bccd-product-card__body { padding: 13px; }
	.bccd-v2-buy .bccd-product-card__body .bccd-eyebrow { display: none; }
	.bccd-v2-buy .bccd-product-card :is(h3, h4, h5) { margin-bottom: 8px; font-size: 15px; line-height: 1.35; }
	.bccd-v2-buy .bccd-price { font-size: 14px; }
	.bccd-v2-buy .bccd-text-link { font-size: 12px; }
}

/* Video commerce landing — nguồn phát độc lập, không khóa vào YouTube. */
.bccd-video-landing { color: var(--bccd-ink); background: #fff; }
.bccd-video-article { width: min(100% - 40px, 1280px); margin: 0 auto; padding: clamp(28px, 5vw, 64px) 0 90px; }
.bccd-video-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); overflow: hidden; min-height: 650px; border-radius: 30px; color: #fff; background: linear-gradient(120deg, #104d38 0 56%, #1f684a 56%); }
.bccd-video-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 7vw, 92px); }
.bccd-video-hero .bccd-eyebrow { margin: 0 0 22px; color: #cfe4c8; }
.bccd-video-chip { align-self: flex-start; margin-bottom: 28px; border-radius: 999px; padding: 9px 16px; color: #3d3518; background: #ecd276; font-size: 12px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.bccd-video-hero h1 { max-width: 690px; margin: 0; color: #fff; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
.bccd-video-hero__intro { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.bccd-video-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 32px; color: rgba(255,255,255,.72); font-size: 12px; }
.bccd-video-meta span:not(:first-child)::before, .bccd-video-meta time::before { content: "•"; margin-right: 22px; color: #9cc58e; }
.bccd-video-hero__player { display: grid; min-width: 0; place-items: center; padding: 38px; }

@media (max-width: 767px) {
	.bccd-shop-result-count { float: none; margin: 8px 0 0; }
	.bccd-shop-result-count + .bccd-shop-sort { width: 100%; clear: both; overflow-x: auto; align-items: flex-start; }
	.bccd-shop-sort > strong { position: sticky; left: 0; z-index: 1; padding-right: 8px; background: #fff; }
	.bccd-shop-sort__links { min-width: 570px; flex-wrap: nowrap; }
	.bccd-directory__article { width: min(100% - 28px, 1180px); padding-top: 30px; }
	.bccd-directory-hero { grid-template-columns: 1fr; gap: 25px; margin-bottom: 54px; }
	.bccd-directory-hero h1 { font-size: clamp(40px, 13vw, 58px); }
	.bccd-directory-hero figure { border-radius: 19px; }
	.bccd-directory-details,
	.bccd-directory-gallery { grid-template-columns: 1fr; }
	.bccd-directory-products { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
	.bccd-directory-products .bccd-product-card { min-width: 82%; scroll-snap-align: start; }
	.bccd-directory-table > div { grid-template-columns: 1fr; }
	.bccd-directory-table strong { padding-bottom: 5px; }
	.bccd-directory-table span { padding-top: 5px; }
	.bccd-directory-contact { display: block; }
	.bccd-directory-contact .bccd-button { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.bccd-motion .bccd-heading, .bccd-motion .bccd-need-card, .bccd-motion .bccd-product-card, .bccd-motion .bccd-story > * { opacity: 1; transform: none; transition: none; }
	.bccd-button, .bccd-product-card__image img { transition: none; }
}

/* Danh bạ cây V2 — landing page kết hợp, chỉ hiển thị khối có dữ liệu. */
.bccd-plant-v2 {
	color: var(--bccd-ink);
	background: #fff;
}
.bccd-plant-v2__article {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: clamp(22px, 2.4vw, 32px) 0 clamp(70px, 9vw, 120px);
}
.bccd-plant-v2-hero {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	border-radius: 28px;
	color: #fff;
	background: linear-gradient(135deg, #0d4432 0%, #175b41 72%, #326849 100%);
	box-shadow: 0 24px 70px rgba(15, 77, 56, .13);
}
.bccd-plant-v2-hero--no-image { grid-template-columns: 1fr; }
.bccd-plant-v2-hero__media {
	min-height: 0;
	aspect-ratio: 1;
	margin: 0;
	background: #dfe9d9;
}
.bccd-plant-v2-hero__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.bccd-plant-v2-hero__copy {
	min-width: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 6vw, 74px);
}
.bccd-plant-v2-hero__copy .bccd-eyebrow { margin-bottom: 14px; color: #dceccf; }
.bccd-plant-status {
	display: inline-flex;
	margin-bottom: 17px;
	border-radius: 999px;
	padding: 7px 12px;
	color: #3e3517;
	background: #e9cc76;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.bccd-plant-v2-hero h1 {
	margin: 0 0 13px;
	color: #fff;
	font-size: clamp(42px, 5.3vw, 70px);
	line-height: .98;
	letter-spacing: -.058em;
}
.bccd-plant-v2-hero__scientific { margin: 0 0 16px; color: #d4e5cd; font-size: 17px; }
.bccd-plant-v2-hero__intro { max-width: 620px; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.72; }
.bccd-plant-v2-hero__intro > :last-child { margin-bottom: 0; }
.bccd-plant-v2-hero .bccd-button { margin-top: 22px; color: #173523; background: #ead17f; }
.bccd-plant-v2-hero .bccd-button:hover { color: #173523; background: #f1dd9f; }

.bccd-quick-facts {
	position: relative;
	z-index: 2;
	width: min(1080px, calc(100% - 36px));
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 1px;
	overflow: hidden;
	margin: -25px auto clamp(54px, 7vw, 84px);
	border: 1px solid var(--bccd-line);
	border-radius: 18px;
	background: var(--bccd-line);
	box-shadow: 0 18px 50px rgba(24, 51, 38, .09);
}
.bccd-quick-fact {
	min-width: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 20px 12px;
	text-align: center;
	background: #fff;
}
.bccd-quick-fact > span {
	width: 35px;
	height: 35px;
	display: grid;
	place-items: center;
	margin-bottom: 7px;
	border-radius: 50%;
	color: var(--bccd-green);
	background: #edf4e9;
	font-size: 17px;
	font-weight: 800;
}
.bccd-quick-fact small { color: var(--bccd-muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.bccd-quick-fact strong { margin-top: 3px; font-size: 14px; line-height: 1.3; }

.bccd-plant-breadcrumb {
	width: fit-content;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	margin: 0 0 16px;
	border: 1px solid #e3e9de;
	border-radius: 999px;
	padding: 8px 13px 8px 10px;
	color: var(--bccd-muted);
	background: #f7f8f4;
	font-size: 13px;
	line-height: 1.2;
}
.bccd-plant-breadcrumb a { color: #315f48; font-weight: 700; text-decoration: none; }
.bccd-plant-breadcrumb a:hover { color: var(--bccd-green); }
.bccd-plant-breadcrumb__home { display: inline-flex; gap: 6px; align-items: center; }
.bccd-plant-breadcrumb__home svg { flex: 0 0 auto; }
.bccd-plant-breadcrumb__separator { color: #a8b5aa; font-size: 11px; }
.bccd-plant-breadcrumb [aria-current="page"] { overflow: hidden; max-width: 42ch; text-overflow: ellipsis; white-space: nowrap; }

.bccd-plant-v2-layout {
	display: grid;
	grid-template-columns: 215px minmax(0, 1fr);
	gap: clamp(30px, 5vw, 58px);
	align-items: start;
}
.bccd-plant-toc { position: sticky; top: 110px; }
.bccd-plant-toc nav {
	border: 1px solid var(--bccd-line);
	border-radius: 18px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(24, 51, 38, .05);
}
.bccd-plant-toc nav > strong { display: block; margin-bottom: 12px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.bccd-plant-toc ol,
.bccd-plant-toc ul { margin: 0; padding: 0; list-style: none; }
.bccd-plant-toc > nav > ol { counter-reset: toc; }
.bccd-plant-toc > nav > ol > li { counter-increment: toc; }
.bccd-plant-toc a {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 5px;
	border-top: 1px solid var(--bccd-line);
	padding: 10px 0;
	color: var(--bccd-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}
.bccd-plant-toc a::before { content: counter(toc, decimal-leading-zero); color: var(--bccd-green); font-size: 9px; font-weight: 800; }
.bccd-plant-toc a:hover { color: var(--bccd-green); }
.bccd-plant-toc__children { padding: 0 0 6px 25px !important; }
.bccd-plant-toc__children a { grid-template-columns: 9px 1fr; border-top: 0; padding: 5px 0; font-size: 11px; font-weight: 500; }
.bccd-plant-toc__children a::before { content: "•"; color: #a2b49c; font-size: 11px; }

.bccd-plant-v2-content {
	--bccd-plant-text-size: 16px;
	min-width: 0;
	font-family: Inter, "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: var(--bccd-plant-text-size);
	counter-reset: plant-section;
}
.bccd-v2-section {
	min-width: 0;
	scroll-margin-top: 115px;
	margin-bottom: clamp(54px, 7vw, 84px);
	counter-increment: plant-section;
}
.bccd-v2-section > h2 {
	display: flex;
	gap: 11px;
	align-items: baseline;
	margin: 0 0 25px;
	font-size: clamp(29px, 3.6vw, 43px);
	line-height: 1.08;
	letter-spacing: -.043em;
}
.bccd-v2-section > h2::before {
	content: counter(plant-section, decimal-leading-zero);
	flex: 0 0 auto;
	color: #c99a20;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .05em;
}
.bccd-v2-subsection {
	min-width: 0;
	scroll-margin-top: 115px;
	margin-bottom: clamp(38px, 5vw, 58px);
}
.bccd-v2-subsection:last-child { margin-bottom: 0; }
.bccd-v2-subsection > h3,
.bccd-v2-subsection > .bccd-post-video > h3 {
	margin: 0 0 20px;
	font-size: clamp(23px, 2.8vw, 31px);
	line-height: 1.16;
	letter-spacing: -.03em;
}
.bccd-v2-subsection#video > .bccd-post-video { margin: 0; }
.bccd-v2-prose,
.bccd-v2-section > p,
.bccd-v2-section li { font-size: var(--bccd-plant-text-size); line-height: 1.75; }
.bccd-v2-prose > :first-child,
.bccd-v2-value-card > :first-child { margin-top: 0; }
.bccd-v2-prose > :last-child,
.bccd-v2-value-card > :last-child { margin-bottom: 0; }

.bccd-context-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.bccd-context-grid > div { border: 1px solid #dfe9db; border-radius: 17px; padding: 21px; background: #f3f7ef; }
.bccd-context-grid h4 { margin: 0 0 9px; font-size: 18px; }
.bccd-context-grid p { margin: 0; color: var(--bccd-muted); font-size: var(--bccd-plant-text-size); line-height: 1.75; }

.bccd-v2-taxonomy {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--bccd-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(24, 51, 38, .045);
}
.bccd-v2-taxonomy__lead { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 24px; color: #fff; background: var(--bccd-green); }
.bccd-v2-taxonomy__lead small { margin-bottom: 8px; color: #cae1c2; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.bccd-v2-taxonomy__lead strong { overflow-wrap: anywhere; font-size: 21px; line-height: 1.08; }
.bccd-v2-taxonomy__lead span { margin-top: 10px; color: rgba(255,255,255,.75); font-size: 11px; }
.bccd-v2-taxonomy__rows > div { display: grid; grid-template-columns: minmax(125px, .38fr) 1fr; border-bottom: 1px solid var(--bccd-line); }
.bccd-v2-taxonomy__rows > div:last-child { border-bottom: 0; }
.bccd-v2-taxonomy__rows strong,
.bccd-v2-taxonomy__rows span { padding: 12px 15px; font-size: var(--bccd-plant-text-size); line-height: 1.65; }
.bccd-v2-taxonomy__rows strong { color: var(--bccd-muted); background: #fafbf8; }

.bccd-v2-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.bccd-v2-feature-grid article {
	min-width: 0;
	display: block;
	border: 1px solid var(--bccd-line);
	border-radius: 17px;
	padding: 22px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(24, 51, 38, .04);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.bccd-v2-feature-grid article::after { display: block; clear: both; content: ""; }
.bccd-v2-feature-grid article:hover { border-color: rgba(23, 75, 53, .3); box-shadow: 0 16px 36px rgba(24, 51, 38, .09); transform: translateY(-2px); }
.bccd-v2-feature-icon {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 17px;
	color: #fff;
	background: linear-gradient(145deg, #0d4d38, #337451);
	box-shadow: 0 9px 20px rgba(23, 75, 53, .2);
	float: left;
	margin: 0 16px 10px 0;
}
.bccd-v2-feature-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.bccd-v2-feature-copy { min-width: 0; }
.bccd-v2-feature-grid h4 { margin: 2px 0 7px; color: var(--bccd-ink); font-size: 18px; line-height: 1.35; }
.bccd-v2-feature-grid p { margin: 0; color: var(--bccd-muted); font-size: var(--bccd-plant-text-size); line-height: 1.68; }

.bccd-v2-growth {
	border-radius: 20px;
	padding: clamp(28px, 5vw, 46px);
	color: #f7fbf4;
	background: linear-gradient(120deg, #0e4936, #315b2b);
}
.bccd-plant-v2 .bccd-v2-growth > h3 { margin-bottom: 15px; color: #fff !important; }
.bccd-plant-v2 .bccd-v2-growth .bccd-eyebrow { color: #ead17f !important; }
.bccd-plant-v2 .bccd-v2-growth > p:not(.bccd-eyebrow) { color: #f7fbf4 !important; font-size: var(--bccd-plant-text-size); font-weight: 700; line-height: 1.75; }
.bccd-v2-growth p:last-child { margin-bottom: 0; }

.bccd-v2-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.bccd-v2-gallery figure { aspect-ratio: 1; overflow: hidden; margin: 0; border-radius: 17px; background: #e8ede3; }
.bccd-v2-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.bccd-v2-gallery figure:hover img { transform: scale(1.025); }
.bccd-v2-gallery--1 { grid-template-columns: minmax(0, 620px); }
.bccd-v2-gallery--3 figure:first-child { grid-row: span 2; aspect-ratio: auto; }

.bccd-v2-value-card { border: 1px solid #dfe8d5; border-radius: 19px; padding: clamp(24px, 4vw, 36px); background: linear-gradient(135deg, #eef6e9, #fff9e8); font-size: var(--bccd-plant-text-size); line-height: 1.75; }
.bccd-v2-feng-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
.bccd-v2-feng-main,
.bccd-v2-position { border: 1px solid var(--bccd-line); border-radius: 19px; padding: 25px; }
.bccd-v2-feng-main { background: #fff; }
.bccd-v2-feng-main > :first-child { margin-top: 0; }
.bccd-v2-feng-main ul { margin: 18px 0 0; padding: 0; list-style: none; }
.bccd-v2-feng-main li { border-top: 1px solid var(--bccd-line); padding: 11px 0; font-size: var(--bccd-plant-text-size); line-height: 1.75; }
.bccd-v2-position { background: #eaf4e8; }
.bccd-v2-position h4 { margin: 0 0 14px; font-size: 18px; }
.bccd-v2-position span { display: block; margin-top: 8px; border-radius: 10px; padding: 10px 12px; background: #fff; font-size: var(--bccd-plant-text-size); font-weight: 650; line-height: 1.6; }

.bccd-v2-accordion { overflow: hidden; border: 1px solid var(--bccd-line); border-radius: 18px; background: #fff; }
.bccd-v2-accordion details { border-bottom: 1px solid var(--bccd-line); }
.bccd-v2-accordion details:last-child { border-bottom: 0; }
.bccd-v2-accordion summary {
	position: relative;
	display: flex;
	gap: 11px;
	align-items: center;
	padding: 17px 48px 17px 18px;
	cursor: pointer;
	list-style: none;
	transition: background .2s ease;
}
.bccd-v2-accordion summary::-webkit-details-marker { display: none; }
.bccd-v2-accordion summary::after { content: "+"; position: absolute; right: 19px; color: var(--bccd-green); font-size: 20px; font-weight: 600; }
.bccd-v2-accordion details[open] summary { background: #edf5ea; }
.bccd-v2-accordion details[open] summary::after { content: "−"; }
.bccd-v2-accordion summary > span { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--bccd-green); font-size: 12px; }
.bccd-v2-accordion summary strong { font-size: var(--bccd-plant-text-size); }
.bccd-v2-accordion details > div { padding: 7px 22px 22px 57px; color: var(--bccd-muted); font-size: var(--bccd-plant-text-size); line-height: 1.75; }
.bccd-v2-accordion details > div > :last-child { margin-bottom: 0; }
.bccd-v2-faq summary { min-height: 60px; }
.bccd-v2-faq details > div { padding-left: 22px; }

.bccd-v2-buy { border-radius: 22px; padding: clamp(26px, 5vw, 46px); background: #f5f1e5; }
.bccd-v2-buy > h3 { color: var(--bccd-ink); }
.bccd-v2-price { margin: 22px 0; border-left: 4px solid #d2a735; padding: 14px 18px; background: #fff; }
.bccd-v2-price > strong { display: block; margin-bottom: 5px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.bccd-v2-contact { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; align-items: center; margin-top: 28px; border-radius: 18px; padding: 25px; color: #fff; background: var(--bccd-green); }
.bccd-v2-contact h4 { margin: 3px 0 6px; color: #fff; font-size: 24px; }
.bccd-v2-contact p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.bccd-v2-contact .bccd-eyebrow { color: #cce3c2; }
.bccd-v2-contact .bccd-button { min-width: 132px; margin: 0; color: var(--bccd-green); background: #fff; }
.bccd-v2-contact .bccd-button--outline { color: #fff; background: transparent; }
.bccd-v2-references { border: 1px solid var(--bccd-line); border-radius: 18px; padding: 25px 28px; color: #657168; background: #fafbf8; font-size: var(--bccd-plant-text-size); line-height: 1.75; }
.bccd-v2-references > h3 { margin-bottom: 14px; color: var(--bccd-ink); }
.bccd-v2-references :is(p, li) { overflow-wrap: anywhere; }
.bccd-v2-references > :last-child { margin-bottom: 0; }

.bccd-related-plants {
	width: min(1180px, calc(100% - 40px));
	margin: clamp(-52px, -4vw, -30px) auto 0;
	border-top: 1px solid var(--bccd-line);
	padding: clamp(42px, 6vw, 72px) 0 clamp(70px, 9vw, 110px);
}
.bccd-related-plants__header { display: flex; gap: 24px; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; }
.bccd-related-plants__header .bccd-eyebrow { margin: 0 0 8px; color: var(--bccd-green); }
.bccd-related-plants__header h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.045em; }
.bccd-related-plants__header > a { flex: 0 0 auto; color: var(--bccd-green); font-size: 13px; font-weight: 750; text-decoration: none; }
.bccd-related-plants__header > a:hover { text-decoration: underline; }
.bccd-related-plants__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.bccd-related-plant-card { min-width: 0; overflow: hidden; border: 1px solid var(--bccd-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(24, 51, 38, .055); }
.bccd-related-plant-card__media { aspect-ratio: 1; display: grid; overflow: hidden; place-items: center; color: var(--bccd-green); background: #edf3e8; text-decoration: none; }
.bccd-related-plant-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.bccd-related-plant-card__media > span { font-size: 56px; }
.bccd-related-plant-card:hover .bccd-related-plant-card__media img { transform: scale(1.025); }
.bccd-related-plant-card__body { padding: 18px; }
.bccd-related-plant-card__body > p { margin: 0 0 8px; color: var(--bccd-green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bccd-related-plant-card h3 { margin: 0; font-size: 19px; line-height: 1.32; letter-spacing: -.02em; }
.bccd-related-plant-card h3 a { color: var(--bccd-ink); text-decoration: none; }
.bccd-related-plant-card h3 a:hover { color: var(--bccd-green); }
.bccd-related-plant-card__body > em { display: block; overflow: hidden; margin-top: 7px; color: var(--bccd-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.bccd-related-plant-card__link { display: inline-flex; gap: 5px; align-items: center; margin-top: 15px; color: var(--bccd-green); font-size: 12px; font-weight: 750; text-decoration: none; }

@media (max-width: 1024px) {
	.bccd-plant-v2__article { width: min(100% - 32px, 940px); }
	.bccd-plant-v2-hero { grid-template-columns: 1fr; }
	.bccd-plant-v2-hero__media { min-height: 0; }
	.bccd-plant-v2-layout { grid-template-columns: 1fr; }
	.bccd-plant-toc { position: static; }
	.bccd-plant-toc nav { padding: 16px 18px; }
	.bccd-plant-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
	.bccd-v2-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bccd-v2-contact { grid-template-columns: 1fr 1fr; }
	.bccd-v2-contact > div { grid-column: 1 / -1; }
	.bccd-related-plants { width: min(100% - 32px, 940px); }
	.bccd-related-plants__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.bccd-plant-v2__article { width: min(100% - 24px, 720px); padding-top: 14px; }
	.bccd-plant-breadcrumb { gap: 7px; border-radius: 14px; padding: 8px 10px; font-size: 12px; }
	.bccd-plant-breadcrumb__home span { display: none; }
	.bccd-plant-breadcrumb [aria-current="page"] { max-width: 18ch; }
	.bccd-plant-v2-hero { grid-template-columns: 1fr; border-radius: 20px; }
	.bccd-plant-v2-hero__media { min-height: 0; aspect-ratio: 1; }
	.bccd-plant-v2-hero__copy { padding: 28px 22px 32px; }
	.bccd-plant-v2-hero h1 { font-size: clamp(40px, 13vw, 57px); }
	.bccd-quick-facts { width: calc(100% - 20px); display: flex; overflow-x: auto; justify-content: flex-start; margin-top: -17px; scroll-snap-type: x mandatory; }
	.bccd-quick-fact { min-width: 125px; scroll-snap-align: start; }
	.bccd-plant-toc ol { grid-template-columns: 1fr; }
	.bccd-v2-section { margin-bottom: 58px; }
	.bccd-v2-section > h2 { font-size: 31px; }
	.bccd-context-grid,
	.bccd-v2-feature-grid,
	.bccd-v2-feng-grid { grid-template-columns: 1fr; }
	.bccd-v2-feature-grid article { padding: 18px; }
	.bccd-v2-feature-icon { width: 50px; height: 50px; border-radius: 15px; }
	.bccd-v2-feature-icon { margin-right: 14px; margin-bottom: 8px; }
	.bccd-v2-feature-icon svg { width: 26px; height: 26px; }
	.bccd-v2-taxonomy { grid-template-columns: 1fr; }
	.bccd-v2-taxonomy__lead { min-height: 140px; }
	.bccd-v2-taxonomy__rows > div { grid-template-columns: minmax(105px, .4fr) 1fr; }
	.bccd-v2-gallery { gap: 8px; }
	.bccd-v2-gallery--1 { grid-template-columns: 1fr; }
	.bccd-v2-contact { grid-template-columns: 1fr; padding: 22px; }
	.bccd-v2-contact > div { grid-column: auto; }
	.bccd-v2-contact .bccd-button { width: 100%; }
	.bccd-v2-accordion details > div { padding-left: 18px; }
	.bccd-v2-references { padding: 21px 18px; }
	.bccd-related-plants { width: calc(100% - 24px); margin-top: -30px; }
	.bccd-related-plants__header { align-items: flex-start; flex-direction: column; margin-bottom: 18px; }
	.bccd-related-plants__grid { display: flex; gap: 12px; overflow-x: auto; margin-right: -12px; padding: 0 12px 10px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
	.bccd-related-plant-card { min-width: min(78vw, 290px); scroll-snap-align: start; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.bccd-quick-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; }
	.bccd-quick-fact { min-width: 0; min-height: 150px; }
	.bccd-v2-buy .bccd-directory-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.bccd-quick-facts { width: calc(100% - 16px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; margin-top: -15px; scroll-snap-type: none; }
	.bccd-quick-fact { min-width: 0; min-height: 132px; padding: 17px 10px; scroll-snap-align: none; }
	.bccd-quick-fact strong { overflow-wrap: anywhere; font-size: 13px; }
	.bccd-v2-buy .bccd-directory-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; overflow: visible; margin-right: 0; padding-right: 0; scroll-snap-type: none; }
	.bccd-v2-buy .bccd-directory-products .bccd-product-card { min-width: 0; scroll-snap-align: none; }
	.bccd-v2-buy .bccd-product-card__image { aspect-ratio: 1; }
	.bccd-v2-buy .bccd-product-card__body { padding: 13px; }
	.bccd-v2-buy .bccd-product-card__body .bccd-eyebrow { display: none; }
	.bccd-v2-buy .bccd-product-card :is(h3, h4, h5) { margin-bottom: 8px; font-size: 15px; line-height: 1.35; }
	.bccd-v2-buy .bccd-price { font-size: 14px; }
	.bccd-v2-buy .bccd-text-link { font-size: 12px; }
}
