.te3-product,
.te3-product *,
.te3-lightbox,
.te3-lightbox * {
	box-sizing: border-box;
	min-width: 0;
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

@supports not (overflow: clip) {
	html,
	body,
	.te3-product {
		overflow-x: hidden;
	}
}

.te3-product {
	--te3-ink: #171717;
	--te3-muted: #66625c;
	--te3-line: #e3ded6;
	--te3-soft: #f7f4ee;
	--te3-accent: #a8752c;
	--te3-cta: #236f4d;
	color: var(--te3-ink);
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow-x: clip;
}

.te3-product button {
	font-family: inherit;
}

.te3-product img,
.te3-product table,
.te3-product iframe {
	max-width: 100%;
}

.te3-product h1,
.te3-product h2,
.te3-product h3,
.te3-product p {
	margin-top: 0;
}

.te3-product h1,
.te3-product h2,
.te3-product h3 {
	line-height: 1.18;
	letter-spacing: -.015em;
}

body.single-product.woocommerce-page .te3-product h1 {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.te3-product h1 {
	margin-bottom: 12px;
	font-size: clamp(30px, 4vw, 46px);
}

.te3-product h2 {
	margin-bottom: 20px;
	font-size: clamp(24px, 3vw, 34px);
}

.te3-shell {
	width: min(1160px, 100%);
	max-width: 100%;
	margin-inline: auto;
	padding-inline: 16px;
}

.te3-breadcrumbs {
	padding: 16px 0 4px;
	color: var(--te3-muted);
	font-size: 13px;
}

.te3-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.te3-hero {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
	align-items: start;
	gap: clamp(28px, 5vw, 58px);
	padding: 24px 0 44px;
}

.te3-gallery {
	position: sticky;
	top: 20px;
}

.te3-main-image,
.te3-sample {
	display: grid;
	place-items: center;
	width: 100%;
	padding: 0;
	border: 1px solid var(--te3-line);
	border-radius: 18px;
	background: var(--te3-soft);
	cursor: zoom-in;
	overflow: hidden;
	appearance: none;
	-webkit-appearance: none;
	color: inherit;
	text-align: inherit;
	box-shadow: none;
}

.te3-main-image {
	position: relative;
	min-height: 320px;
	aspect-ratio: 4 / 5;
}

.te3-main-image.te3-is-landscape {
	min-height: 0;
	aspect-ratio: 16 / 10;
}

.te3-main-image.te3-is-square {
	min-height: 0;
	aspect-ratio: 1 / 1;
}

.te3-main-image img {
	position: absolute !important;
	inset: 7% !important;
	display: block !important;
	width: 86% !important;
	height: 86% !important;
	max-width: none !important;
	max-height: none !important;
	margin: auto !important;
	object-fit: contain !important;
	background: var(--te3-soft);
}

.te3-main-image span {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255,255,255,.94);
	box-shadow: 0 5px 18px rgba(0,0,0,.14);
	font-size: 19px;
}

.te3-thumbs {
	display: flex;
	gap: 9px;
	max-width: 100%;
	margin-top: 12px;
	padding-bottom: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.te3-thumb {
	flex: 0 0 auto;
	width: 66px;
	height: 66px;
	padding: 4px;
	border: 2px solid transparent;
	border-radius: 12px;
	background: var(--te3-soft);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.te3-thumb.is-active {
	border-color: var(--te3-accent);
}

.te3-thumb img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

.te3-category {
	margin-bottom: 10px;
	color: var(--te3-muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

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

.te3-subtitle {
	margin-bottom: 18px;
	color: var(--te3-muted);
	font-size: 18px;
}

.te3-rating {
	margin-bottom: 16px;
	color: var(--te3-muted);
	font-size: 14px;
}

.te3-rating span {
	color: var(--te3-accent);
	letter-spacing: 2px;
}

.te3-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.te3-facts li {
	padding: 8px 12px;
	border: 1px solid var(--te3-line);
	border-radius: 999px;
	background: var(--te3-soft);
	color: var(--te3-muted);
	font-size: 14px;
	font-weight: 700;
}

.te3-price {
	margin-bottom: 18px;
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 800;
	line-height: 1.1;
}

.te3-price del {
	color: var(--te3-muted);
	font-size: .55em;
	font-weight: 500;
}

.te3-price ins {
	text-decoration: none;
}

.te3-omnibus {
	display: block;
	margin-top: 5px;
	color: var(--te3-muted);
	font-size: 13px;
	font-weight: 500;
}

.te3-buybox {
	max-width: 560px;
	padding: 18px;
	border: 1px solid var(--te3-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(23,23,23,.07);
}

.te3-buybox .cart::before,
.te3-buybox .cart::after {
	display: none !important;
}

.te3-buybox form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	margin: 0;
}

.te3-buybox .quantity {
	display: none !important;
	flex: 0 0 92px;
}

.te3-buybox .quantity .qty {
	width: 100%;
	min-height: 54px;
	border: 1px solid var(--te3-line);
	border-radius: 12px;
	text-align: center;
	font-size: 16px;
}

.te3-buybox .single_add_to_cart_button,
.te3-buybox button[type="submit"],
.te3-buybox input.button,
.te3-buybox a.button {
	flex: 1 1 220px;
	width: 100%;
	min-height: 54px;
	border: 0 !important;
	border-radius: 12px !important;
	background: var(--te3-cta) !important;
	color: #fff !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	white-space: normal !important;
	text-align: center !important;
}

.te3-buybox table.variations,
.te3-buybox table.variations tbody,
.te3-buybox table.variations tr,
.te3-buybox table.variations th,
.te3-buybox table.variations td {
	display: block;
	width: 100%;
	text-align: left;
}

.te3-buybox table.variations select {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--te3-line);
	border-radius: 10px;
}

.te3-note {
	margin: 12px 0 0;
	color: var(--te3-muted);
	font-size: 14px;
}

.te3-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.te3-trust span {
	padding: 7px 10px;
	border-radius: 999px;
	background: #eef8f1;
	color: #236f4d;
	font-size: 13px;
	font-weight: 700;
}

.te3-section {
	padding: 48px 0;
	border-top: 1px solid var(--te3-line);
	overflow-x: clip;
}

.te3-soft {
	background: var(--te3-soft);
}

.te3-content-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	width: 100%;
	max-width: 100%;
}

.te3-card {
	width: 100%;
	max-width: 100%;
	padding: 24px;
	border: 1px solid var(--te3-line);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	overflow-wrap: anywhere;
}

.te3-card--wide {
	grid-column: 1 / -1;
}

.te3-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.te3-checklist li {
	position: relative;
	margin-bottom: 9px;
	padding-left: 24px;
}

.te3-checklist li::before {
	position: absolute;
	left: 0;
	color: var(--te3-cta);
	content: "✓";
	font-weight: 900;
}

.te3-description table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.te3-description img,
.te3-card img {
	height: auto;
	max-width: 100%;
}

.te3-description,
.te3-card p,
.te3-card li {
	overflow-wrap: anywhere;
}

.te3-mid-cta {
	display: grid;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.te3-mid-cta h2,
.te3-mid-cta p {
	display: none !important;
}

.te3-cta-link {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border-radius: 12px;
	background: var(--te3-cta);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
}

.te3-samples {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 14px;
}

.te3-sample img {
	display: block;
	width: 100%;
	height: auto;
}

.te3-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--te3-accent);
}

.te3-social-proof {
	padding-top: 34px;
	padding-bottom: 44px;
}

.te3-social-proof .te3-kicker,
.te3-social-proof h2 {
	text-align: center;
}

.te3-social-proof h2 {
	margin-bottom: 22px;
}

.te3-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.te3-review-card {
	padding: 22px;
	border: 1px solid var(--te3-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.te3-review-stars {
	margin-bottom: 10px;
	color: #ffb000;
	font-size: 18px;
	letter-spacing: .08em;
}

.te3-review-card p {
	margin: 0 0 16px;
	color: var(--te3-ink);
	font-size: 15px;
	line-height: 1.65;
}

.te3-review-card strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
}

.te3-reviews #reviews {
	margin: 0;
}

.te3-reviews .woocommerce-Reviews-title {
	display: none;
}

.te3-reviews ol.commentlist {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.te3-reviews .comment_container {
	display: flex;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid var(--te3-line);
}

.te3-reviews .comment-text {
	min-width: 0;
	overflow-wrap: anywhere;
}

.te3-reviews .avatar {
	border-radius: 50%;
}

.te3-reviews input,
.te3-reviews textarea,
.te3-reviews select {
	max-width: 100%;
	font-size: 16px;
}

.te3-reviews textarea {
	width: 100%;
}

.te3-reviews .form-submit input {
	min-height: 50px;
	padding: 0 22px;
	border: 0;
	border-radius: 12px;
	background: var(--te3-cta);
	color: #fff;
	font-weight: 800;
}

.te3-faq {
	max-width: 860px;
}

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

.te3-faq summary {
	padding: 17px 0;
	font-weight: 800;
	cursor: pointer;
}

.te3-related {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.te3-related-card {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--te3-line);
	border-radius: 16px;
	color: inherit;
	background: #fff;
	text-decoration: none;
	overflow: hidden;
}

.te3-related-image {
	display: grid;
	place-items: center;
	min-height: 160px;
	border-radius: 12px;
	background: var(--te3-soft);
}

.te3-related-image img {
	width: 100%;
	max-height: 180px;
	object-fit: contain;
}

.te3-related-info strong,
.te3-related-info em {
	display: block;
}

.te3-related-info em {
	margin-top: 6px;
	color: var(--te3-muted);
	font-style: normal;
}

.te3-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 22px;
	background: rgba(15, 14, 12, .92);
	touch-action: none;
}

.te3-lightbox[hidden] {
	display: none;
}

.te3-lightbox img {
	max-width: 94vw;
	max-height: 86vh;
	object-fit: contain;
	user-select: none;
	-webkit-user-select: none;
}

.te3-lightbox-close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.15);
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.te3-gallery {
		position: static;
	}

	.te3-hero {
		grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
		gap: 28px;
	}

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

	.te3-review-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.te3-hero,
	.te3-content-grid {
		grid-template-columns: 1fr;
	}

	.te3-gallery {
		max-width: 560px;
		margin-inline: auto;
	}

	.te3-main-image img {
		inset: 6% !important;
		width: 88% !important;
		height: 88% !important;
	}
}

@media (max-width: 620px) {
	.te3-shell {
		width: 100%;
		max-width: 100%;
		padding-inline: 12px;
	}

	.te3-product {
		font-size: 15.5px;
	}

	.te3-breadcrumbs {
		padding-top: 10px;
	}

	.te3-hero {
		padding-top: 14px;
		padding-bottom: 32px;
	}

	.te3-product h1 {
		font-size: clamp(25px, 8vw, 32px);
	}

	.te3-main-image img {
		inset: 5% !important;
		width: 90% !important;
		height: 90% !important;
	}

	.te3-thumb {
		width: 56px;
		height: 56px;
	}

	.te3-buybox form.cart {
		display: grid;
		grid-template-columns: 1fr;
	}

	.te3-buybox .quantity {
		width: 100%;
	}

	.te3-buybox .single_add_to_cart_button,
	.te3-buybox button[type="submit"],
	.te3-buybox input.button,
	.te3-buybox a.button {
		width: 100%;
	}

	.te3-content-grid,
	.te3-card {
		gap: 14px;
	}

	.te3-card {
		padding: 18px;
		border-radius: 16px;
	}

	.te3-samples,
	.te3-related,
	.te3-review-grid {
		grid-template-columns: 1fr;
	}

	.te3-related-card {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		align-items: stretch;
		padding: 16px;
	}

	.te3-related-image {
		min-height: 180px;
	}

	.te3-related-image img {
		max-height: 190px;
	}

	.te3-reviews .comment_container {
		display: block;
	}

	.te3-reviews .avatar {
		float: left;
		margin: 2px 12px 8px 0;
	}

	.te3-reviews .form-submit input {
		width: 100%;
	}
}

.te3-product .te3-social-proof {
	background: #fff;
}

.te3-product .te3-social-proof .te3-shell {
	overflow: visible;
}

.te3-product .te3-review-grid {
	width: 100%;
	align-items: stretch;
}

.te3-product .te3-review-card {
	min-width: 0;
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	.te3-product .te3-social-proof {
		padding-top: 24px;
		padding-bottom: 28px;
	}

	.te3-product .te3-social-proof h2 {
		margin-bottom: 16px;
		font-size: clamp(24px, 7vw, 30px);
	}

	.te3-product .te3-review-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	.te3-product .te3-review-card {
		padding: 16px !important;
		border-radius: 16px !important;
	}
}
