/* Modern, readable Level 1 description. Scoped to product 3432. */
.postid-3432 #tab-description > .ww-matched-section:first-child > h2:first-child {
	display: none !important;
}

/* The theme wraps WooCommerce details in an old tab shell with two large
 * stacked top margins and a padded white panel. Level 1 has one useful
 * details stream, so present it as a continuous section instead. */
body.single-product.postid-3432 #thinkupshortcodestabswoo,
body.single-product.postid-3432 .woocommerce-tabs {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: none !important;
	margin: clamp(22px, 2.4vw, 30px) 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

html body.single-product.postid-3432 #content #product-3432 {
	row-gap: 0 !important;
}

body.single-product.postid-3432 #thinkupshortcodestabswoo > .tab-buttons,
body.single-product.postid-3432 #thinkupshortcodestabswoo > ul,
body.single-product.postid-3432 .woocommerce-tabs > ul.tabs {
	display: none !important;
}

body.single-product.postid-3432 #thinkupshortcodestabswoo > .tab-content,
body.single-product.postid-3432 .woocommerce-tabs > .tab-content {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Use the otherwise empty space beneath the desktop gallery for orientation
 * and light social proof. This stays visually open and never delays the
 * purchase controls on stacked tablet or mobile layouts. */
html body.single-product.postid-3432 #content .woocommerce-product-gallery {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.single-product.postid-3432 .woocommerce-product-gallery .ww-level-one-gallery-proof {
	--ww-level-one-proof-balance-gap: 0px;
	box-sizing: border-box;
	/* WooCommerce renders this hook inside the gallery wrapper. Level 1 turns
	 * that wrapper into a six-column thumbnail grid, so span the complete grid
	 * rather than inheriting one narrow thumbnail column. */
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: 540px;
	margin: calc(0px + var(--ww-level-one-proof-balance-gap)) auto 0;
	padding: 0 clamp(8px, 1.5vw, 18px);
	color: #173b47;
	text-align: center;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof *,
body.single-product.postid-3432 .ww-level-one-gallery-proof *::before,
body.single-product.postid-3432 .ww-level-one-gallery-proof *::after {
	box-sizing: border-box;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__kicker {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 10px;
	color: #a84408;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__kicker::before,
body.single-product.postid-3432 .ww-level-one-gallery-proof__kicker::after {
	width: 28px;
	height: 3px;
	border-radius: 999px;
	background: #ef6c20;
	content: "";
}

body.single-product.postid-3432 .ww-level-one-gallery-proof h2,
body.single-product.postid-3432 .ww-level-one-gallery-proof h3 {
	margin: 0 auto;
	color: #143541;
	font-weight: 900;
	letter-spacing: -.025em;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof h2 {
	max-width: 500px;
	font-size: clamp(26px, 2.25vw, 32px);
	line-height: 1.12;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	max-width: 510px;
	margin: 13px auto 22px;
	padding: 0;
	list-style: none;
	text-align: left;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__benefits li {
	position: relative;
	margin: 0;
	padding: 5px 12px 5px 18px;
	border-right: 1px solid rgba(20, 53, 65, .12);
	color: #4d656e;
	font-size: 13.5px;
	line-height: 1.35;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__benefits li:last-child {
	border-right: 0;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__benefits li::before {
	position: absolute;
	top: 11px;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #df5f18;
	content: "";
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__benefits strong {
	display: block;
	color: #173b47;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.3;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__benefits span {
	display: block;
	margin-top: 4px;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__learn-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 9px 19px;
	border: 2px solid #bd4c0f;
	border-radius: 999px;
	background: #c95413;
	color: #fff !important;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__learn-link:hover,
body.single-product.postid-3432 .ww-level-one-gallery-proof__learn-link:focus-visible {
	border-color: #ef6c20;
	background: #ef6c20;
	transform: translateY(-1px);
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__reviews {
	margin-top: 18px;
	padding-top: 0;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__viewport {
	display: grid;
	align-items: center;
	min-height: 72px;
	margin-top: 4px;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__review {
	grid-area: 1 / 1;
	display: none;
	align-content: center;
	min-height: 70px;
	margin: 0;
	padding: 7px clamp(8px, 1.5vw, 16px);
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__review.is-active {
	display: grid;
	animation: ww-level-one-review-fade .28s ease-out both;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__stars {
	margin-bottom: 6px;
	color: #b34b0d;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof blockquote {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #2f4953;
	font-size: 15.5px;
	font-weight: 650;
	font-style: normal;
	line-height: 1.45;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof blockquote::before,
body.single-product.postid-3432 .ww-level-one-gallery-proof blockquote::after {
	display: none !important;
	content: none !important;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__review footer {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	margin-top: 7px;
	color: #667b83;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .05em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__review footer strong {
	color: #173b47;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 0;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__all-reviews {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin-left: 0;
	padding: 5px 12px;
	border: 1px solid rgba(168, 68, 8, .42);
	border-radius: 999px;
	background: transparent;
	color: #934009 !important;
	font-size: 12.5px;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none !important;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__all-reviews:hover,
body.single-product.postid-3432 .ww-level-one-gallery-proof__all-reviews:focus-visible {
	border-color: #d85b17;
	background: #fff1e8;
	color: #7d3307 !important;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__dot {
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__dot::before {
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	border-radius: 50%;
	background: #b8c5c9;
	content: "";
	transition: background-color .2s ease, transform .2s ease;
}

body.single-product.postid-3432 .ww-level-one-gallery-proof__dot[aria-current="true"]::before,
body.single-product.postid-3432 .ww-level-one-gallery-proof__dot:hover::before,
body.single-product.postid-3432 .ww-level-one-gallery-proof__dot:focus-visible::before {
	background: #d85b17;
	transform: scale(1.35);
}

@keyframes ww-level-one-review-fade {
	from { opacity: 0; transform: translateY(4px); }
	to { opacity: 1; transform: none; }
}

html body.single-product.postid-3432 #content #product-3432 #thinkupshortcodestabswoo #tab-description,
html body.single-product.postid-3432 #content #product-3432 .woocommerce-Tabs-panel--description {
	max-width: none !important;
	margin: 0 !important;
	padding-block: 0 !important;
	padding-inline: clamp(18px, 4vw, 64px) !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.postid-3432 .ww-level-one-details {
	width: min(1180px, 100%);
	margin: 0 auto;
	color: #163844;
	font-size: clamp(18px, 1.12vw, 21px);
	line-height: 1.62;
}

.postid-3432 .ww-level-one-details *,
.postid-3432 .ww-level-one-details *::before,
.postid-3432 .ww-level-one-details *::after {
	box-sizing: border-box;
}

.postid-3432 .ww-level-one-details h2,
.postid-3432 .ww-level-one-details h3,
.postid-3432 .ww-level-one-details p,
.postid-3432 .ww-level-one-details ul,
.postid-3432 .ww-level-one-details figure {
	margin-top: 0;
}

.postid-3432 .ww-level-one-details h2 {
	max-width: 900px;
	margin: 0 auto 18px;
	color: #102f3b;
	font-size: clamp(30px, 3vw, 46px);
	line-height: 1.12;
	letter-spacing: -0.025em;
	text-align: center;
}

.postid-3432 .ww-level-one-details h3 {
	margin-bottom: 12px;
	color: #143d49;
	font-size: clamp(21px, 1.65vw, 26px);
	line-height: 1.25;
}

.postid-3432 .ww-level-one-details p {
	margin-bottom: 18px;
}

.postid-3432 .ww-level-one-details__intro {
	max-width: 930px;
	margin: 0 auto;
	padding: clamp(22px, 4vw, 48px) 0 clamp(28px, 4vw, 54px);
	text-align: center;
}

.postid-3432 .ww-level-one-details__intro > p:last-child,
.postid-3432 .ww-level-one-details__layout > header > p:last-child,
.postid-3432 .ww-level-one-details__quality > p:last-child {
	margin-bottom: 0;
}

.postid-3432 .ww-level-one-details__kicker {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 14px !important;
	color: #e35a16;
	font-size: clamp(16px, 1.2vw, 19px);
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.postid-3432 .ww-level-one-details__kicker::before,
.postid-3432 .ww-level-one-details__kicker::after {
	content: "";
	width: 34px;
	height: 3px;
	border-radius: 999px;
	background: #f26322;
}

.postid-3432 .ww-level-one-details__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	padding: 25px 0;
	border-top: 1px solid rgba(19, 60, 73, .16);
	border-bottom: 1px solid rgba(19, 60, 73, .16);
}

.postid-3432 .ww-level-one-details__facts > div {
	min-width: 0;
	padding: 4px clamp(12px, 2vw, 28px);
	text-align: center;
}

.postid-3432 .ww-level-one-details__facts > div + div {
	border-left: 1px solid rgba(19, 60, 73, .14);
}

.postid-3432 .ww-level-one-details__facts strong,
.postid-3432 .ww-level-one-details__facts span {
	display: block;
}

.postid-3432 .ww-level-one-details__facts strong {
	color: #113945;
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.15;
}

.postid-3432 .ww-level-one-details__facts span {
	margin-top: 7px;
	color: #56707a;
	font-size: .88em;
	line-height: 1.35;
}

.postid-3432 .ww-level-one-details__section,
.postid-3432 .ww-level-one-details__quality {
	padding: clamp(42px, 4vw, 58px) 0;
	border-bottom: 1px solid rgba(19, 60, 73, .13);
}

.postid-3432 .ww-level-one-details__fit {
	display: grid;
	grid-template-columns: minmax(280px, .86fr) minmax(390px, 1.14fr);
	align-items: center;
	gap: clamp(28px, 4vw, 54px);
}

.postid-3432 .ww-level-one-details__fit .ww-level-one-details__kicker,
.postid-3432 .ww-level-one-details__fit h2 {
	justify-content: flex-start;
	margin-left: 0;
	text-align: left;
}

.postid-3432 .ww-level-one-details__fit .ww-level-one-details__kicker::before {
	display: none;
}

.postid-3432 .ww-level-one-details__text-link {
	color: #c94c12;
	font-weight: 800;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.postid-3432 .ww-level-one-details figure {
	margin-bottom: 0;
	text-align: center;
}

.postid-3432 .ww-level-one-details img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 18px;
}

.postid-3432 .ww-level-one-details__fit img {
	width: 100%;
	max-width: 520px;
	max-height: none;
	margin: 0 auto !important;
}

.postid-3432 .ww-level-one-details__layout > header,
.postid-3432 .ww-level-one-details__water > header,
.postid-3432 .ww-level-one-details__included > header {
	max-width: 900px;
	margin: 0 auto 34px;
	text-align: center;
}

.postid-3432 .ww-level-one-details__layout figure {
	max-width: 920px;
	margin: 0 auto;
}

/* Keep the planning diagram informative without letting this supporting
 * section become a second full-page hero. */
.postid-3432 .ww-level-one-details__layout {
	padding-top: clamp(34px, 4vw, 54px);
	padding-bottom: clamp(34px, 4vw, 54px);
}

.postid-3432 .ww-level-one-details__layout > header {
	max-width: 780px;
	margin-bottom: 22px;
}

.postid-3432 .ww-level-one-details__layout figure {
	max-width: 760px;
}

.postid-3432 .ww-level-one-details__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 6vw, 72px);
	max-width: 1040px;
	margin: 0 auto;
}

.postid-3432 .ww-level-one-details__columns > div {
	padding-top: 20px;
	border-top: 3px solid #f26322;
}

.postid-3432 .ww-level-one-details__columns h3 {
	margin-bottom: 10px;
	color: #173d49;
	font-size: clamp(21px, 1.7vw, 26px);
	line-height: 1.2;
}

.postid-3432 .ww-level-one-details__planning-points {
	margin: 0;
	padding: 0;
	list-style: none;
}

.postid-3432 .ww-level-one-details__planning-points li {
	position: relative;
	margin: 0;
	padding: 14px 0 14px 22px;
	border-bottom: 1px solid rgba(19, 60, 73, .11);
}

.postid-3432 .ww-level-one-details__planning-points li:last-child {
	border-bottom: 0;
}

.postid-3432 .ww-level-one-details__planning-points li::before {
	position: absolute;
	top: 22px;
	left: 1px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e35a16;
	content: "";
}

.postid-3432 .ww-level-one-details__planning-points strong,
.postid-3432 .ww-level-one-details__planning-points span {
	display: block;
}

.postid-3432 .ww-level-one-details__planning-points strong {
	color: #173d49;
	font-size: 1.02em;
	font-weight: 850;
	line-height: 1.35;
}

.postid-3432 .ww-level-one-details__planning-points span {
	margin-top: 4px;
	color: #56707a;
	font-size: .9em;
	line-height: 1.48;
}

.postid-3432 .ww-level-one-details__included-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr .9fr;
	gap: clamp(30px, 4vw, 54px);
}

.postid-3432 .ww-level-one-details__included-grid > div {
	min-width: 0;
}

.postid-3432 .ww-level-one-details__included ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.postid-3432 .ww-level-one-details__included li {
	position: relative;
	margin: 0;
	padding: 15px 0 15px 26px;
	border-bottom: 1px solid rgba(19, 60, 73, .11);
}

.postid-3432 .ww-level-one-details__included li::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f26322;
}

.postid-3432 .ww-level-one-details__included li strong,
.postid-3432 .ww-level-one-details__included li span {
	display: block;
}

.postid-3432 .ww-level-one-details__included li strong {
	color: #173d49;
	font-size: 1.02em;
}

.postid-3432 .ww-level-one-details__included li span {
	margin-top: 5px;
	color: #56707a;
	font-size: .88em;
	line-height: 1.45;
}

.postid-3432 .ww-level-one-details__quality {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.postid-3432 .ww-level-one-details__disclaimer {
	max-width: 980px;
	margin: 28px auto 0 !important;
	color: #657b83;
	font-size: .8em;
	line-height: 1.48;
	text-align: center;
}

@media (max-width: 900px) {
	body.single-product.postid-3432 .woocommerce-product-gallery .ww-level-one-gallery-proof {
		display: none !important;
	}

	.postid-3432 .ww-level-one-details__facts,
	.postid-3432 .ww-level-one-details__included-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.postid-3432 .ww-level-one-details__facts > div:nth-child(3) {
		border-left: 0;
	}

	.postid-3432 .ww-level-one-details__facts > div:nth-child(n + 3) {
		margin-top: 18px;
		padding-top: 20px;
		border-top: 1px solid rgba(19, 60, 73, .14);
	}

	.postid-3432 .ww-level-one-details__fit {
		grid-template-columns: 1fr;
	}

	.postid-3432 .ww-level-one-details__fit .ww-level-one-details__kicker,
	.postid-3432 .ww-level-one-details__fit h2 {
		justify-content: center;
		text-align: center;
	}

	.postid-3432 .ww-level-one-details__fit .ww-level-one-details__kicker::before {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product.postid-3432 .ww-level-one-gallery-proof__review.is-active {
		animation: none;
	}

	body.single-product.postid-3432 .ww-level-one-gallery-proof__learn-link,
	body.single-product.postid-3432 .ww-level-one-gallery-proof__dot::before {
		transition: none;
	}
}

@media (max-width: 680px) {
	.postid-3432 #tab-description,
	.postid-3432 .woocommerce-Tabs-panel--description {
		padding-inline: 18px !important;
	}

	.postid-3432 .ww-level-one-details {
		font-size: 18px;
	}

	.postid-3432 .ww-level-one-details__facts,
	.postid-3432 .ww-level-one-details__columns,
	.postid-3432 .ww-level-one-details__included-grid {
		grid-template-columns: 1fr;
	}

	.postid-3432 .ww-level-one-details__facts > div + div,
	.postid-3432 .ww-level-one-details__facts > div:nth-child(3) {
		margin-top: 16px;
		padding-top: 18px;
		border-top: 1px solid rgba(19, 60, 73, .14);
		border-left: 0;
	}

	.postid-3432 .ww-level-one-details__included-grid {
		gap: 32px;
	}

	.postid-3432 .ww-level-one-details__kicker::before,
	.postid-3432 .ww-level-one-details__kicker::after {
		width: 22px;
	}
}

/* The shared bestseller pages have their own product IDs but deliberately use
 * the exact Level 1 tab panel width and continuous-page treatment. */
body.ww-level-one-layout-shared #thinkupshortcodestabswoo #tab-description,
body.ww-level-one-layout-shared .woocommerce-Tabs-panel--description {
	max-width: none !important;
	margin: 0 !important;
	padding-block: 0 !important;
	padding-inline: clamp(18px, 4vw, 64px) !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.ww-level-one-layout-shared #content .product {
	row-gap: 0 !important;
}
