/* Sale page hero only.
 * All catalog geometry, filters, toolbar and product cards intentionally inherit
 * the exact same shared styles as the main Shop catalog.
 */

.cmcp-sale-hero{
	dis:block;
	width:100%;
	min-height:0;
	margin:0 0 14px;
	padding:0;
	overflow:hidden;
	border:1px solid #e7edf5;
	border-radius:16px;
	background:#f3f7fc;
	line-height:0;
}

.cmcp-sale-hero__image{
	dis:block;
	width:100%;
	height:auto;
	max-width:none;
}

/* Prevent any legacy theme/sidebar filters from appearing beside CMCP. */
body.cmcp-sale-catalog-active .cmcp-catalog-layout > .cmcp-filter-sidebar ~ .cmcp-filter-sidebar,
body.cmcp-sale-catalog-active .cmcp-filter-sidebar .cmcp-filters ~ .cmcp-filters,
body.cmcp-sale-catalog-active :is(
	#secondary,
	.widget-area.secondary,
	.ast-left-sidebar,
	.ast-right-sidebar,
	.woocommerce-sidebar,
	.sidebar-main
){
	display:none !important;
}

@media(max-width:520px){
	.cmcp-sale-hero{
		margin-bottom:14px;
		border-radius:14px;
	}
}


/* Match Sale hero geometry to main catalog */
.cmcp-sale-hero__image{
	aspect-ratio:3.57/1 !important;
	height:auto !important;
	object-fit:cover !important;
	object-position:center !important;
}
