.cp-collection-page--events {
	--cp-collection-tint: #f0f0ec;
	--cp-collection-ink: #151515;
}

.cp-collection-page--events .cp-merch-hero__media img {
	object-position: center;
}

.cp-collection-page--events .cp-front-section:has(.cp-collection-proof) {
	padding-block: clamp(38px, 4vw, 54px);
}

.cp-collection-page--events .cp-collection-proof {
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
	gap: clamp(28px, 3.5vw, 44px);
	align-items: center;
}

.cp-collection-page--events .cp-collection-proof__image {
	max-width: 520px;
	justify-self: end;
}

.cp-collection-page--events .cp-collection-proof__image img {
	aspect-ratio: 4 / 3;
}

.cp-collection-page--events .cp-collection-checklist {
	margin-top: 22px;
	gap: 10px;
}

.cp-collection-page--events .cp-collection-checklist li {
	min-height: 96px;
	padding: 18px;
}

.cp-collection-page--events .cp-collection-use-grid {
	gap: 12px;
}

.cp-collection-page--events .cp-collection-use-grid article {
	min-height: 160px;
	padding: 20px 22px;
}

.cp-collection-page--events .cp-collection-use-grid h3 {
	margin-bottom: 10px;
	font-size: clamp(1.45rem, 1.18rem + 0.72vw, 1.8rem);
	line-height: 1.14;
}

.cp-collection-page--events .cp-collection-use-grid p {
	font-size: var(--cp-text-sm);
	line-height: 1.55;
}

.cp-collection-page--events .cp-collection-products .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 12px !important;
}

.cp-collection-page--events .cp-collection-products .woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
}

.cp-collection-page--events .cp-collection-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: var(--cp-text-md);
	line-height: 1.25;
}

@media (max-width: 900px) {
	.cp-collection-page--events .cp-collection-proof {
		grid-template-columns: 1fr;
	}

	.cp-collection-page--events .cp-collection-proof__image {
		max-width: 100%;
		justify-self: stretch;
	}

	.cp-collection-page--events .cp-collection-products .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 901px) and (max-width: 1180px) {
	.cp-collection-page--events .cp-collection-products .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}
