/* Shared, balanced gallery-side orientation for the Level 1 and Level 2 packages. */
body.single-product:is(.postid-3432, .postid-3442) .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:is(.postid-3432, .postid-3442) .woocommerce-product-gallery .ww-package-gallery-proof {
	--ww-package-proof-balance-gap: 0px;
	box-sizing: border-box;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: 540px;
	margin: var(--ww-package-proof-balance-gap) auto 0;
	padding: 0 clamp(8px, 1.5vw, 18px);
	color: #173b47;
	text-align: center;
}

@media (min-width: 1280px) {
	body.single-product.postid-3486 .woocommerce-product-gallery .ww-package-gallery-proof {
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		margin: 12px 0 0;
		padding: 24px clamp(18px, 2.25vw, 34px) 28px;
		border-top: 1px solid #dbe4e6;
		color: #173b47;
		text-align: center;
	}

	body.single-product.postid-3486 .ww-package-gallery-proof h2 {
		max-width: 720px;
		font-size: clamp(32px, 2.55vw, 40px);
	}

	body.single-product.postid-3486 .ww-package-gallery-proof__benefits {
		max-width: 760px;
		margin-top: 18px;
		margin-bottom: 18px;
	}

	body.single-product.postid-3486 .ww-package-gallery-proof__benefits li {
		padding-right: 18px;
		padding-left: 21px;
		font-size: 14px;
	}

	body.single-product.postid-3486 .ww-package-gallery-proof__benefits strong {
		font-size: 16px;
	}

	body.single-product.postid-3486 .ww-package-gallery-proof__reviews {
		margin-top: 44px;
		padding-top: 28px;
		border-top: 1px solid #dbe4e6;
	}

	body.single-product.postid-3486 .ww-package-gallery-proof__viewport {
		min-height: 92px;
		margin-top: 10px;
	}

	body.single-product.postid-3486 .ww-package-gallery-proof__controls {
		margin-top: 12px;
	}
}

.ww-package-gallery-proof *,
.ww-package-gallery-proof *::before,
.ww-package-gallery-proof *::after {
	box-sizing: border-box;
}

.ww-package-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;
}

.ww-package-gallery-proof__kicker::before,
.ww-package-gallery-proof__kicker::after {
	width: 28px;
	height: 3px;
	border-radius: 999px;
	background: #ef6c20;
	content: "";
}

.ww-package-gallery-proof h2 {
	max-width: 500px;
	margin: 0 auto;
	color: #143541;
	font-size: clamp(26px, 2.25vw, 32px);
	font-weight: 900;
	letter-spacing: -.025em;
	line-height: 1.12;
}

.ww-package-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;
}

.ww-package-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;
}

.ww-package-gallery-proof__benefits li:last-child {
	border-right: 0;
}

.ww-package-gallery-proof__benefits li::before {
	position: absolute;
	top: 11px;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #df5f18;
	content: "";
}

.ww-package-gallery-proof__benefits strong,
.ww-package-gallery-proof__benefits span {
	display: block;
}

.ww-package-gallery-proof__benefits strong {
	color: #173b47;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.3;
}

.ww-package-gallery-proof__benefits span {
	margin-top: 4px;
}

.ww-package-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;
	box-shadow: none;
	color: #fff !important;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.ww-package-gallery-proof__learn-link:hover,
.ww-package-gallery-proof__learn-link:focus-visible {
	border-color: #ef6c20;
	background: #ef6c20;
	transform: translateY(-1px);
}

.ww-package-gallery-proof__reviews {
	margin-top: 18px;
}

.ww-package-gallery-proof__viewport {
	display: grid;
	align-items: center;
	min-height: 72px;
	margin-top: 4px;
}

.ww-package-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;
}

.ww-package-gallery-proof__review.is-active {
	display: grid;
	animation: ww-package-review-fade .28s ease-out both;
}

.ww-package-gallery-proof__stars {
	margin-bottom: 6px;
	color: #d99a00 !important;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1;
}

.ww-package-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;
}

.ww-package-gallery-proof blockquote::before,
.ww-package-gallery-proof blockquote::after {
	display: none !important;
	content: none !important;
}

.ww-package-gallery-proof__review footer {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-top: 7px;
	color: #667b83;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .05em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ww-package-gallery-proof__review footer strong {
	color: #173b47;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
}

.ww-package-gallery-proof__controls {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 4px;
}

body.single-product:is(.postid-2358, .postid-3486) .ww-package-gallery-proof__controls {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	justify-content: center;
	column-gap: 10px;
}

body.single-product:is(.postid-2358, .postid-3486) .ww-package-gallery-proof__transport {
	grid-column: 1 / -1;
}

.ww-package-gallery-proof__transport {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
}

.ww-package-gallery-proof__transport button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 34px;
	padding: 6px 11px;
	border: 1px solid rgba(168, 68, 8, .42);
	border-radius: 999px;
	background: #fff;
	color: #934009;
	font: inherit;
	font-size: 12.5px;
	font-weight: 850;
	line-height: 1;
	cursor: pointer;
}

.ww-package-gallery-proof__transport button:hover,
.ww-package-gallery-proof__transport button:focus-visible {
	border-color: #d85b17;
	background: #fff1e8;
	color: #7d3307;
}

.ww-package-gallery-proof__all-reviews {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	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;
}

.ww-package-gallery-proof__all-reviews:hover,
.ww-package-gallery-proof__all-reviews:focus-visible {
	border-color: #d85b17;
	background: #fff1e8;
	color: #7d3307 !important;
}

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

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

@media (prefers-reduced-motion: reduce) {
	.ww-package-gallery-proof__review.is-active {
		animation: none;
	}

	.ww-package-gallery-proof__learn-link {
		transition: none;
	}
}

/* Let the two bestseller proof sections use the full gallery column on wide
 * screens instead of retaining the compact package-page reading width. */
@media (min-width: 1280px) {
	body.single-product:is(.postid-2358, .postid-3486) .woocommerce-product-gallery .ww-package-gallery-proof {
		box-sizing: border-box;
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: clamp(8px, 1.25vw, 20px) !important;
		padding-left: clamp(8px, 1.25vw, 20px) !important;
	}

	body.single-product:is(.postid-2358, .postid-3486) .ww-package-gallery-proof h2 {
		max-width: 760px !important;
		font-size: clamp(32px, 2.45vw, 39px) !important;
	}

	body.single-product:is(.postid-2358, .postid-3486) .ww-package-gallery-proof__benefits {
		width: 100% !important;
		max-width: none !important;
		margin-top: 18px !important;
	}

	body.single-product:is(.postid-2358, .postid-3486) .ww-package-gallery-proof__benefits li {
		padding-right: clamp(14px, 1.35vw, 22px) !important;
		padding-left: 22px !important;
		font-size: 14px !important;
	}

	body.single-product:is(.postid-2358, .postid-3486) .ww-package-gallery-proof__benefits strong {
		font-size: 16px !important;
	}
}
