/*
Theme Name: HerbResearch Flatsome Child
Theme URI: https://herbresearch.com/
Description: Update-safe, SEO-focused HerbResearch storefront for Flatsome and WooCommerce.
Author: HerbResearch
Version: 1.4.0
Template: flatsome
Requires at least: 6.9
Requires PHP: 7.4
WC requires at least: 10.8
WC tested up to: 11.0
Text Domain: herbresearch
*/

:root {
	--hr-forest-950: #102716;
	--hr-forest-900: #17361f;
	--hr-forest-800: #244b2c;
	--hr-forest-700: #35623b;
	--hr-moss-600: #58754b;
	--hr-moss-200: #dfe7d8;
	--hr-cream-100: #faf8f1;
	--hr-cream-200: #f3efe4;
	--hr-amber-700: #9a6018;
	--hr-amber-500: #c5892b;
	--hr-amber-100: #fff8e8;
	--hr-charcoal: #202820;
	--hr-muted: #667065;
	--hr-line: #dde3da;
	--hr-white: #fff;
	--hr-shadow-sm: 0 8px 24px rgba(20, 45, 25, 0.08);
	--hr-shadow-md: 0 20px 55px rgba(20, 45, 25, 0.12);
	--hr-radius-sm: 8px;
	--hr-radius-md: 14px;
	--hr-radius-lg: 22px;
	--hr-container: 1240px;
	--hr-serif: Georgia, "Times New Roman", serif;
	--hr-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.herbresearch-site {
	margin: 0;
	background: var(--hr-white);
	color: var(--hr-charcoal);
	font-family: var(--hr-sans);
	font-size: 16px;
	line-height: 1.65;
}

.herbresearch-site img {
	display: block;
	max-width: 100%;
	height: auto;
}

.herbresearch-site a {
	color: var(--hr-forest-800);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.herbresearch-site a:hover {
	color: var(--hr-forest-950);
}

.herbresearch-site h1,
.herbresearch-site h2,
.herbresearch-site h3,
.herbresearch-site h4 {
	margin-top: 0;
	color: var(--hr-forest-950);
	font-family: var(--hr-serif);
	font-weight: 600;
	line-height: 1.15;
}

.herbresearch-site h1 {
	font-size: clamp(2.35rem, 4.4vw, 4.8rem);
	letter-spacing: -0.045em;
}

.herbresearch-site h2 {
	font-size: clamp(1.9rem, 2.8vw, 3rem);
	letter-spacing: -0.025em;
}

.herbresearch-site h3 {
	font-size: 1.18rem;
}

.hr-container {
	width: min(calc(100% - 40px), var(--hr-container));
	margin-inline: auto;
}

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

.screen-reader-text:focus,
.herbresearch-site .screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 99999;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--hr-white);
	color: var(--hr-forest-950);
	font-weight: 700;
}

.herbresearch-site :focus-visible {
	outline: 3px solid var(--hr-amber-500);
	outline-offset: 3px;
}

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

.hr-age-gate[hidden] {
	display: none !important;
}

.hr-age-gate {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	place-items: center;
	padding: 22px;
}

.hr-age-gate-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 8, 4, 0.91);
	backdrop-filter: blur(3px);
}

.hr-age-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 600px);
	max-height: calc(100vh - 44px);
	padding: clamp(28px, 5vw, 48px);
	overflow-y: auto;
	border-top: 5px solid #78b82a;
	background: var(--hr-white);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
	text-align: center;
}

.hr-age-logo {
	width: min(315px, 82%);
	margin: 0 auto 14px;
}

.herbresearch-site .hr-age-dialog h2 {
	margin: 0 0 25px;
	color: #4b4d4b;
	font-family: var(--hr-sans);
	font-size: clamp(1.8rem, 5vw, 2.35rem);
	font-weight: 800;
	letter-spacing: -0.025em;
}

.hr-age-copy {
	max-width: 500px;
	margin: 0 auto;
	color: #818681;
	font-size: 0.94rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.9;
	text-transform: uppercase;
}

.hr-age-copy p {
	margin: 0 0 12px;
}

.hr-age-copy a {
	color: var(--hr-forest-700);
	font-weight: 750;
}

.hr-age-actions {
	display: grid;
	gap: 12px;
	width: min(100%, 260px);
	margin: 17px auto 0;
}

.hr-age-actions button {
	min-height: 40px;
	margin: 0;
	border: 0;
	border-radius: 4px;
	font-family: var(--hr-sans);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease;
}

.hr-age-actions button:hover {
	transform: translateY(-1px);
}

.hr-age-confirm {
	background: #80bd00;
	color: var(--hr-white);
}

.hr-age-confirm:hover,
.hr-age-confirm:focus-visible {
	background: #679900;
}

.hr-age-exit {
	background: #dedede;
	color: var(--hr-white);
}

.hr-age-exit:hover,
.hr-age-exit:focus-visible {
	background: #c9c9c9;
}

.hr-announcement {
	background: var(--hr-forest-950);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.78rem;
	letter-spacing: 0.02em;
}

.hr-announcement-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 34px;
	text-align: center;
}

.hr-announcement a {
	color: inherit;
	text-decoration: none;
}

.hr-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(16, 39, 22, 0.1);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 5px 20px rgba(16, 39, 22, 0.05);
	backdrop-filter: blur(14px);
}

.admin-bar .hr-site-header {
	top: 32px;
}

.hr-header-inner {
	display: grid;
	grid-template-columns: auto minmax(390px, 1fr) minmax(220px, 330px) auto;
	align-items: center;
	gap: 22px;
	min-height: 76px;
}

.hr-brand-mark {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.hr-brand-mark img {
	width: 142px;
	max-height: 64px;
	object-fit: contain;
	filter: drop-shadow(0 2px 4px rgba(16, 39, 22, 0.1));
}

.hr-menu,
.hr-menu ul,
.hr-mobile-menu,
.hr-mobile-menu ul,
.hr-site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hr-menu {
	display: flex;
	align-items: center;
	gap: 25px;
}

.hr-menu > li {
	position: relative;
}

.hr-menu > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--hr-charcoal);
	font-size: 0.84rem;
	font-weight: 650;
	text-decoration: none;
}

.hr-menu > li > a:hover,
.hr-menu > .current-menu-item > a,
.hr-menu > .current-menu-ancestor > a {
	color: var(--hr-forest-700);
}

.hr-menu .menu-item-has-children > a::after {
	content: "";
	width: 6px;
	height: 6px;
	margin-left: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.hr-menu .sub-menu {
	position: absolute;
	top: calc(100% - 2px);
	left: -18px;
	min-width: 210px;
	padding: 10px;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-white);
	box-shadow: var(--hr-shadow-md);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: 0.18s ease;
}

.hr-menu li:hover > .sub-menu,
.hr-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hr-menu .sub-menu a {
	display: block;
	padding: 9px 12px;
	border-radius: 5px;
	color: var(--hr-charcoal);
	font-size: 0.87rem;
	text-decoration: none;
}

.hr-menu .sub-menu a:hover {
	background: var(--hr-cream-100);
	color: var(--hr-forest-800);
}

.hr-product-search {
	display: grid;
	grid-template-columns: 1fr 44px;
	align-items: center;
	min-width: 0;
	border: 1px solid var(--hr-line);
	border-radius: 8px;
	background: var(--hr-white);
	overflow: hidden;
}

.hr-product-search input[type="search"] {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0 4px 0 14px;
	border: 0;
	box-shadow: none;
	background: transparent;
	color: var(--hr-charcoal);
	font-size: 0.87rem;
}

.hr-product-search button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hr-forest-800);
	box-shadow: none;
}

.hr-product-search svg,
.hr-header-action svg,
.hr-mobile-toggle svg,
.hr-text-link svg,
.hr-trust-icon svg,
.hr-compliance-icon svg,
.hr-quality-grid svg,
.hr-learning-visual svg,
.hr-shipping-visual > svg,
.hr-content-card-placeholder svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hr-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.hr-header-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--hr-charcoal);
	font-size: 0.82rem;
	font-weight: 650;
	text-decoration: none;
}

.hr-header-action svg {
	width: 20px;
	height: 20px;
}

.hr-cart-count {
	display: inline-grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--hr-forest-700);
	color: var(--hr-white);
	font-size: 0.67rem;
	font-weight: 800;
}

.hr-mobile-toggle {
	display: none;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--hr-line);
	border-radius: 7px;
	background: var(--hr-white);
	color: var(--hr-forest-900);
}

.hr-toggle-close {
	display: none;
}

.hr-mobile-toggle[aria-expanded="true"] .hr-toggle-open {
	display: none;
}

.hr-mobile-toggle[aria-expanded="true"] .hr-toggle-close {
	display: inline-flex;
}

.hr-mobile-panel {
	padding: 0 0 24px;
	border-top: 1px solid var(--hr-line);
	background: var(--hr-white);
}

.hr-home-audio {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
	background: var(--hr-forest-950);
	color: var(--hr-white);
}

.hr-home-audio-shell {
	display: grid;
	grid-template-columns: auto minmax(160px, 240px) minmax(260px, 1fr);
	align-items: center;
	gap: 16px;
	min-height: 74px;
	padding-block: 10px;
}

.hr-audio-equalizer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.hr-audio-equalizer span {
	width: 3px;
	height: 8px;
	border-radius: 999px;
	background: var(--hr-amber-500);
	animation: hr-audio-pulse 0.72s ease-in-out infinite alternate;
	animation-play-state: paused;
	transform-origin: center;
}

.hr-audio-equalizer span:nth-child(2) {
	height: 15px;
	animation-delay: -0.34s;
}

.hr-audio-equalizer span:nth-child(3) {
	height: 20px;
	animation-delay: -0.18s;
}

.hr-audio-equalizer span:nth-child(4) {
	height: 12px;
	animation-delay: -0.48s;
}

.hr-home-audio-shell.is-playing .hr-audio-equalizer span {
	animation-play-state: running;
}

.hr-audio-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.hr-audio-copy strong {
	color: var(--hr-white);
	font-family: var(--hr-serif);
	font-size: 1.08rem;
	font-weight: 500;
}

.hr-audio-copy span {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hr-home-audio audio {
	display: block;
	width: 100%;
	height: 42px;
	color-scheme: light;
}

@keyframes hr-audio-pulse {
	from {
		transform: scaleY(0.55);
	}

	to {
		transform: scaleY(1.35);
	}
}

.hr-mobile-search {
	margin: 18px 0;
}

.hr-mobile-menu li {
	border-bottom: 1px solid var(--hr-line);
}

.hr-mobile-menu a {
	display: block;
	padding: 12px 2px;
	color: var(--hr-charcoal);
	font-weight: 650;
	text-decoration: none;
}

.hr-mobile-menu .sub-menu {
	padding: 0 0 8px 18px;
}

.hr-mobile-menu .sub-menu li {
	border: 0;
}

.hr-mobile-menu .sub-menu a {
	padding: 7px 0;
	font-size: 0.9rem;
	font-weight: 500;
}

.hr-mobile-actions {
	display: flex;
	gap: 14px;
	margin-top: 18px;
}

.hr-mobile-actions a {
	flex: 1;
	padding: 10px 14px;
	border: 1px solid var(--hr-forest-700);
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
}

.hr-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 28%, rgba(187, 204, 163, 0.7), transparent 34%),
		linear-gradient(135deg, #fff 0%, var(--hr-cream-100) 57%, #e9e6d9 100%);
}

.hr-hero::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(36, 75, 44, 0.06) 0.7px, transparent 0.7px);
	background-size: 8px 8px;
	content: "";
	pointer-events: none;
}

.hr-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
	align-items: center;
	gap: 55px;
	min-height: 610px;
	padding-block: 70px;
}

.hr-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 600px;
}

.hr-eyebrow {
	margin: 0 0 12px;
	color: var(--hr-forest-700);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hr-hero-copy h1 {
	margin-bottom: 24px;
}

.hr-hero-copy > p:not(.hr-eyebrow) {
	max-width: 550px;
	margin-bottom: 30px;
	color: #4f584f;
	font-size: 1.05rem;
}

.hr-button-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

.herbresearch-site .button,
.herbresearch-site button,
.herbresearch-site input[type="submit"],
.herbresearch-site .woocommerce a.button,
.herbresearch-site .woocommerce button.button,
.herbresearch-site .woocommerce input.button {
	min-height: 40px;
	margin: 0;
	padding: 10px 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	box-shadow: none;
	font-family: var(--hr-sans);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.015em;
	line-height: 1.2;
	text-transform: none;
	transition: 0.18s ease;
}

.herbresearch-site .button:hover,
.herbresearch-site button:hover,
.herbresearch-site input[type="submit"]:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(16, 39, 22, 0.14);
}

.herbresearch-site .hr-button-primary,
.herbresearch-site .hr-add-to-cart,
.herbresearch-site .woocommerce a.button.alt,
.herbresearch-site .woocommerce button.button.alt,
.herbresearch-site .woocommerce input.button.alt {
	border-color: var(--hr-forest-800);
	background: var(--hr-forest-800);
	color: var(--hr-white);
	text-decoration: none;
}

.herbresearch-site .hr-button-primary:hover,
.herbresearch-site .hr-add-to-cart:hover {
	border-color: var(--hr-forest-950);
	background: var(--hr-forest-950);
	color: var(--hr-white);
}

.hr-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--hr-forest-800);
	font-size: 0.86rem;
	font-weight: 750;
	text-decoration: none;
}

.hr-text-link svg {
	width: 17px;
	height: 17px;
	transition: transform 0.18s ease;
}

.hr-text-link:hover svg {
	transform: translateX(3px);
}

.hr-hero-products {
	position: relative;
	min-height: 480px;
}

.hr-hero-glow {
	position: absolute;
	inset: 35px 5% 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.56);
	filter: blur(10px);
}

.hr-hero-product {
	position: absolute;
	display: block;
	border-radius: 18px;
	background: var(--hr-white);
	box-shadow: var(--hr-shadow-md);
	overflow: hidden;
	transition: transform 0.2s ease;
}

.hr-hero-product:hover {
	transform: translateY(-5px) rotate(0deg);
}

.hr-hero-product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hr-hero-product-a {
	top: 45px;
	left: 3%;
	width: 44%;
	height: 360px;
	transform: rotate(-4deg);
}

.hr-hero-product-b {
	top: 12px;
	right: 2%;
	width: 43%;
	height: 330px;
	transform: rotate(3deg);
}

.hr-hero-product-c {
	right: 27%;
	bottom: 0;
	width: 31%;
	aspect-ratio: 1;
	border-radius: 50%;
	transform: rotate(1deg);
}

.hr-trust-strip {
	border-top: 1px solid var(--hr-line);
	border-bottom: 1px solid var(--hr-line);
	background: var(--hr-white);
}

.hr-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	padding-block: 26px;
}

.hr-trust-item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.hr-trust-item strong,
.hr-trust-item span {
	display: block;
}

.hr-trust-item strong {
	margin-bottom: 2px;
	color: var(--hr-forest-950);
	font-family: var(--hr-serif);
	font-size: 0.98rem;
}

.hr-trust-item div > span {
	color: var(--hr-muted);
	font-size: 0.75rem;
	line-height: 1.4;
}

.hr-trust-icon,
.hr-year-mark {
	display: grid !important;
	place-items: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border: 1.5px solid var(--hr-moss-600);
	border-radius: 50%;
	color: var(--hr-forest-700);
}

.hr-year-mark {
	font-size: 0.67rem;
	font-weight: 850;
}

.hr-compliance-wrap {
	padding-top: 34px;
}

.hr-compliance-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 17px;
	padding: 22px 25px;
	border: 1px solid #e3b45f;
	border-left: 5px solid var(--hr-amber-500);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-amber-100);
}

.hr-compliance-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: var(--hr-amber-700);
}

.hr-compliance-card h2 {
	margin: 0 0 5px;
	font-size: 1.35rem;
}

.hr-compliance-card p {
	margin: 0;
	color: #584d3a;
	font-size: 0.87rem;
	line-height: 1.65;
}

.hr-section {
	padding-block: 74px;
}

.hr-section + .hr-section {
	padding-top: 10px;
}

.hr-section-heading {
	margin-bottom: 34px;
}

.hr-section-heading h2 {
	margin-bottom: 10px;
}

.hr-section-heading > p:last-child {
	max-width: 650px;
	margin: 0 auto;
	color: var(--hr-muted);
}

.hr-section-heading-center {
	text-align: center;
}

.hr-heading-with-link {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.hr-category-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.hr-category-card {
	display: block;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-white);
	box-shadow: 0 8px 24px rgba(16, 39, 22, 0.04);
	color: var(--hr-charcoal);
	text-decoration: none;
	overflow: hidden;
	transition: 0.2s ease;
}

.hr-category-card:hover {
	border-color: var(--hr-moss-600);
	box-shadow: var(--hr-shadow-sm);
	transform: translateY(-3px);
}

.hr-category-image {
	display: block;
	aspect-ratio: 1.12;
	background: var(--hr-cream-200);
	overflow: hidden;
}

.hr-category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.hr-category-card:hover .hr-category-image img {
	transform: scale(1.035);
}

.hr-category-fallback {
	display: grid;
	place-items: center;
	height: 100%;
	color: var(--hr-moss-600);
}

.hr-category-fallback svg {
	width: 46px;
	height: 46px;
}

.hr-category-meta {
	display: block;
	padding: 15px 16px 17px;
}

.hr-category-meta strong,
.hr-category-meta span {
	display: block;
}

.hr-category-meta strong {
	margin-bottom: 2px;
	color: var(--hr-charcoal);
	font-size: 0.94rem;
}

.hr-category-meta span {
	color: var(--hr-muted);
	font-size: 0.75rem;
}

.hr-featured-section {
	background: linear-gradient(to bottom, var(--hr-white), var(--hr-cream-100));
}

.hr-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.hr-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-md);
	background: var(--hr-white);
	overflow: hidden;
	transition: 0.2s ease;
}

.hr-product-card:hover {
	box-shadow: var(--hr-shadow-sm);
	transform: translateY(-3px);
}

.hr-product-image {
	position: relative;
	display: block;
	aspect-ratio: 1;
	padding: 13px;
	border-bottom: 1px solid var(--hr-line);
	background: linear-gradient(145deg, #fbfbf8, var(--hr-cream-100));
	overflow: hidden;
}

.hr-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.25s ease;
}

.hr-product-card:hover .hr-product-image img {
	transform: scale(1.025);
}

.hr-sale-badge,
.herbresearch-site .onsale {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: inline-grid;
	place-items: center;
	min-width: 0;
	min-height: 0;
	padding: 5px 9px;
	border: 0;
	border-radius: 999px;
	background: var(--hr-forest-800);
	color: var(--hr-white);
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
}

.hr-product-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px;
}

.hr-product-category,
.hr-product-category a {
	margin-bottom: 5px;
	color: var(--hr-muted);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.hr-product-card h3 {
	min-height: 2.5em;
	margin: 0 0 10px;
	font-family: var(--hr-sans);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.3;
}

.hr-product-card h3 a {
	color: var(--hr-charcoal);
	text-decoration: none;
}

.hr-product-price,
.hr-shipping-price {
	margin: auto 0 13px;
	color: var(--hr-forest-950);
	font-size: 1rem;
	font-weight: 800;
}

.hr-product-price del,
.hr-shipping-price del,
.herbresearch-site .price del {
	margin-right: 4px;
	color: #92998f;
	font-size: 0.8em;
	font-weight: 500;
	opacity: 1;
}

.hr-product-price ins,
.hr-shipping-price ins,
.herbresearch-site .price ins {
	background: transparent;
	color: var(--hr-forest-950);
	text-decoration: none;
}

.hr-product-card .star-rating {
	margin: 0 0 11px;
	color: var(--hr-amber-500);
	font-size: 0.82rem;
}

.herbresearch-site .hr-add-to-cart {
	padding: 9px 15px;
	font-size: 0.75rem;
}

.hr-legacy-section {
	padding-top: 42px;
}

.hr-legacy-card {
	display: grid;
	grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
	border: 1px solid #e7e5dd;
	border-radius: var(--hr-radius-lg);
	background: linear-gradient(135deg, #f6f3eb, #fff);
	box-shadow: var(--hr-shadow-sm);
	overflow: hidden;
}

.hr-legacy-image {
	position: relative;
	min-height: 630px;
	margin: 0;
	overflow: hidden;
}

.hr-legacy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.hr-legacy-image figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	padding: 10px 13px;
	border-radius: 6px;
	background: rgba(16, 39, 22, 0.84);
	color: var(--hr-white);
	font-size: 0.78rem;
	backdrop-filter: blur(8px);
}

.hr-legacy-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(36px, 6vw, 80px);
}

.hr-legacy-copy > p:not(.hr-eyebrow) {
	margin-bottom: 34px;
	color: var(--hr-muted);
}

.hr-quality-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-bottom: 30px;
}

.hr-quality-grid > div {
	padding: 0 20px;
	border-right: 1px solid var(--hr-line);
	text-align: center;
}

.hr-quality-grid > div:first-child {
	padding-left: 0;
}

.hr-quality-grid > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.hr-quality-grid span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 auto 13px;
	color: var(--hr-forest-700);
}

.hr-quality-grid svg {
	width: 44px;
	height: 44px;
}

.hr-quality-grid strong {
	display: block;
	margin-bottom: 6px;
	color: var(--hr-forest-950);
	font-family: var(--hr-serif);
	font-size: 0.94rem;
}

.hr-quality-grid p {
	margin: 0;
	color: var(--hr-muted);
	font-size: 0.76rem;
	line-height: 1.5;
}

.hr-legacy-copy > .button {
	align-self: flex-start;
}

.hr-shipping-section {
	padding-top: 34px !important;
}

.hr-shipping-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.hr-shipping-card {
	display: grid;
	grid-template-columns: 190px 1fr;
	align-items: center;
	min-height: 230px;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-md);
	background: var(--hr-white);
	box-shadow: var(--hr-shadow-sm);
	overflow: hidden;
}

.hr-shipping-visual {
	position: relative;
	display: grid;
	place-items: center;
	align-self: stretch;
	min-height: 230px;
	padding: 24px;
	background: linear-gradient(145deg, var(--hr-cream-100), #ebe8de);
	color: var(--hr-forest-800);
}

.hr-shipping-visual img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hr-shipping-visual > svg {
	width: 88px;
	height: 88px;
}

.hr-carrier-mark {
	position: absolute;
	top: 18px;
	left: 18px;
	padding: 4px 7px;
	border: 1px solid currentColor;
	border-radius: 4px;
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.hr-shipping-copy {
	padding: 28px;
}

.hr-shipping-copy h3 {
	margin-bottom: 7px;
	font-family: var(--hr-sans);
	font-size: 1.02rem;
}

.hr-shipping-copy p {
	margin: 0 0 13px;
	color: var(--hr-muted);
	font-size: 0.82rem;
}

.hr-learning-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.hr-learning-card {
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-md);
	background: var(--hr-white);
	overflow: hidden;
	transition: 0.2s ease;
}

.hr-learning-card:hover {
	box-shadow: var(--hr-shadow-sm);
	transform: translateY(-3px);
}

.hr-learning-visual {
	display: grid;
	place-items: center;
	height: 190px;
	background: var(--hr-cream-200);
	color: var(--hr-forest-700);
}

.hr-learning-visual svg {
	width: 82px;
	height: 82px;
}

.hr-learning-visual-botanical {
	background-color: var(--hr-cream-200);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hr-learning-visual-testing {
	background: linear-gradient(135deg, #dfe8e1, #f8faf8);
}

.hr-learning-visual-shipping {
	background: linear-gradient(135deg, #eee6d7, #faf7f1);
}

.hr-learning-card > div:last-child {
	padding: 22px;
}

.hr-learning-card h3 {
	margin-bottom: 8px;
	font-family: var(--hr-sans);
	font-size: 1rem;
}

.hr-learning-card p {
	margin: 0 0 17px;
	color: var(--hr-muted);
	font-size: 0.86rem;
}

.hr-learning-card a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.8rem;
	font-weight: 750;
	text-decoration: none;
}

.hr-learning-card a svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.hr-proof-section {
	padding-bottom: 80px;
}

.hr-proof-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-lg);
	background: linear-gradient(135deg, var(--hr-cream-100), var(--hr-white));
	overflow: hidden;
}

.hr-review-panel,
.hr-faq-panel {
	padding: clamp(34px, 5vw, 64px);
}

.hr-review-panel {
	border-right: 1px solid var(--hr-line);
	text-align: center;
}

.hr-faq-panel-full {
	grid-column: 1 / -1;
}

.hr-review-stars {
	margin: 18px 0;
	color: var(--hr-amber-500);
	font-size: 1.15rem;
	letter-spacing: 0.1em;
}

.hr-review-panel blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--hr-muted);
	font-size: 0.94rem;
	font-style: italic;
}

.hr-review-panel blockquote p {
	margin-bottom: 16px;
}

.hr-review-panel cite {
	color: var(--hr-charcoal);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 750;
}

.hr-faq-panel details {
	border-bottom: 1px solid var(--hr-line);
}

.hr-faq-panel summary {
	position: relative;
	padding: 15px 38px 15px 0;
	color: var(--hr-charcoal);
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.hr-faq-panel summary::-webkit-details-marker {
	display: none;
}

.hr-faq-panel summary::after {
	position: absolute;
	top: 50%;
	right: 3px;
	content: "+";
	color: var(--hr-forest-700);
	font-size: 1.25rem;
	font-weight: 400;
	transform: translateY(-50%);
}

.hr-faq-panel details[open] summary::after {
	content: "–";
}

.hr-faq-panel details p {
	margin: -2px 0 15px;
	padding-right: 30px;
	color: var(--hr-muted);
	font-size: 0.85rem;
}

.hr-faq-panel > .hr-text-link {
	margin-top: 22px;
}

.hr-site-footer {
	background: var(--hr-forest-950);
	color: rgba(255, 255, 255, 0.76);
}

.hr-footer-signup {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: var(--hr-forest-900);
}

.hr-footer-signup-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-block: 26px;
}

.hr-footer-signup strong,
.hr-footer-signup span {
	display: block;
}

.hr-footer-signup strong {
	color: var(--hr-white);
	font-family: var(--hr-serif);
	font-size: 1.15rem;
}

.hr-footer-signup span {
	font-size: 0.78rem;
}

.herbresearch-site .hr-footer-cta {
	border-color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.09);
	color: var(--hr-white);
	text-decoration: none;
}

.hr-footer-grid {
	display: grid;
	grid-template-columns: 0.8fr 0.9fr 1fr 0.8fr 1.6fr;
	gap: 40px;
	padding-block: 55px;
}

.hr-site-footer h2 {
	margin-bottom: 15px;
	color: var(--hr-white);
	font-family: var(--hr-sans);
	font-size: 0.8rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.hr-site-footer li {
	margin-bottom: 7px;
}

.hr-site-footer li a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	text-decoration: none;
}

.hr-site-footer li a:hover {
	color: var(--hr-white);
}

.hr-footer-about {
	padding-left: 35px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.hr-footer-brand {
	margin-bottom: 12px;
}

.hr-footer-brand .hr-brand-mark img {
	width: 170px;
	max-height: 82px;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.22));
}

body:not(.logged-in) .woocommerce-product-rating,
body:not(.logged-in) .woocommerce-review-link,
body:not(.logged-in) .reviews_tab,
body:not(.logged-in) #reviews {
	display: none !important;
}

.hr-footer-about p {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.65;
}

.hr-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 18px;
}

.hr-social-links a {
	padding: 5px 8px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 5px;
	color: var(--hr-white);
	font-size: 0.68rem;
	text-decoration: none;
}

.hr-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hr-footer-bottom .hr-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-block: 18px;
	font-size: 0.7rem;
}

/* Standard content, archive, search and error pages. */
.hr-content-main,
.hr-shop-main,
.hr-product-main {
	min-height: 55vh;
	padding-block: 40px 80px;
}

.hr-content-container {
	max-width: 1000px;
}

.hr-article-container {
	max-width: 860px;
}

.hr-breadcrumbs,
.woocommerce-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 30px;
	color: var(--hr-muted);
	font-size: 0.75rem;
	text-transform: none;
}

.hr-breadcrumbs a,
.woocommerce-breadcrumb a {
	color: var(--hr-forest-700);
	text-decoration: none;
}

.hr-entry,
.hr-archive-header {
	margin-bottom: 42px;
}

.hr-entry-header h1,
.hr-archive-header h1,
.hr-shop-header h1 {
	margin-bottom: 18px;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.hr-shop-header h1 {
	font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.hr-entry-meta {
	margin: 0 0 7px;
	color: var(--hr-muted);
	font-size: 0.75rem;
}

.hr-entry-content {
	color: #313a32;
}

.hr-entry-content > * {
	max-width: 100%;
}

.hr-entry-content p,
.hr-entry-content li {
	font-size: 1rem;
}

.hr-entry-content h2 {
	margin-top: 2em;
	font-size: 2rem;
}

.hr-entry-content h3 {
	margin-top: 1.7em;
	font-family: var(--hr-sans);
}

.hr-entry-content a:not(.button) {
	text-decoration: underline;
}

.hr-featured-image {
	margin: 0 0 34px;
	border-radius: var(--hr-radius-md);
	overflow: hidden;
}

.hr-featured-image img {
	width: 100%;
}

.hr-content-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.hr-content-card {
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-md);
	background: var(--hr-white);
	overflow: hidden;
	transition: 0.2s ease;
}

.hr-content-card:hover {
	box-shadow: var(--hr-shadow-sm);
	transform: translateY(-3px);
}

.hr-content-card-image {
	display: block;
	aspect-ratio: 1.55;
	background: var(--hr-cream-200);
	overflow: hidden;
}

.hr-content-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hr-content-card-placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	color: var(--hr-moss-600);
}

.hr-content-card-placeholder svg {
	width: 60px;
	height: 60px;
}

.hr-content-card-copy {
	padding: 22px;
}

.hr-content-card h2 {
	margin-bottom: 10px;
	font-family: var(--hr-sans);
	font-size: 1.08rem;
	line-height: 1.35;
}

.hr-content-card h2 a {
	color: var(--hr-charcoal);
	text-decoration: none;
}

.hr-card-excerpt {
	color: var(--hr-muted);
	font-size: 0.86rem;
}

.hr-card-excerpt p {
	margin-bottom: 16px;
}

.navigation.pagination {
	margin-top: 42px;
}

.nav-links {
	display: flex;
	gap: 8px;
}

.page-numbers {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 8px;
	border: 1px solid var(--hr-line);
	border-radius: 5px;
	text-decoration: none;
}

.page-numbers.current {
	border-color: var(--hr-forest-800);
	background: var(--hr-forest-800);
	color: var(--hr-white);
}

.hr-empty-state,
.hr-not-found {
	padding: 70px 20px;
	border-radius: var(--hr-radius-lg);
	background: var(--hr-cream-100);
	text-align: center;
}

.hr-not-found {
	max-width: 800px;
}

.hr-not-found .hr-button-row {
	justify-content: center;
	margin-top: 26px;
}

.hr-error-code {
	margin: 0;
	color: var(--hr-moss-200);
	font-family: var(--hr-serif);
	font-size: clamp(6rem, 15vw, 11rem);
	font-weight: 700;
	line-height: 0.9;
}

/* WooCommerce catalog, product, cart, checkout and account. */
.hr-shop-header {
	margin-bottom: 35px;
	padding: 34px;
	border-radius: var(--hr-radius-md);
	background: linear-gradient(120deg, var(--hr-cream-100), #eff3ec);
}

.hr-shop-header .term-description,
.hr-shop-header .page-description {
	max-width: 800px;
	color: var(--hr-muted);
}

.hr-shop-header .term-description p:last-child,
.hr-shop-header .page-description p:last-child {
	margin-bottom: 0;
}

.hr-shop-layout {
	display: grid;
	grid-template-columns: 245px minmax(0, 1fr);
	gap: 40px;
}

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

.hr-shop-sidebar {
	min-width: 0;
}

.hr-shop-sidebar .widget {
	margin: 0 0 28px;
	padding: 20px;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
}

.hr-shop-sidebar .widget-title {
	display: block;
	margin-bottom: 13px;
	color: var(--hr-forest-950);
	font-family: var(--hr-sans);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hr-shop-sidebar .is-divider {
	display: none;
}

.hr-mobile-filter {
	display: none;
}

.hr-shop-results .woocommerce-result-count {
	margin: 10px 0 26px;
	color: var(--hr-muted);
	font-size: 0.8rem;
}

.hr-shop-results .woocommerce-ordering {
	margin: 0 0 22px;
}

.hr-shop-results .woocommerce-ordering select {
	min-width: 200px;
	height: 42px;
	padding: 0 34px 0 12px;
	border: 1px solid var(--hr-line);
	border-radius: 6px;
	background-color: var(--hr-white);
	font-size: 0.84rem;
}

.herbresearch-site .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
}

.herbresearch-site .woocommerce ul.products::before,
.herbresearch-site .woocommerce ul.products::after {
	display: none;
}

.herbresearch-site .woocommerce ul.products li.product,
.herbresearch-site .woocommerce-page ul.products li.product {
	position: relative;
	float: none;
	display: flex;
	flex-direction: column;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0 0 18px;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-white);
	overflow: hidden;
	transition: 0.2s ease;
}

.herbresearch-site .woocommerce ul.products li.product:hover {
	box-shadow: var(--hr-shadow-sm);
	transform: translateY(-3px);
}

.herbresearch-site .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	display: block;
	color: var(--hr-charcoal);
	text-decoration: none;
}

.herbresearch-site .woocommerce ul.products li.product a img {
	width: 100%;
	margin: 0 0 17px;
	aspect-ratio: 1;
	background: #f8f8f6;
	object-fit: contain;
}

.herbresearch-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
.herbresearch-site .woocommerce ul.products li.product .price,
.herbresearch-site .woocommerce ul.products li.product .star-rating {
	margin-right: 17px;
	margin-left: 17px;
}

.herbresearch-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-family: var(--hr-sans);
	font-size: 0.94rem;
	line-height: 1.35;
}

.herbresearch-site .woocommerce ul.products li.product .price {
	color: var(--hr-forest-950);
	font-size: 0.92rem;
	font-weight: 800;
}

.herbresearch-site .woocommerce ul.products li.product .button {
	align-self: flex-start;
	margin: auto 17px 0;
	border-color: var(--hr-forest-800);
	background: var(--hr-forest-800);
	color: var(--hr-white);
}

/* Child-owned catalog card: independent from removed Flatsome loop hooks. */
.herbresearch-site .woocommerce ul.products li.product.hr-catalog-card {
	padding: 0;
	border-radius: var(--hr-radius-md);
}

.hr-catalog-image {
	position: relative;
	display: block;
	aspect-ratio: 1;
	padding: 13px;
	border-bottom: 1px solid var(--hr-line);
	background: linear-gradient(145deg, #fbfbf8, var(--hr-cream-100));
	overflow: hidden;
}

.herbresearch-site .woocommerce ul.products li.product .hr-catalog-image img {
	width: 100%;
	height: 100%;
	margin: 0;
	aspect-ratio: 1;
	background: transparent;
	object-fit: contain;
	transition: transform 0.25s ease;
}

.hr-catalog-card:hover .hr-catalog-image img {
	transform: scale(1.035);
}

.hr-catalog-sale {
	position: absolute;
	top: 11px;
	left: 11px;
	z-index: 2;
	padding: 5px 8px;
	border-radius: 999px;
	background: var(--hr-forest-700);
	color: var(--hr-white);
	font-size: 0.66rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.hr-catalog-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 17px;
}

.hr-catalog-category {
	margin-bottom: 7px;
	color: var(--hr-muted);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.hr-catalog-category a {
	color: inherit;
	text-decoration: none;
}

.herbresearch-site .woocommerce ul.products li.product .hr-catalog-title {
	display: -webkit-box;
	min-height: 4.05em;
	margin: 0 0 10px;
	padding: 0;
	font-family: var(--hr-sans);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.hr-catalog-title a {
	color: var(--hr-charcoal);
	text-decoration: none;
}

.herbresearch-site .woocommerce ul.products li.product .hr-catalog-content .star-rating {
	margin: 0 0 9px;
}

.herbresearch-site .woocommerce ul.products li.product .hr-catalog-price {
	margin: auto 0 13px;
	color: var(--hr-forest-950);
	font-size: 0.98rem;
	font-weight: 800;
}

.hr-catalog-price del {
	margin-right: 5px;
	color: var(--hr-muted);
	font-size: 0.78rem;
	opacity: 0.7;
}

.hr-catalog-price ins {
	text-decoration: none;
}

.herbresearch-site .woocommerce ul.products li.product .hr-catalog-button {
	width: auto;
	margin: 0;
	padding: 9px 14px;
	border-radius: 4px;
	font-size: 0.72rem;
	line-height: 1.2;
}

.herbresearch-site .woocommerce nav.woocommerce-pagination ul {
	display: flex;
	gap: 7px;
	margin-top: 38px;
	border: 0;
}

.herbresearch-site .woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.herbresearch-site .woocommerce nav.woocommerce-pagination ul li a,
.herbresearch-site .woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 8px;
	border: 1px solid var(--hr-line);
	border-radius: 5px;
}

.herbresearch-site .woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: var(--hr-forest-800);
	background: var(--hr-forest-800);
	color: var(--hr-white);
}

.hr-product-main .product {
	padding-top: 12px;
}

.herbresearch-site .woocommerce div.product div.images,
.herbresearch-site .woocommerce div.product div.summary {
	margin-bottom: 55px;
}

.herbresearch-site .woocommerce div.product div.images img {
	border-radius: var(--hr-radius-sm);
	background: #f8f8f6;
}

.herbresearch-site .hr-product-main .product .product_title {
	margin-bottom: 15px;
	font-size: clamp(1.75rem, 2.1vw, 2.45rem);
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.herbresearch-site .hr-product-main .summary .woocommerce-product-details__short-description,
.herbresearch-site .hr-product-main .summary .product_meta {
	font-size: 0.9rem;
}

.herbresearch-site .hr-product-main .share-icons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.herbresearch-site .hr-product-main .share-icons a.button.icon {
	display: inline-grid !important;
	place-items: center;
	flex: 0 0 36px;
	width: 36px !important;
	min-width: 36px !important;
	height: 36px !important;
	min-height: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--hr-line) !important;
	border-radius: 50% !important;
	background: var(--hr-cream-100) !important;
	box-shadow: none !important;
	color: var(--hr-forest-800) !important;
	line-height: 1 !important;
}

.herbresearch-site .hr-product-main .share-icons a.button.icon:hover {
	border-color: var(--hr-forest-800) !important;
	background: var(--hr-forest-800) !important;
	color: var(--hr-white) !important;
}

.herbresearch-site .hr-product-main .share-icons a.button.icon i {
	margin: 0;
	line-height: 1;
}

.herbresearch-site .woocommerce div.product p.price,
.herbresearch-site .woocommerce div.product span.price {
	color: var(--hr-forest-950);
	font-size: 1.35rem;
	font-weight: 800;
}

.herbresearch-site .woocommerce div.product form.cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0;
}

.herbresearch-site .quantity .qty {
	width: 62px;
	height: 42px;
	margin: 0;
	border: 1px solid var(--hr-line);
	border-radius: 5px;
	box-shadow: none;
	font-weight: 700;
}

.herbresearch-site .woocommerce div.product .woocommerce-tabs {
	clear: both;
	margin-top: 30px;
}

.herbresearch-site .woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 28px;
	padding: 0;
}

.herbresearch-site .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.herbresearch-site .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.herbresearch-site .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.herbresearch-site .woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 1px solid var(--hr-line);
	border-radius: 5px;
	background: var(--hr-white);
}

.herbresearch-site .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: var(--hr-forest-800);
	background: var(--hr-forest-800);
}

.herbresearch-site .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 9px 15px;
	font-size: 0.78rem;
	text-transform: none;
}

.herbresearch-site .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--hr-white);
}

.herbresearch-site .related.products,
.herbresearch-site .upsells.products {
	clear: both;
	padding-top: 45px;
}

.herbresearch-site .related.products > h2,
.herbresearch-site .upsells.products > h2 {
	margin-bottom: 28px;
	font-size: 2rem;
}

.herbresearch-site .woocommerce-message,
.herbresearch-site .woocommerce-info,
.herbresearch-site .woocommerce-error {
	margin: 0 0 24px;
	padding: 16px 20px 16px 48px;
	border: 1px solid var(--hr-line);
	border-top: 4px solid var(--hr-forest-700);
	border-radius: 6px;
	background: var(--hr-cream-100);
	color: var(--hr-charcoal);
}

.herbresearch-site .woocommerce-error {
	border-top-color: #a64236;
}

.herbresearch-site table.shop_table {
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-white);
	border-collapse: separate;
}

.herbresearch-site table.shop_table th,
.herbresearch-site table.shop_table td {
	padding: 14px;
	border-color: var(--hr-line);
}

.herbresearch-site .cart_totals,
.herbresearch-site .woocommerce-checkout-review-order,
.herbresearch-site .woocommerce form.checkout_coupon,
.herbresearch-site .woocommerce form.login,
.herbresearch-site .woocommerce form.register,
.herbresearch-site .woocommerce-MyAccount-content {
	padding: 25px;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-white);
}

.herbresearch-site .woocommerce form .form-row input.input-text,
.herbresearch-site .woocommerce form .form-row textarea,
.herbresearch-site .select2-container .select2-selection--single {
	min-height: 44px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #cfd6cc;
	border-radius: 5px;
	box-shadow: none;
	background: var(--hr-white);
}

.herbresearch-site .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 26px;
}

.herbresearch-site .select2-container .select2-selection--single .select2-selection__arrow {
	height: 42px;
}

.herbresearch-site .woocommerce form .form-row label {
	font-size: 0.8rem;
	font-weight: 700;
}

.herbresearch-site .woocommerce .col2-set,
.herbresearch-site .woocommerce-page .col2-set,
.herbresearch-site .u-columns.col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 35px;
}

.herbresearch-site .woocommerce .col2-set .col-1,
.herbresearch-site .woocommerce .col2-set .col-2,
.herbresearch-site .woocommerce-page .col2-set .col-1,
.herbresearch-site .woocommerce-page .col2-set .col-2 {
	float: none;
	width: auto;
}

/* Cart: replace the parent theme's colliding floated action controls. */
.herbresearch-site .woocommerce-cart-form {
	width: 100%;
	overflow-x: auto;
}

.herbresearch-site .shop_table.cart td.product-thumbnail img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.herbresearch-site .shop_table.cart td.actions {
	position: relative;
	padding: 16px;
	text-align: left;
}

.herbresearch-site .shop_table.cart td.actions::after {
	display: table;
	clear: both;
	content: "";
}

.herbresearch-site .shop_table.cart td.actions .coupon {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	float: left;
	width: auto;
	margin: 0;
}

.herbresearch-site .shop_table.cart td.actions .coupon .input-text {
	width: 165px;
	min-width: 150px;
	min-height: 42px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #cfd6cc;
	border-radius: 5px;
}

.herbresearch-site .shop_table.cart td.actions .continue-shopping {
	float: left;
	margin: 0 0 0 12px;
}

.herbresearch-site .shop_table.cart td.actions > button[name="update_cart"] {
	float: right;
	margin-left: 12px;
}

.herbresearch-site .shop_table.cart td.actions .button {
	min-height: 42px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 18px;
	border-radius: 5px;
	line-height: 40px;
}

.herbresearch-site .shop_table.cart td.actions .button-continue-shopping {
	border-color: var(--hr-forest-700);
	background: var(--hr-white);
	color: var(--hr-forest-800);
}

.herbresearch-site .shop_table.cart td.actions button[name="apply_coupon"] {
	background: var(--hr-cream-200);
	color: var(--hr-forest-950);
}

.herbresearch-site.woocommerce-cart .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

.herbresearch-site.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 480px);
}

/* Checkout: one balanced customer card beside a stable order summary. */
.herbresearch-site.woocommerce-checkout .hr-content-container {
	max-width: 1180px;
}

.herbresearch-site.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-areas:
		"customer heading"
		"customer review";
	grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.92fr);
	gap: 14px 36px;
	align-items: start;
}

.herbresearch-site.woocommerce-checkout form.checkout #customer_details {
	grid-area: customer;
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-white);
}

.herbresearch-site.woocommerce-checkout #customer_details .col-1,
.herbresearch-site.woocommerce-checkout #customer_details .col-2 {
	display: block;
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	flex-basis: auto;
}

.herbresearch-site.woocommerce-checkout #customer_details .col-2 {
	margin-top: 24px;
}

.herbresearch-site.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
.herbresearch-site.woocommerce-checkout #customer_details .woocommerce-shipping-fields > h3,
.herbresearch-site.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
	margin: 0 0 22px;
	font-family: var(--hr-sans);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.herbresearch-site.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.herbresearch-site.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.herbresearch-site.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 18px;
}

.herbresearch-site.woocommerce-checkout #customer_details .form-row {
	float: none;
	width: auto;
	margin: 0 0 17px;
	padding: 0;
}

.herbresearch-site.woocommerce-checkout #customer_details .form-row-wide {
	grid-column: 1 / -1;
}

.herbresearch-site.woocommerce-checkout #customer_details .form-row-first,
.herbresearch-site.woocommerce-checkout #customer_details .form-row-last {
	grid-column: auto;
}

.herbresearch-site.woocommerce-checkout #customer_details .form-row label {
	display: block;
	margin-bottom: 6px;
	line-height: 1.35;
}

.herbresearch-site.woocommerce-checkout #customer_details input.input-text,
.herbresearch-site.woocommerce-checkout #customer_details textarea,
.herbresearch-site.woocommerce-checkout #customer_details select,
.herbresearch-site.woocommerce-checkout #customer_details .select2-container {
	width: 100% !important;
}

.herbresearch-site.woocommerce-checkout form.checkout #order_review_heading {
	grid-area: heading;
	margin: 0;
	padding: 0 0 4px;
	font-family: var(--hr-serif);
	font-size: 1.65rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-transform: none;
}

.herbresearch-site.woocommerce-checkout form.checkout #order_review {
	grid-area: review;
	float: none;
	width: 100%;
	margin: 0;
	padding: clamp(22px, 2.5vw, 30px);
}

.herbresearch-site.woocommerce-checkout #order_review .form-row {
	float: none;
	width: 100%;
}

.herbresearch-site.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 48px;
	margin: 14px 0 0;
	border-radius: 5px;
	background: var(--hr-forest-800);
}

.herbresearch-site.woocommerce-checkout form.checkout_coupon .form-row-first {
	width: 68%;
	padding-right: 6px;
}

.herbresearch-site.woocommerce-checkout form.checkout_coupon .form-row-last {
	width: 32%;
	padding-left: 6px;
}

.herbresearch-site .woocommerce-MyAccount-navigation {
	float: left;
	width: 24%;
}

.herbresearch-site .woocommerce-MyAccount-content {
	float: right;
	width: 72%;
}

.herbresearch-site .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.herbresearch-site .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid var(--hr-line);
}

.herbresearch-site .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 8px;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

.herbresearch-site .woocommerce-MyAccount-navigation .is-active a {
	color: var(--hr-forest-950);
}

.hr-comments {
	margin-top: 52px;
	padding-top: 35px;
	border-top: 1px solid var(--hr-line);
}

.hr-comment-list {
	margin: 24px 0 35px;
	padding: 0;
	list-style: none;
}

.hr-comment-list .comment-body {
	margin-bottom: 16px;
	padding: 20px;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-cream-100);
}

.hr-site-search {
	max-width: 660px;
}

.hr-site-search > label {
	display: block;
	margin-bottom: 7px;
	font-size: 0.85rem;
	font-weight: 750;
}

.hr-site-search > div {
	display: flex;
	gap: 9px;
}

.hr-site-search input {
	min-width: 0;
	flex: 1;
}

.hr-site-search button {
	width: auto;
	margin: 0;
	padding-inline: 22px;
}

@media (max-width: 1180px) {
	.hr-header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.hr-primary-nav {
		display: none;
	}

	.hr-product-search {
		justify-self: stretch;
	}

	.hr-mobile-toggle {
		display: grid;
	}

	.hr-header-actions {
		display: none;
	}

	.hr-hero-grid {
		grid-template-columns: 0.95fr 1.05fr;
		gap: 25px;
	}

	.hr-footer-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.hr-footer-about {
		grid-column: 1 / -1;
		padding: 25px 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		border-left: 0;
	}
}

@media (max-width: 900px) {
	.admin-bar .hr-site-header {
		top: 46px;
	}

	.hr-hero-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-block: 60px 30px;
	}

	.hr-hero-copy {
		max-width: 700px;
	}

	.hr-hero-products {
		min-height: 420px;
	}

	.hr-trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

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

	.hr-legacy-card {
		grid-template-columns: 0.85fr 1.15fr;
	}

	.hr-legacy-image {
		min-height: 560px;
	}

	.hr-quality-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.hr-quality-grid > div,
	.hr-quality-grid > div:first-child,
	.hr-quality-grid > div:last-child {
		padding: 0;
		border: 0;
		text-align: left;
	}

	.hr-quality-grid span {
		float: left;
		width: 44px;
		height: 44px;
		margin: 0 12px 0 0;
	}

	.hr-quality-grid svg {
		width: 36px;
		height: 36px;
	}

	.herbresearch-site.woocommerce-checkout form.checkout {
		grid-template-areas:
			"customer"
			"heading"
			"review";
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.hr-shipping-grid,
	.hr-learning-grid,
	.hr-proof-grid,
	.hr-content-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hr-learning-card:last-child,
	.hr-content-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.hr-proof-grid {
		grid-template-columns: 1fr;
	}

	.hr-review-panel {
		border-right: 0;
		border-bottom: 1px solid var(--hr-line);
	}

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

	.hr-desktop-filter {
		display: none;
	}

	.hr-mobile-filter {
		display: block;
		margin-bottom: 25px;
		padding: 14px 17px;
		border: 1px solid var(--hr-line);
		border-radius: 6px;
	}

	.hr-mobile-filter summary {
		font-weight: 750;
		cursor: pointer;
	}

	.hr-mobile-filter > div {
		padding-top: 18px;
	}

	.herbresearch-site .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hr-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.hr-container {
		width: min(calc(100% - 28px), var(--hr-container));
	}

	.hr-announcement-inner {
		justify-content: flex-start;
		overflow-x: auto;
		white-space: nowrap;
	}

	.hr-announcement-inner span:last-child,
	.hr-announcement-inner span:nth-last-child(2) {
		display: none;
	}

	.hr-header-inner {
		grid-template-columns: 1fr auto;
		gap: 12px;
		min-height: 66px;
	}

	.hr-brand-mark img {
		width: 120px;
		max-height: 58px;
	}

	.hr-age-gate {
		padding: 12px;
	}

	.hr-age-dialog {
		max-height: calc(100vh - 24px);
		padding: 24px 20px 26px;
	}

	.hr-age-logo {
		width: min(270px, 84%);
		margin-bottom: 10px;
	}

	.herbresearch-site .hr-age-dialog h2 {
		margin-bottom: 18px;
		font-size: 1.75rem;
	}

	.hr-age-copy {
		font-size: 0.78rem;
		line-height: 1.72;
	}

	.hr-header-inner > .hr-product-search {
		display: none;
	}

	.hr-home-audio-shell {
		grid-template-columns: auto 1fr;
		gap: 9px 12px;
		padding-block: 12px;
	}

	.hr-home-audio audio {
		grid-column: 1 / -1;
	}

	.hr-hero-grid {
		padding-block: 48px 20px;
	}

	.hr-hero-copy h1 {
		font-size: clamp(2.5rem, 13vw, 4rem);
	}

	.hr-hero-products {
		min-height: 340px;
	}

	.hr-hero-product-a {
		top: 35px;
		width: 48%;
		height: 250px;
	}

	.hr-hero-product-b {
		width: 48%;
		height: 235px;
	}

	.hr-hero-product-c {
		right: 28%;
		width: 38%;
	}

	.hr-trust-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.hr-compliance-card {
		grid-template-columns: 1fr;
		padding: 19px;
	}

	.hr-compliance-card p {
		font-size: 0.82rem;
	}

	.hr-section {
		padding-block: 58px;
	}

	.hr-heading-with-link {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.hr-category-card:last-child {
		grid-column: 1 / -1;
	}

	.hr-product-grid,
	.hr-shipping-grid,
	.hr-learning-grid,
	.hr-content-grid {
		grid-template-columns: 1fr;
	}

	.hr-learning-card:last-child,
	.hr-content-card:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.hr-legacy-card {
		grid-template-columns: 1fr;
	}

	.hr-legacy-image {
		min-height: 520px;
	}

	.hr-legacy-copy {
		padding: 34px 24px;
	}

	.hr-shipping-card {
		grid-template-columns: 130px 1fr;
		min-height: 190px;
	}

	.hr-shipping-visual {
		min-height: 190px;
		padding: 14px;
	}

	.hr-shipping-copy {
		padding: 20px;
	}

	.hr-footer-signup-inner,
	.hr-footer-bottom .hr-container {
		align-items: flex-start;
		flex-direction: column;
	}

	.hr-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px 20px;
	}

	.herbresearch-site .woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.herbresearch-site .shop_table.cart td.actions {
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 10px;
	}

	.herbresearch-site .shop_table.cart td.actions .coupon {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
	}

	.herbresearch-site .shop_table.cart td.actions .coupon .input-text {
		width: 100%;
		min-width: 0;
	}

	.herbresearch-site .shop_table.cart td.actions .continue-shopping,
	.herbresearch-site .shop_table.cart td.actions .button-continue-shopping,
	.herbresearch-site .shop_table.cart td.actions > button[name="update_cart"] {
		width: 100%;
		margin: 0;
	}

	.herbresearch-site.woocommerce-checkout #customer_details {
		padding: 22px 18px;
	}

	.herbresearch-site.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	.herbresearch-site.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	.herbresearch-site.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.herbresearch-site.woocommerce-checkout #customer_details .form-row-first,
	.herbresearch-site.woocommerce-checkout #customer_details .form-row-last {
		grid-column: 1 / -1;
	}

	.herbresearch-site.woocommerce-checkout form.checkout_coupon .form-row-first,
	.herbresearch-site.woocommerce-checkout form.checkout_coupon .form-row-last {
		float: none;
		width: 100%;
		padding: 0;
	}

	.herbresearch-site .woocommerce .col2-set,
	.herbresearch-site .woocommerce-page .col2-set,
	.herbresearch-site .u-columns.col2-set {
		grid-template-columns: 1fr;
	}

	.herbresearch-site .woocommerce-MyAccount-navigation,
	.herbresearch-site .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	.herbresearch-site .woocommerce-MyAccount-navigation {
		margin-bottom: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hr-audio-equalizer span {
		animation: none;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
