.cpwh-price-html,
.cpwh-wholesale-price-line {
	display: block;
}

.cpwh-retail-price {
	display: block;
	opacity: .82;
}

.cpwh-wholesale-price-line {
	margin-top: 4px;
	font-size: 1.02em;
	line-height: 1.35;
}

.cpwh-price-label {
	font-weight: 600;
}

.woocommerce ul.products li.product {
	position: relative;
}

.cpwh-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #111;
	color: #fff;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: .04em;
	border-radius: 999px;
	padding: 8px 10px;
	min-width: 58px;
	min-height: 58px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,.22);
	transition: transform .16s ease, box-shadow .16s ease;
	z-index: 5;
}

.woocommerce ul.products li.product .cpwh-badge {
	position: absolute;
	top: 10px;
	left: 10px;
}

.woocommerce ul.products li.product:hover .cpwh-badge {
	transform: scale(1.04);
	box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.cpwh-single-badge-wrap {
	margin: 0 0 10px;
}

.cpwh-single-badge-wrap .cpwh-badge {
	border-radius: 8px;
	min-height: 0;
	min-width: 0;
	padding: 7px 12px;
}

.cpwh-landing {
	max-width: 1180px;
	width: calc(100% - 32px);
	margin: 0 auto 72px;
}

.cpwh-hero {
	background-size: cover;
	background-position: center center;
	position: relative;
	margin: 0 auto 32px;
	width: 100%;
	max-width: 1100px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.cpwh-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
}

.cpwh-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 0 auto;
	padding: 0 12px;
}

.cpwh-hero-title {
	margin: 0 0 10px;
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.cpwh-hero-text {
	margin: 0 0 14px;
	font-size: 1.08rem;
	line-height: 1.5;
}

.cpwh-hero-text p,
.cpwh-hero-inner p {
	margin-bottom: 0;
}

.cpwh-hero-button.button {
	display: inline-block;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-weight: 700;
	border-radius: 4px;
	border: 0;
	padding: 9px 22px;
	line-height: 1.2;
	transition: transform .15s ease, filter .15s ease;
}

.cpwh-hero-button.button:hover,
.cpwh-hero-button.button:focus {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

.cpwh-landing-intro {
	max-width: 980px;
	margin: 0 auto 32px;
	text-align: center;
}

.cpwh-landing-intro h1 {
	margin: 0 0 14px;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 1.1;
	font-size: clamp(2rem, 4vw, 3rem);
}

.cpwh-landing-intro p {
	margin: 0 auto 12px;
	max-width: 980px;
	font-size: 1.05rem;
	line-height: 1.55;
}

.cpwh-account-rate {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(0,0,0,.06);
}

.cpwh-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	max-width: 1100px;
	margin: 0 auto;
}

.cpwh-card {
	background: #fff;
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 2px 10px rgba(0,0,0,.12);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.cpwh-card-media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 6px;
	margin: 0 0 14px;
	background: #eee;
}

.cpwh-card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cpwh-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.cpwh-card h2 {
	margin: 0 0 10px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 1.15;
	font-size: clamp(1.25rem, 2.1vw, 1.75rem);
}

.cpwh-card p {
	margin: 0 0 14px;
	color: #333;
	line-height: 1.45;
}

.cpwh-card p:last-child {
	margin-top: auto;
	margin-bottom: 0;
}

.cpwh-button,
a.button.cpwh-button {
	display: inline-block;
	background: #dfb72f;
	color: #200b05 !important;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-weight: 700;
	border-radius: 4px;
	border: 0;
	padding: 9px 22px;
	line-height: 1.2;
	transition: transform .15s ease, filter .15s ease;
}

.cpwh-button:hover,
.cpwh-button:focus,
a.button.cpwh-button:hover,
a.button.cpwh-button:focus {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

.cpwh-landing-locked,
.cpwh-fallback-link {
	text-align: center;
}

@media (max-width: 900px) {
	.cpwh-card-grid {
		grid-template-columns: 1fr;
		max-width: 560px;
	}
}

@media (max-width: 600px) {
	.cpwh-landing {
		width: calc(100% - 20px);
		margin-bottom: 48px;
	}

	.cpwh-card {
		padding: 14px;
	}

	.woocommerce ul.products li.product .cpwh-badge {
		top: 8px;
		left: 8px;
		font-size: .7rem;
		min-width: 50px;
		min-height: 50px;
		padding: 7px 8px;
	}
}
