/*
Theme Name: THC Vapes Exotics Carts
Template: flatsome
Version: 1.0.6
*/

:root {
	--thc-ink: #151515;
	--thc-muted: #666;
	--thc-line: #e7e7e7;
	--thc-bg: #ffffff;
	--thc-soft: #f7f7f4;
	--thc-accent: #9ac33b;
	--thc-accent-dark: #6d8f22;
	--thc-dark: #0f1711;
	--thc-content-max: 1220px;
}

body.thc-storefront {
	background: var(--thc-bg);
	color: var(--thc-ink);
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.thc-section {
	max-width: var(--thc-content-max);
	margin: 0 auto;
	padding: 0 18px;
}

body:not(.thc-storefront) #main .container,
body:not(.thc-storefront) #main .row,
body:not(.thc-storefront) .page-title-inner.container {
	max-width: var(--thc-content-max);
}

.header-wrapper .container,
.header-wrapper .header-inner,
.header-wrapper .nav-dropdown,
.top-bar-nav .container {
	max-width: var(--thc-content-max);
}

.thc-flatsome-contact-bar {
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	width: 100%;
}

.thc-flatsome-contact-bar > li {
	margin: 0 !important;
}

.thc-flatsome-contact-bar > li > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 30px;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
}

.thc-flatsome-contact-bar svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
	flex: 0 0 auto;
}

.thc-flatsome-contact-bar > li > a:hover,
.thc-flatsome-contact-bar > li > a:focus {
	color: #00ff88 !important;
}

.header-main .nav > li > a.nav-top-link {
	align-items: center;
	background: #f7f9f5;
	border: 1px solid rgba(6, 40, 21, .1);
	border-left: 4px solid #d7e9d6;
	color: #111;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 12px;
	font-weight: 800;
	gap: 6px;
	letter-spacing: 0;
	margin: 0 2px;
	min-height: 38px;
	padding: 0 9px 0 8px;
	text-transform: uppercase;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
	white-space: nowrap;
}

.header-main .header-nav-main {
	flex-wrap: nowrap;
}

.header-main .nav > li > a.nav-top-link .thc-menu-icon {
	align-items: center;
	color: currentColor;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	justify-content: center;
	line-height: 1;
	width: 15px;
}

.header-main .nav > li > a.nav-top-link .thc-menu-icon i {
	font-size: 14px;
	margin: 0;
	min-width: 0;
	top: 0;
}

.header-main .nav > li > a.nav-top-link:hover,
.header-main .nav > li.active > a.nav-top-link,
.header-main .nav > li.current-menu-item > a.nav-top-link {
	background: #062815;
	border-color: #062815;
	border-left-color: #00d35f;
	color: #fff !important;
	transform: translateY(-2px);
}

.header-wrapper .nav-dropdown {
	border: 1px solid rgba(6, 40, 21, .14);
	border-radius: 0 !important;
	box-shadow: 0 18px 45px rgba(0,0,0,.14);
	padding: 0;
	z-index: 10050 !important;
}

.header-wrapper .menu-item-design-container-width > .nav-dropdown {
	left: 50%;
	max-width: 860px;
	transform: translateX(-50%);
	width: min(860px, calc(100vw - 36px));
}

.header-wrapper,
#masthead,
.header-main,
.header-bottom {
	position: relative;
	z-index: 10000;
}

#main,
#content.page-wrapper {
	position: relative;
	z-index: 1;
}

.thc-effects-mega-row {
	margin: 0 !important;
	min-height: 240px;
}

.thc-effects-mega-row .col {
	padding: 0 !important;
}

.thc-effects-mega-intro {
	background: #062815;
	color: #fff;
}

.thc-effects-mega-intro .col-inner,
.thc-effects-mega-links .col-inner {
	height: 100%;
}

.thc-effects-mega-intro-menu {
	height: 100%;
	justify-content: space-between;
	padding: 24px;
}

.thc-effects-mega-intro-menu .ux-menu-title {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

.thc-effects-mega-intro-menu .ux-menu-title:after {
	background: #00d35f;
	content: "";
	display: block;
	height: 3px;
	margin-top: 16px;
	width: 42px;
}

.thc-effects-mega-intro-menu .ux-menu-link__link {
	background: rgba(255,255,255,.08);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 12px 14px;
	text-transform: uppercase;
}

.thc-effects-mega-intro-menu .ux-menu-link__link:hover,
.thc-effects-mega-intro-menu .ux-menu-link__link:focus {
	background: #00d35f;
	color: #062815;
}

.thc-effects-mega-links {
	background: #fff;
}

.thc-effects-mega-menu {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 18px;
}

.thc-effects-mega-menu .ux-menu-link {
	border-radius: 0 !important;
}

.thc-effects-mega-menu .ux-menu-link__link {
	align-items: center;
	background: #f7f9f5;
	border: 1px solid rgba(6, 40, 21, .1);
	border-left: 4px solid #d7e9d6;
	color: #111;
	display: flex;
	font-weight: 800;
	letter-spacing: 0;
	min-height: 64px;
	padding: 14px 16px;
	text-transform: uppercase;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.thc-effects-mega-menu .ux-menu-link__text {
	line-height: 1.2;
}

.thc-effects-mega-menu .ux-menu-link__link:hover,
.thc-effects-mega-menu .ux-menu-link__link:focus {
	background: #062815;
	border-color: #062815;
	border-left-color: #00d35f;
	color: #fff;
	transform: translateY(-2px);
}

.thc-about-page {
	color: var(--thc-ink);
}

.thc-about-hero {
	background: #062815;
	color: #fff;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 54px 0 !important;
	position: relative;
	right: 50%;
	width: 100vw;
}

.thc-about-hero > .section-content {
	padding-left: clamp(22px, 4vw, 56px);
	padding-right: clamp(22px, 4vw, 56px);
}

.thc-about-hero h1,
.thc-about-hero h2,
.thc-about-hero h3,
.thc-about-hero p {
	color: inherit;
}

.thc-about-kicker {
	color: #00d35f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.thc-about-lead {
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 0;
	max-width: 860px;
}

.thc-about-section {
	padding: 42px 0 !important;
}

.thc-about-section--soft {
	background: #f7f9f5;
}

.thc-about-card {
	background: #fff;
	border: 1px solid rgba(6, 40, 21, .1);
	border-left: 4px solid #d7e9d6;
	height: 100%;
	padding: 24px;
}

.thc-about-card h3 {
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.thc-about-card p,
.thc-about-card li {
	color: var(--thc-muted);
	line-height: 1.65;
}

.thc-about-card ul {
	margin-bottom: 0;
}

.thc-about-card li {
	margin-bottom: 8px;
}

.thc-about-card li:last-child {
	margin-bottom: 0;
}

.thc-about-callout {
	background: #062815;
	border-left: 4px solid #00d35f;
	color: #fff;
	padding: 28px;
}

.thc-about-callout h2,
.thc-about-callout h3,
.thc-about-callout p,
.thc-about-callout li,
.thc-about-callout a {
	color: inherit;
}

.thc-about-contact-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.thc-about-contact-list li {
	background: #f7f9f5;
	border: 1px solid rgba(6, 40, 21, .1);
	list-style: none;
	margin: 0;
	padding: 12px 14px;
}

.thc-about-contact-list strong {
	color: #062815;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.thc-effects-page {
	color: var(--thc-ink);
}

.thc-effect-hero {
	background: #062815;
	color: #fff;
	padding: 58px 0 !important;
}

.thc-effect-hero h1,
.thc-effect-hero h2,
.thc-effect-hero h3,
.thc-effect-hero p,
.thc-effect-hero a {
	color: inherit;
}

.thc-effect-kicker {
	color: #00d35f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.thc-effect-lead {
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 0;
	max-width: 900px;
}

.thc-effect-section {
	padding: 42px 0 !important;
}

.thc-effect-section--soft {
	background: #f7f9f5;
}

.thc-effect-card,
.thc-effect-tile {
	background: #fff;
	border: 1px solid rgba(6, 40, 21, .1);
	border-left: 4px solid #d7e9d6;
	height: 100%;
	padding: 22px;
}

.thc-effect-tile {
	color: inherit;
	display: block;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.thc-effect-tile:hover,
.thc-effect-tile:focus {
	background: #062815;
	border-color: #062815;
	border-left-color: #00d35f;
	color: #fff;
	transform: translateY(-2px);
}

.thc-effect-card h3,
.thc-effect-tile h3 {
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.thc-effect-card p,
.thc-effect-card li,
.thc-effect-tile p {
	color: var(--thc-muted);
	line-height: 1.65;
}

.thc-effect-tile:hover p,
.thc-effect-tile:focus p {
	color: rgba(255,255,255,.82);
}

.thc-effect-card ul {
	margin-bottom: 0;
}

.thc-effect-card li {
	margin-bottom: 8px;
}

.thc-effect-product-band {
	background: #fff;
	border-top: 1px solid rgba(6, 40, 21, .1);
}

.thc-effect-product-band .row-small > .col {
	padding-bottom: 20px;
}

.thc-effect-product-band .product-small .box-text {
	font-size: 14px;
}

.thc-effect-cta {
	background: #062815;
	border-left: 4px solid #00d35f;
	color: #fff;
	padding: 28px;
}

.thc-effect-cta h2,
.thc-effect-cta h3,
.thc-effect-cta p {
	color: inherit;
}

.thc-effects-page--sample {
	background: #0a0f0d;
	color: #f7fff9;
}

.thc-effects-page--sample h1,
.thc-effects-page--sample h2,
.thc-effects-page--sample h3 {
	color: inherit;
	letter-spacing: 0;
}

.thc-effect-hero--sample > .section-content,
.thc-effect-intro > .section-content,
.thc-effect-product-band--sample > .section-content,
.thc-effect-guides > .section-content,
.thc-effect-tips > .section-content,
.thc-effect-faq > .section-content,
.thc-effect-section > .section-content {
	padding-left: clamp(22px, 4vw, 56px);
	padding-right: clamp(22px, 4vw, 56px);
}

.thc-effect-hero--sample {
	background:
		linear-gradient(135deg, rgba(6, 40, 21, .96), rgba(10, 15, 13, .92)),
		url("assets/hero-vapes.svg") center / cover no-repeat;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 72px 0 !important;
	position: relative;
	right: 50%;
	width: 100vw;
}

.thc-effect-hero--sample h1 {
	font-size: clamp(34px, 5vw, 64px);
	line-height: 1;
	margin-bottom: 16px;
}

.thc-effect-hero--sample .thc-effect-lead {
	color: rgba(255,255,255,.84);
	max-width: 820px;
}

.thc-effect-intro {
	background: #fff;
	color: #17221c;
	padding: 52px 0 !important;
}

.thc-effect-intro h2 {
	color: #062815;
	font-size: 34px;
	margin-bottom: 14px;
}

.thc-effect-intro p,
.thc-effect-intro li {
	color: #526057;
	font-size: 16px;
	line-height: 1.7;
}

.thc-effect-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.thc-effect-tags span,
.thc-effect-product-card em {
	background: #e9f8ec;
	color: #062815;
	display: inline-flex;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	padding: 8px 10px;
	text-transform: uppercase;
}

.thc-effect-product-band--sample {
	background: #0f1713;
	border: 0;
	color: #fff;
	padding: 58px 0 !important;
}

.thc-effect-product-band--sample h2,
.thc-effect-product-band--sample p {
	color: inherit;
}

.thc-effect-product-band--sample .products {
	margin-top: 26px;
}

.thc-effect-product-band--sample .product-small .box {
	background: #fff;
	height: 100%;
	overflow: hidden;
}

.thc-effect-product-band--sample .product-small .box-text {
	color: #17221c;
	padding: 14px 14px 16px;
}

.thc-effect-product-band--sample .product-small .product-title a {
	color: #062815;
	font-weight: 900;
}

.thc-effect-product-band--sample .product-small .price {
	color: #00a84d;
	font-weight: 900;
}

.thc-effect-guides {
	background: #fff;
	color: #17221c;
	padding: 52px 0 !important;
}

.thc-effect-guide-table {
	border: 1px solid rgba(6, 40, 21, .12);
	margin: 20px 0 0;
	overflow-x: auto;
}

.thc-effect-guide-table table {
	border: 0;
	margin: 0;
	width: 100%;
}

.thc-effect-guide-table th {
	background: #062815;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.thc-effect-guide-table td {
	color: #526057;
	font-size: 14px;
}

.thc-effect-tips {
	background: #f7f9f5;
	color: #17221c;
	padding: 52px 0 !important;
}

.thc-effect-tips .thc-effect-card {
	border-left-color: #00d35f;
}

.thc-effect-faq {
	background: #0a0f0d;
	color: #fff;
	padding: 56px 0 !important;
}

.thc-effect-faq .thc-effect-card {
	background: #111c16;
	border-color: rgba(255,255,255,.1);
	border-left-color: #00d35f;
	color: #fff;
}

.thc-effect-faq .thc-effect-card h3,
.thc-effect-faq .thc-effect-card p {
	color: inherit;
}

.thc-effect-cta--sample {
	background: #062815;
	border: 0;
	padding: 44px;
	text-align: center;
}

.thc-effect-cta--sample .button {
	margin-top: 14px;
}

.thc-info-hero {
	background:
		linear-gradient(135deg, rgba(6, 40, 21, .96), rgba(10, 15, 13, .92)),
		url("assets/hero-vapes.svg") center / cover no-repeat;
	color: #fff;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 72px 0 !important;
	position: relative;
	right: 50%;
	width: 100vw;
}

.thc-info-hero > .section-content,
.thc-info-section > .section-content,
.thc-info-section--dark > .section-content,
.thc-info-cta > .section-content {
	padding-left: clamp(22px, 4vw, 56px);
	padding-right: clamp(22px, 4vw, 56px);
}

.thc-info-hero h1,
.thc-info-hero h2,
.thc-info-hero h3,
.thc-info-hero p {
	color: inherit;
}

.thc-info-hero h1 {
	font-size: clamp(34px, 5vw, 64px);
	line-height: 1;
	margin-bottom: 16px;
}

.thc-info-kicker {
	color: #00d35f;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.thc-info-lead {
	color: rgba(255,255,255,.84);
	font-size: 18px;
	line-height: 1.65;
	max-width: 850px;
}

.thc-info-section {
	background: #fff;
	color: #17221c;
	padding: 52px 0 !important;
}

.thc-info-section--soft {
	background: #f7f9f5;
}

.thc-info-section--dark {
	background: #0f1713;
	color: #fff;
	padding: 56px 0 !important;
}

.thc-info-section--dark h2,
.thc-info-section--dark h3,
.thc-info-section--dark p,
.thc-info-section--dark li,
.thc-info-section--dark a {
	color: inherit;
}

.thc-info-card {
	background: #fff;
	border: 1px solid rgba(6, 40, 21, .1);
	border-left: 4px solid #d7e9d6;
	height: 100%;
	padding: 22px;
}

.thc-info-section--dark .thc-info-card {
	background: #111c16;
	border-color: rgba(255,255,255,.1);
	border-left-color: #00d35f;
	color: #fff;
}

.thc-info-card h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.thc-info-card p,
.thc-info-card li {
	color: #526057;
	line-height: 1.65;
}

.thc-info-section--dark .thc-info-card p,
.thc-info-section--dark .thc-info-card li {
	color: rgba(255,255,255,.8);
}

.thc-info-card ul,
.thc-info-card ol {
	margin-bottom: 0;
}

.thc-contact-box {
	background: #fff;
	border: 1px solid rgba(6, 40, 21, .1);
	padding: 26px;
}

.thc-contact-box .wpforms-container {
	margin-bottom: 0;
}

.thc-contact-box .wpforms-field-label {
	color: #062815;
	font-weight: 800;
}

.thc-contact-box .wpforms-field input,
.thc-contact-box .wpforms-field select,
.thc-contact-box .wpforms-field textarea {
	border: 1px solid rgba(6, 40, 21, .18);
	min-height: 44px;
}

.thc-contact-box .wpforms-submit {
	background: #062815 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-weight: 900 !important;
	min-height: 46px;
	padding-left: 22px !important;
	padding-right: 22px !important;
}

.thc-info-cta {
	background: #062815;
	color: #fff;
	padding: 44px 0 !important;
	text-align: center;
}

.thc-info-cta h2,
.thc-info-cta p {
	color: inherit;
}

.thc-policy-doc {
	max-width: 920px;
}

.thc-policy-doc h2 {
	border-bottom: 1px solid rgba(6, 40, 21, .12);
	color: #062815;
	font-size: 28px;
	margin-top: 22px;
	padding-bottom: 10px;
}

.thc-policy-doc p,
.thc-policy-doc li {
	color: #526057;
	font-size: 16px;
	line-height: 1.75;
}

.thc-policy-doc ul {
	margin-bottom: 20px;
}

.thc-blog-list {
	display: grid;
	gap: 22px;
}

.thc-blog-entry {
	background: #fff;
	border: 1px solid rgba(6, 40, 21, .1);
	border-left: 4px solid #d7e9d6;
	padding: 24px;
}

.thc-blog-entry__cat {
	color: #00a84d;
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.thc-blog-entry h3 {
	color: #062815;
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 8px;
}

.thc-blog-entry__meta {
	color: #76817b;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.thc-review-stats {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 30px;
}

.thc-review-stat {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	padding: 18px;
}

.thc-review-stat strong {
	color: #fff;
	display: block;
	font-size: 28px;
	line-height: 1;
}

.thc-review-stat span {
	color: rgba(255,255,255,.74);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.thc-delivery-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thc-delivery-card {
	background: #fff;
	border: 1px solid rgba(6, 40, 21, .1);
	height: 100%;
	overflow: hidden;
}

.thc-delivery-card img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.thc-delivery-card__body {
	padding: 18px;
}

.thc-delivery-card__status {
	color: #00a84d;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.thc-delivery-card h3 {
	color: #062815;
	font-size: 19px;
	margin: 6px 0;
}

.thc-delivery-card p {
	color: #526057;
	line-height: 1.6;
}

.thc-delivery-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
}

.thc-delivery-tags span {
	background: #e9f8ec;
	color: #062815;
	font-size: 11px;
	font-weight: 900;
	padding: 7px 9px;
	text-transform: uppercase;
}

@media (max-width: 849px) {
	.thc-about-contact-list {
		grid-template-columns: 1fr;
	}

	.thc-review-stats,
	.thc-delivery-grid {
		grid-template-columns: 1fr;
	}
}

.thc-category a,
.thc-card,
.thc-product,
.thc-banner,
.thc-blog-card {
	color: inherit;
	text-decoration: none;
}

.thc-category-rail {
	background: #fff;
	border-bottom: 1px solid var(--thc-line);
}

.thc-category-rail--shop {
	border-top: 1px solid var(--thc-line);
	margin-bottom: 24px;
}

.thc-category-rail .thc-section {
	display: grid;
	grid-template-columns: repeat(10, minmax(72px, 1fr));
	gap: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	overflow-x: auto;
}

.thc-category {
	min-width: 78px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}

.thc-category a {
	display: block;
	padding: 4px 6px;
	transition: color .18s ease, transform .18s ease;
}

.thc-category span {
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto 8px;
	border: 1px solid var(--thc-line);
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.thc-category img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .22s ease, filter .22s ease;
}

.thc-category a:hover,
.thc-category a:focus {
	color: #062815;
	transform: translateY(-3px);
}

.thc-category a:hover span,
.thc-category a:focus span {
	border-color: #00d35f;
	box-shadow: 0 10px 22px rgba(0, 211, 95, .22);
	transform: scale(1.04);
}

.thc-category a:hover img,
.thc-category a:focus img {
	filter: saturate(1.12) contrast(1.05);
	transform: scale(1.08);
}

.thc-premium-panel {
	background: #07110a;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.thc-premium-panel__inner {
	max-width: 1220px;
	margin: 0 auto;
	padding: 76px 18px 54px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 488px);
	align-items: center;
	gap: 70px;
}

.thc-premium-copy {
	max-width: 560px;
}

.thc-premium-pill {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 16px;
	border: 1px solid #0f8f42;
	border-radius: 999px;
	background: rgba(0, 204, 96, .12);
	color: #00d35f;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.thc-premium-copy h1 {
	margin: 26px 0 22px;
	color: #fff;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.06;
	letter-spacing: 0;
}

.thc-premium-copy p {
	max-width: 560px;
	margin: 0;
	color: rgba(255,255,255,.86);
	font-size: 18px;
	line-height: 1.55;
}

.thc-premium-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.thc-premium-primary,
.thc-premium-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.thc-premium-primary {
	background: #00cf5d;
	border: 1px solid #00cf5d;
	color: #fff;
}

.thc-premium-secondary {
	background: transparent;
	border: 1px solid rgba(255,255,255,.18);
	color: #fff;
}

.thc-premium-secondary:hover,
.thc-premium-secondary:focus {
	border-color: #00e676;
	color: #00ff88;
	background: rgba(0, 230, 118, .08);
}

.thc-premium-stats {
	margin-top: 46px;
	padding-top: 34px;
	border-top: 1px solid rgba(255,255,255,.16);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.thc-premium-stats strong {
	display: block;
	color: #00d35f;
	font-size: 32px;
	line-height: 1;
	font-weight: 900;
}

.thc-premium-stats span {
	display: block;
	margin-top: 12px;
	color: rgba(255,255,255,.62);
	font-size: 13px;
}

.thc-premium-media {
	display: block;
	overflow: hidden;
	border-radius: 9px;
	background: #111;
	box-shadow: 0 24px 70px rgba(0,0,0,.36);
}

.thc-premium-media img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.thc-premium-benefits {
	border-top: 1px solid rgba(255,255,255,.12);
	background: #151515;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	max-width: 1220px;
	margin: 0 auto;
	padding: 28px 18px;
}

.thc-premium-benefits a {
	color: #fff;
	text-decoration: none;
	display: grid;
	grid-template-columns: 42px 1fr;
	column-gap: 14px;
	align-items: center;
}

.thc-premium-benefits span {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #0f3d24;
	color: #00d35f;
	display: grid;
	place-items: center;
	font-size: 12px;
	font-weight: 900;
	grid-row: span 2;
}

.thc-premium-benefits strong {
	display: block;
	font-size: 14px;
	line-height: 1.2;
}

.thc-premium-benefits em {
	display: block;
	margin-top: 5px;
	color: rgba(255,255,255,.58);
	font-size: 13px;
	font-style: normal;
}

.thc-hero {
	padding: 28px 0 12px;
}

.thc-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr 1fr;
	gap: 18px;
}

.thc-card {
	position: relative;
	min-height: 310px;
	overflow: hidden;
	background: #efefef;
	display: flex;
	align-items: flex-end;
}

.thc-card img,
.thc-banner img,
.thc-story img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.thc-card:hover img,
.thc-banner:hover img {
	transform: scale(1.04);
}

.thc-card:after,
.thc-story:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.58));
}

.thc-card__body,
.thc-story__body {
	position: relative;
	z-index: 2;
	padding: 24px;
	color: #fff;
}

.thc-card h1,
.thc-card h3,
.thc-story h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.06;
}

.thc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	margin-top: 18px;
	border: 2px solid var(--thc-ink);
	background: var(--thc-ink);
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
}

.thc-btn--light {
	border-color: #fff;
	background: #fff;
	color: var(--thc-ink) !important;
}

.thc-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin: 38px 0 20px;
}

.thc-heading h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.08;
}

.thc-heading p {
	max-width: 600px;
	margin: 8px 0 0;
	color: var(--thc-muted);
}

.thc-collections {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 16px;
}

.thc-collection {
	border: 1px solid var(--thc-line);
	background: #fff;
}

.thc-collection img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.thc-collection span {
	display: block;
	padding: 12px;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.25;
}

.thc-story {
	position: relative;
	min-height: 330px;
	margin-top: 42px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.thc-story__body {
	max-width: 790px;
}

.thc-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.thc-product {
	border: 1px solid var(--thc-line);
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.thc-product__image {
	position: relative;
	background: #f6f6f6;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.thc-product__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 16px;
	mix-blend-mode: multiply;
}

.woocommerce-shop .products .product-small .box-image,
.tax-product_cat .products .product-small .box-image {
	background: #f6f6f6;
	aspect-ratio: 1 / 1;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.woocommerce-shop .products .product-small .box-image > a,
.tax-product_cat .products .product-small .box-image > a,
.woocommerce-shop .products .product-small .box-image .image-fade_in_back,
.tax-product_cat .products .product-small .box-image .image-fade_in_back {
	display: block;
	height: 100%;
	width: 100%;
}

.woocommerce-shop .products .product-small .box-image img,
.tax-product_cat .products .product-small .box-image img {
	height: 100%;
	object-fit: contain;
	object-position: center;
	padding: 14px;
	width: 100%;
}

.thc-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--thc-accent);
	color: var(--thc-ink);
	font-size: 11px;
	font-weight: 900;
	padding: 6px 9px;
	text-transform: uppercase;
}

.thc-product__body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.thc-vendor {
	color: var(--thc-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.thc-product h3 {
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	min-height: 42px;
}

.thc-delivery {
	color: var(--thc-muted);
	font-size: 13px;
}

.thc-price {
	margin-top: auto;
	font-weight: 900;
	font-size: 16px;
}

.thc-buy {
	width: 100%;
	min-height: 40px;
	border: 1px solid var(--thc-ink);
	background: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.thc-banners {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	margin-top: 44px;
}

.thc-banner {
	position: relative;
	min-height: 220px;
	overflow: hidden;
	background: #eee;
	display: flex;
	align-items: end;
}

.thc-banner:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.5));
}

.thc-banner h3 {
	position: relative;
	z-index: 2;
	color: #fff;
	margin: 0;
	padding: 18px;
	font-size: 22px;
}

.thc-featured {
	background: var(--thc-soft);
	margin-top: 48px;
	padding: 8px 0 48px;
}

.thc-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	padding-bottom: 44px;
}

.thc-blog-card {
	border: 1px solid var(--thc-line);
	background: #fff;
}

.thc-blog-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

.thc-blog-card div {
	padding: 16px;
}

.thc-blog-card time {
	color: var(--thc-muted);
	font-size: 12px;
	font-weight: 700;
}

.thc-blog-card h3 {
	margin: 8px 0 0;
	font-size: 17px;
	line-height: 1.25;
}

.thc-footer {
	background: var(--thc-dark);
	color: #fff;
	padding: 40px 0 0;
}

.thc-footer .thc-section {
	display: grid;
	grid-template-columns: 1.1fr .8fr .65fr 1.75fr;
	gap: 28px;
}

.thc-footer a {
	color: #fff;
	text-decoration: none;
}

.thc-footer h3 {
	color: #fff;
	margin-top: 0;
}

.thc-footer p,
.thc-footer li {
	color: rgba(255,255,255,.75);
}

.thc-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.thc-contact-list li {
	display: grid;
	gap: 2px;
}

.thc-footer .thc-contact-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 22px;
	row-gap: 16px;
}

.thc-contact-list span {
	color: rgba(255,255,255,.5);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.thc-contact-list a {
	overflow-wrap: anywhere;
}

.thc-footer-copyright {
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 36px;
}

.thc-footer-copyright .thc-section {
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
}

.thc-footer-copyright p {
	margin: 0;
	color: rgba(255,255,255,.58);
	font-size: 13px;
}

.thc-age-gate {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.72);
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: 20px;
}

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

.thc-age-card {
	max-width: 520px;
	background: #fff;
	padding: 30px;
	text-align: center;
	box-shadow: 0 20px 80px rgba(0,0,0,.35);
}

.thc-age-card h2 {
	margin: 0 0 10px;
	font-size: 30px;
}

.thc-age-card p {
	color: var(--thc-muted);
}

.thc-age-card__buttons {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.thc-age-card button {
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid var(--thc-ink);
	background: var(--thc-ink);
	color: #fff;
	font-weight: 900;
}

.thc-age-card button:last-child {
	background: #fff;
	color: var(--thc-ink);
}

body.thc-sample-page #content.page-wrapper > .thc-sample-hero,
body.thc-sample-page #content.page-wrapper .cp-hero {
	background:
		linear-gradient(135deg, rgba(6, 40, 21, .96), rgba(10, 15, 13, .92)),
		linear-gradient(135deg, #062815 0%, #00d35f 100%);
	color: #fff;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 86px calc((100vw - min(var(--thc-content-max), calc(100vw - 36px))) / 2 + 18px);
	position: relative;
	right: 50%;
	text-align: center;
	width: 100vw;
}

body.thc-sample-page #content.page-wrapper > .thc-sample-hero h1,
body.thc-sample-page #content.page-wrapper .cp-hero h1 {
	color: #fff;
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 22px;
}

body.thc-sample-page #content.page-wrapper > .thc-sample-hero p,
body.thc-sample-page #content.page-wrapper .cp-hero-sub {
	color: #fff;
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.48;
	margin: 0 auto;
	max-width: 780px;
}

body.thc-sample-page #content.page-wrapper .cp-wrap,
body.thc-sample-page #content.page-wrapper > .container,
body.thc-sample-page #content.page-wrapper .intro-section .container,
body.thc-sample-page #content.page-wrapper .how-it-works .container,
body.thc-sample-page #content.page-wrapper .benefits-section .container,
body.thc-sample-page #content.page-wrapper .faq-section .container,
body.thc-sample-page #content.page-wrapper .products-section .container,
body.thc-sample-page #content.page-wrapper .cta-section .container,
body.thc-sample-page #content.page-wrapper .dosing-section .dosing-content,
body.thc-sample-page #content.page-wrapper .tips-section,
body.thc-sample-page #content.page-wrapper .stats-section,
body.thc-sample-page #content.page-wrapper .deliveries-section,
body.thc-sample-page #content.page-wrapper .trust-section {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--thc-content-max);
	padding-left: 24px;
	padding-right: 24px;
}

body.thc-sample-page #content.page-wrapper .intro-section,
body.thc-sample-page #content.page-wrapper .about-intro,
body.thc-sample-page #content.page-wrapper .about-section,
body.thc-sample-page #content.page-wrapper .philosophy-section,
body.thc-sample-page #content.page-wrapper .testimonials-section,
body.thc-sample-page #content.page-wrapper .effects-faq,
body.thc-sample-page #content.page-wrapper .contact-section,
body.thc-sample-page #content.page-wrapper .how-it-works,
body.thc-sample-page #content.page-wrapper .benefits-section,
body.thc-sample-page #content.page-wrapper .products-section,
body.thc-sample-page #content.page-wrapper .dosing-section,
body.thc-sample-page #content.page-wrapper .tips-section,
body.thc-sample-page #content.page-wrapper .stats-section,
body.thc-sample-page #content.page-wrapper .deliveries-section,
body.thc-sample-page #content.page-wrapper .trust-section {
	padding: 70px 0;
}

body.thc-sample-page #content.page-wrapper h2 {
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
	margin-bottom: 24px;
	text-align: center;
}

body.thc-sample-page #content.page-wrapper p,
body.thc-sample-page #content.page-wrapper li {
	font-size: 16px;
	line-height: 1.72;
}

body.thc-sample-page #content.page-wrapper .effects-grid,
body.thc-sample-page #content.page-wrapper .products-grid,
body.thc-sample-page #content.page-wrapper .features-grid,
body.thc-sample-page #content.page-wrapper .values-grid,
body.thc-sample-page #content.page-wrapper .team-grid,
body.thc-sample-page #content.page-wrapper .testimonials-grid,
body.thc-sample-page #content.page-wrapper .steps-grid,
body.thc-sample-page #content.page-wrapper .benefits-grid,
body.thc-sample-page #content.page-wrapper .tips-grid,
body.thc-sample-page #content.page-wrapper .stats-grid,
body.thc-sample-page #content.page-wrapper .deliveries-grid,
body.thc-sample-page #content.page-wrapper .trust-grid,
body.thc-sample-page #content.page-wrapper .contact-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--thc-content-max);
	padding: 0 24px;
}

body.thc-sample-page #content.page-wrapper .effects-grid,
body.thc-sample-page #content.page-wrapper .products-grid,
body.thc-sample-page #content.page-wrapper .features-grid,
body.thc-sample-page #content.page-wrapper .values-grid,
body.thc-sample-page #content.page-wrapper .steps-grid,
body.thc-sample-page #content.page-wrapper .benefits-grid,
body.thc-sample-page #content.page-wrapper .tips-grid,
body.thc-sample-page #content.page-wrapper .trust-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.thc-sample-page #content.page-wrapper .contact-grid,
body.thc-sample-page #content.page-wrapper .about-intro-grid,
body.thc-sample-page #content.page-wrapper .vision-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.thc-sample-page #content.page-wrapper .effect-card,
body.thc-sample-page #content.page-wrapper .product-card,
body.thc-sample-page #content.page-wrapper .feature-card,
body.thc-sample-page #content.page-wrapper .value-card,
body.thc-sample-page #content.page-wrapper .team-card,
body.thc-sample-page #content.page-wrapper .testimonial-card,
body.thc-sample-page #content.page-wrapper .step-card,
body.thc-sample-page #content.page-wrapper .benefit-card,
body.thc-sample-page #content.page-wrapper .tip-card,
body.thc-sample-page #content.page-wrapper .stat-card,
body.thc-sample-page #content.page-wrapper .delivery-card,
body.thc-sample-page #content.page-wrapper .trust-card,
body.thc-sample-page #content.page-wrapper .contact-card,
body.thc-sample-page #content.page-wrapper .faq-item {
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	color: #333;
	overflow: hidden;
	text-decoration: none;
}

body.thc-sample-page #content.page-wrapper .effect-card,
body.thc-sample-page #content.page-wrapper .product-card {
	display: flex;
	flex-direction: column;
}

body.thc-sample-page #content.page-wrapper .effect-header,
body.thc-sample-page #content.page-wrapper .product-info,
body.thc-sample-page #content.page-wrapper .effect-body,
body.thc-sample-page #content.page-wrapper .feature-card,
body.thc-sample-page #content.page-wrapper .value-card,
body.thc-sample-page #content.page-wrapper .team-card,
body.thc-sample-page #content.page-wrapper .testimonial-card,
body.thc-sample-page #content.page-wrapper .step-card,
body.thc-sample-page #content.page-wrapper .benefit-card,
body.thc-sample-page #content.page-wrapper .tip-card,
body.thc-sample-page #content.page-wrapper .stat-card,
body.thc-sample-page #content.page-wrapper .trust-card,
body.thc-sample-page #content.page-wrapper .contact-card,
body.thc-sample-page #content.page-wrapper .faq-item {
	padding: 24px;
}

body.thc-sample-page #content.page-wrapper .effect-header,
body.thc-sample-page #content.page-wrapper .product-badge,
body.thc-sample-page #content.page-wrapper .delivery-badge {
	background: #062815;
	color: #fff;
}

body.thc-sample-page #content.page-wrapper .effect-header h3,
body.thc-sample-page #content.page-wrapper .effect-subtitle,
body.thc-sample-page #content.page-wrapper .product-badge {
	color: #fff;
}

body.thc-sample-page #content.page-wrapper .effect-icon,
body.thc-sample-page #content.page-wrapper .benefit-icon,
body.thc-sample-page #content.page-wrapper .feature-icon,
body.thc-sample-page #content.page-wrapper .tip-card h3,
body.thc-sample-page #content.page-wrapper .trust-icon,
body.thc-sample-page #content.page-wrapper .contact-card-icon {
	font-size: 34px;
	line-height: 1;
}

body.thc-sample-page #content.page-wrapper .product-image,
body.thc-sample-page #content.page-wrapper .delivery-image {
	aspect-ratio: 1 / 1;
	background: #f7f7f4;
	object-fit: cover;
	width: 100%;
}

body.thc-sample-page #content.page-wrapper .product-features,
body.thc-sample-page #content.page-wrapper .delivery-details {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.thc-sample-page #content.page-wrapper .feature-tag,
body.thc-sample-page #content.page-wrapper .detail-tag,
body.thc-sample-page #content.page-wrapper .product-category {
	background: #f0f5ea;
	border-radius: 4px;
	color: #315311;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 6px 9px;
	text-transform: uppercase;
}

body.thc-sample-page #content.page-wrapper .effect-button,
body.thc-sample-page #content.page-wrapper .product-button,
body.thc-sample-page #content.page-wrapper .cta-button,
body.thc-sample-page #content.page-wrapper .cp-btn,
body.thc-sample-page #content.page-wrapper .form-submit {
	align-items: center;
	background: #062815;
	border: 0;
	border-radius: 4px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	min-height: 44px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: none;
}

body.thc-sample-page #content.page-wrapper .faq-container,
body.thc-sample-page #content.page-wrapper .faq-content,
body.thc-sample-page #content.page-wrapper .dosing-content,
body.thc-sample-page #content.page-wrapper .about-intro-grid,
body.thc-sample-page #content.page-wrapper .vision-grid {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

body.thc-sample-page #content.page-wrapper .faq-item {
	margin-bottom: 16px;
}

body.thc-sample-page #content.page-wrapper .faq-question {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
}

body.thc-sample-page #content.page-wrapper .cta-section,
body.thc-sample-page #content.page-wrapper .effects-cta {
	background: #f7f7f4;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 70px calc((100vw - min(var(--thc-content-max), calc(100vw - 36px))) / 2 + 18px);
	position: relative;
	right: 50%;
	text-align: center;
	width: 100vw;
}

body.thc-sample-page #content.page-wrapper .contact-form-wrap {
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	padding: 28px;
}

body.thc-sample-page #content.page-wrapper .form-group {
	margin-bottom: 16px;
}

body.thc-sample-page #content.page-wrapper .form-group label {
	display: block;
	font-weight: 800;
	margin-bottom: 6px;
}

body.thc-sample-page #content.page-wrapper .form-group input,
body.thc-sample-page #content.page-wrapper .form-group select,
body.thc-sample-page #content.page-wrapper .form-group textarea,
body.thc-sample-page #content.page-wrapper .wpforms-field input,
body.thc-sample-page #content.page-wrapper .wpforms-field select,
body.thc-sample-page #content.page-wrapper .wpforms-field textarea {
	border: 1px solid #ddd;
	border-radius: 4px;
	min-height: 44px;
	width: 100%;
}

body.thc-sample-page #content.page-wrapper .wpforms-submit {
	background: #062815 !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-weight: 800 !important;
	min-height: 44px !important;
	padding: 0 18px !important;
}

body.thc-sample-page #content.page-wrapper .dosing-table {
	background: #fff;
	border-collapse: collapse;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	width: 100%;
}

body.thc-sample-page #content.page-wrapper .dosing-table th,
body.thc-sample-page #content.page-wrapper .dosing-table td {
	border: 1px solid #e7e7e7;
	padding: 13px;
	text-align: left;
}

body.thc-sample-page #content.page-wrapper .dosing-table th {
	background: #062815;
	color: #fff;
}

body.thc-sample-page #content.page-wrapper {
	overflow: hidden;
	padding-top: 0;
}

body.thc-sample-page #content.page-wrapper > .thc-sample-hero {
	background:
		linear-gradient(135deg, rgba(6, 40, 21, .96), rgba(10, 15, 13, .92)),
		linear-gradient(135deg, #062815 0%, #00d35f 100%) !important;
	box-sizing: border-box;
	color: #fff !important;
	display: block !important;
	height: auto !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 86px max(24px, calc((100vw - var(--thc-content-max)) / 2 + 24px)) !important;
	position: relative;
	text-align: center;
	width: 100vw !important;
	z-index: 1;
}

body.thc-sample-page #content.page-wrapper > .thc-sample-hero h1 {
	color: #fff !important;
	font-size: clamp(38px, 5vw, 58px) !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.08 !important;
	margin: 0 auto 22px !important;
	max-width: 940px;
	text-align: center !important;
}

body.thc-sample-page #content.page-wrapper > .thc-sample-hero p {
	color: #fff !important;
	font-size: clamp(18px, 2vw, 23px) !important;
	line-height: 1.48 !important;
	margin: 0 auto !important;
	max-width: 850px;
	text-align: center !important;
}

body.thc-sample-page #content.page-wrapper .intro-section,
body.thc-sample-page #content.page-wrapper .products-section,
body.thc-sample-page #content.page-wrapper .dosing-section,
body.thc-sample-page #content.page-wrapper .tips-section,
body.thc-sample-page #content.page-wrapper .faq-section,
body.thc-sample-page #content.page-wrapper .how-it-works,
body.thc-sample-page #content.page-wrapper .benefits-section {
	background: #fff;
	padding: 64px 0;
}

body.thc-sample-page #content.page-wrapper .intro-content,
body.thc-sample-page #content.page-wrapper .intro-section .container,
body.thc-sample-page #content.page-wrapper .products-section .container,
body.thc-sample-page #content.page-wrapper .faq-content,
body.thc-sample-page #content.page-wrapper .dosing-content {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--thc-content-max) !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
}

body.thc-sample-page #content.page-wrapper .products-grid,
body.thc-sample-page #content.page-wrapper .effects-grid,
body.thc-sample-page #content.page-wrapper .tips-grid,
body.thc-sample-page #content.page-wrapper .steps-grid,
body.thc-sample-page #content.page-wrapper .benefits-grid {
	box-sizing: border-box;
	display: grid !important;
	gap: 28px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin: 0 auto !important;
	max-width: var(--thc-content-max) !important;
	padding: 0 24px !important;
}

body.thc-sample-page #content.page-wrapper .effects-grid,
body.thc-sample-page #content.page-wrapper .tips-grid,
body.thc-sample-page #content.page-wrapper .steps-grid,
body.thc-sample-page #content.page-wrapper .benefits-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.thc-sample-page #content.page-wrapper .product-card,
body.thc-sample-page #content.page-wrapper .effect-card,
body.thc-sample-page #content.page-wrapper .tip-card,
body.thc-sample-page #content.page-wrapper .step-card,
body.thc-sample-page #content.page-wrapper .benefit-card,
body.thc-sample-page #content.page-wrapper .faq-item {
	background: #fff !important;
	border: 1px solid rgba(0,0,0,.09) !important;
	border-radius: 8px !important;
	box-shadow: 0 12px 32px rgba(0,0,0,.08) !important;
	color: #333 !important;
	overflow: hidden !important;
	text-decoration: none !important;
}

body.thc-sample-page #content.page-wrapper .product-card,
body.thc-sample-page #content.page-wrapper .effect-card {
	display: flex !important;
	flex-direction: column !important;
}

body.thc-sample-page #content.page-wrapper .product-image {
	aspect-ratio: 1 / 1 !important;
	background-color: #f3f3f3 !important;
	background-position: center !important;
	background-size: cover !important;
	min-height: 230px !important;
	width: 100% !important;
}

body.thc-sample-page #content.page-wrapper .product-info,
body.thc-sample-page #content.page-wrapper .effect-body,
body.thc-sample-page #content.page-wrapper .tip-card,
body.thc-sample-page #content.page-wrapper .step-card,
body.thc-sample-page #content.page-wrapper .benefit-card,
body.thc-sample-page #content.page-wrapper .faq-item {
	padding: 24px !important;
}

body.thc-sample-page #content.page-wrapper .effect-header {
	background: #062815 !important;
	color: #fff !important;
	padding: 24px !important;
}

body.thc-sample-page #content.page-wrapper .effect-header h3,
body.thc-sample-page #content.page-wrapper .effect-header .effect-subtitle {
	color: #fff !important;
}

body.thc-sample-page #content.page-wrapper .product-button,
body.thc-sample-page #content.page-wrapper .effect-button,
body.thc-sample-page #content.page-wrapper .cta-button {
	background: #062815 !important;
	border-radius: 4px !important;
	color: #fff !important;
	display: inline-flex !important;
	font-weight: 800 !important;
	justify-content: center !important;
	margin-top: auto !important;
	min-height: 44px !important;
	padding: 11px 18px !important;
	text-decoration: none !important;
}

body.thc-sample-page #content.page-wrapper .product-button:hover,
body.thc-sample-page #content.page-wrapper .effect-button:hover,
body.thc-sample-page #content.page-wrapper .cta-button:hover {
	background: #00d35f !important;
	color: #062815 !important;
}

body.page-id-1983 #content.page-wrapper > .thc-sample-hero,
body.page-id-1950 #content.page-wrapper > .thc-sample-hero,
body.page-id-1951 #content.page-wrapper > .thc-sample-hero,
body.page-id-1952 #content.page-wrapper > .thc-sample-hero,
body.page-id-1953 #content.page-wrapper > .thc-sample-hero,
body.page-id-1954 #content.page-wrapper > .thc-sample-hero {
	background:
		radial-gradient(circle at 18% 18%, rgba(0, 211, 95, .24), transparent 32%),
		linear-gradient(135deg, #03170c 0%, #062815 48%, #101713 100%) !important;
	border-bottom: 6px solid #00d35f !important;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.12), 0 22px 60px rgba(6,40,21,.18) !important;
	min-height: 360px !important;
	padding-bottom: 96px !important;
	padding-top: 96px !important;
}

body.page-id-1983 #content.page-wrapper > .thc-sample-hero:after,
body.page-id-1950 #content.page-wrapper > .thc-sample-hero:after,
body.page-id-1951 #content.page-wrapper > .thc-sample-hero:after,
body.page-id-1952 #content.page-wrapper > .thc-sample-hero:after,
body.page-id-1953 #content.page-wrapper > .thc-sample-hero:after,
body.page-id-1954 #content.page-wrapper > .thc-sample-hero:after {
	background: #00d35f;
	border-radius: 999px;
	box-shadow: 0 0 24px rgba(0,211,95,.55);
	content: "";
	display: block;
	height: 5px;
	margin: 28px auto 0;
	width: min(180px, 34vw);
}

body.page-id-1983 #content.page-wrapper > .thc-sample-hero h1,
body.page-id-1950 #content.page-wrapper > .thc-sample-hero h1,
body.page-id-1951 #content.page-wrapper > .thc-sample-hero h1,
body.page-id-1952 #content.page-wrapper > .thc-sample-hero h1,
body.page-id-1953 #content.page-wrapper > .thc-sample-hero h1,
body.page-id-1954 #content.page-wrapper > .thc-sample-hero h1 {
	color: #fff !important;
	font-size: clamp(44px, 6vw, 76px) !important;
	font-weight: 900 !important;
	letter-spacing: 0 !important;
	line-height: .98 !important;
	max-width: 1120px !important;
	text-shadow: 0 8px 30px rgba(0,0,0,.38) !important;
	text-transform: uppercase !important;
}

body.page-id-1983 #content.page-wrapper > .thc-sample-hero p,
body.page-id-1950 #content.page-wrapper > .thc-sample-hero p,
body.page-id-1951 #content.page-wrapper > .thc-sample-hero p,
body.page-id-1952 #content.page-wrapper > .thc-sample-hero p,
body.page-id-1953 #content.page-wrapper > .thc-sample-hero p,
body.page-id-1954 #content.page-wrapper > .thc-sample-hero p {
	color: rgba(255,255,255,.92) !important;
	font-size: clamp(19px, 2.2vw, 26px) !important;
	font-weight: 600 !important;
	max-width: 980px !important;
}

@media (max-width: 1024px) {
	.thc-premium-panel__inner {
		grid-template-columns: 1fr;
		gap: 36px;
		padding-top: 58px;
	}

	.thc-premium-copy {
		max-width: 720px;
	}

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

	.thc-hero-grid,
	.thc-products,
	.thc-footer .thc-section {
		grid-template-columns: repeat(2, 1fr);
	}

	.thc-collections,
	.thc-banners {
		grid-template-columns: repeat(3, 1fr);
	}

	body.thc-sample-page #content.page-wrapper .effects-grid,
	body.thc-sample-page #content.page-wrapper .products-grid,
	body.thc-sample-page #content.page-wrapper .features-grid,
	body.thc-sample-page #content.page-wrapper .values-grid,
	body.thc-sample-page #content.page-wrapper .team-grid,
	body.thc-sample-page #content.page-wrapper .testimonials-grid,
	body.thc-sample-page #content.page-wrapper .steps-grid,
	body.thc-sample-page #content.page-wrapper .benefits-grid,
	body.thc-sample-page #content.page-wrapper .tips-grid,
	body.thc-sample-page #content.page-wrapper .stats-grid,
	body.thc-sample-page #content.page-wrapper .deliveries-grid,
	body.thc-sample-page #content.page-wrapper .trust-grid,
	body.thc-sample-page #content.page-wrapper .contact-grid,
	body.thc-sample-page #content.page-wrapper .about-intro-grid,
	body.thc-sample-page #content.page-wrapper .vision-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.thc-sample-page #content.page-wrapper .products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 680px) {
	.thc-flatsome-contact-bar {
		gap: 10px;
	}

	.thc-flatsome-contact-bar > li > a {
		justify-content: center;
		white-space: normal;
	}

	.thc-footer .thc-contact-list {
		grid-template-columns: 1fr;
	}

	.thc-premium-panel__inner {
		padding-top: 44px;
		padding-bottom: 38px;
	}

	.thc-premium-copy h1 {
		font-size: 36px;
	}

	.thc-premium-copy p {
		font-size: 16px;
	}

	.thc-premium-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.thc-premium-primary,
	.thc-premium-secondary {
		width: 100%;
	}

	.thc-premium-stats {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 32px;
		padding-top: 26px;
	}

	.thc-premium-benefits {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.thc-hero-grid,
	.thc-products,
	.thc-blog-grid,
	.thc-footer .thc-section {
		grid-template-columns: 1fr;
	}

	.thc-collections,
	.thc-banners {
		grid-template-columns: repeat(2, 1fr);
	}

	.thc-card,
	.thc-story {
		min-height: 260px;
	}

	.thc-heading {
		display: block;
	}

	body.thc-sample-page #content.page-wrapper > .thc-sample-hero,
	body.thc-sample-page #content.page-wrapper .cp-hero {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	body.thc-sample-page #content.page-wrapper .effects-grid,
	body.thc-sample-page #content.page-wrapper .products-grid,
	body.thc-sample-page #content.page-wrapper .features-grid,
	body.thc-sample-page #content.page-wrapper .values-grid,
	body.thc-sample-page #content.page-wrapper .team-grid,
	body.thc-sample-page #content.page-wrapper .testimonials-grid,
	body.thc-sample-page #content.page-wrapper .steps-grid,
	body.thc-sample-page #content.page-wrapper .benefits-grid,
	body.thc-sample-page #content.page-wrapper .tips-grid,
	body.thc-sample-page #content.page-wrapper .stats-grid,
	body.thc-sample-page #content.page-wrapper .deliveries-grid,
	body.thc-sample-page #content.page-wrapper .trust-grid,
	body.thc-sample-page #content.page-wrapper .contact-grid,
	body.thc-sample-page #content.page-wrapper .about-intro-grid,
	body.thc-sample-page #content.page-wrapper .vision-grid {
		grid-template-columns: 1fr;
	}

	body.thc-sample-page #content.page-wrapper > .thc-sample-hero {
		padding: 58px 22px !important;
	}

	body.thc-sample-page #content.page-wrapper .products-grid,
	body.thc-sample-page #content.page-wrapper .effects-grid,
	body.thc-sample-page #content.page-wrapper .tips-grid,
	body.thc-sample-page #content.page-wrapper .steps-grid,
	body.thc-sample-page #content.page-wrapper .benefits-grid {
		grid-template-columns: 1fr !important;
	}
}


/* Match the original desktop logo scale after deployment. */
@media (min-width: 1200px) {
    .header-main .header-logo {
        flex: 0 0 300px;
        max-width: 300px;
        width: 300px;
    }

    .header-main .header-logo img {
        max-width: 300px;
        width: 100%;
    }
}

/* Keep the full logo on wide screens without crowding header actions. */
@media (min-width: 1200px) and (max-width: 1499px) {
    .header-main .header-logo {
        flex: 0 1 200px;
        max-width: 200px;
        width: 200px;
    }

    .header-main .header-logo img {
        max-width: 200px;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .header-main .header-logo {
        flex: 0 0 250px;
        max-width: 250px;
        width: 250px;
    }

    .header-main .header-logo img {
        max-width: 250px;
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .header-main .header-logo { min-width: 0; }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .header-main .header-logo {
        flex: 0 0 112px;
        max-width: 112px;
        width: 112px;
    }

    .header-main .header-logo img {
        max-width: 112px;
        width: 100%;
    }
}


/* Compact desktop navigation so account and cart remain inside the header width. */
@media (min-width: 1200px) {
    .header-main .header-nav-main > li {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .header-main .header-nav-main > li > a {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}


@media (min-width: 1200px) {
    .header-main .header-nav-main > li {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
