/* Only the shortcode grid differs from the catalog component layout. */
.cmcp-top-sellers {
	width: 100%;
	min-width: 0;
}

.cmcp-top-sellers-page #colophon,.cmcp-top-sellers-page .site-footer{display:none!important}
.cmcp-top-sellers-page .site-content>.ast-container{max-width:none;padding:0}.cmcp-top-sellers-page #primary{width:100%;margin:0}.cmcp-top-sellers-page .site-main{padding:0}.cmcp-top-sellers-page .entry-header{display:none}.cmcp-top-sellers-page .entry-content{margin:0}
.cmcp-top-sellers--archive { width:min(1400px,calc(100% - 40px)); margin:0 auto; padding:26px 0 56px; }
.cmcp-top-sellers__header{margin-bottom:26px}.cmcp-top-sellers__header h1{margin:0 0 8px;color:#101828;font-size:clamp(30px,3vw,40px);font-weight:750;line-height:1.18;letter-spacing:-.025em}
.cmcp-top-sellers__breadcrumb { display:flex; gap:8px; align-items:center; margin-bottom:10px; color:#667085; font-size:13px; }
.cmcp-top-sellers__breadcrumb a { color:#0a6cff; text-decoration:none; }
.cmcp-top-sellers__subtitle { margin:0; color:#667085; font-size:15px; }
.cmcp-top-sellers__empty{padding:28px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#667085;text-align:center}
.cmcp-top-sellers-page .cmcp-catalog-footer{width:100%;margin-left:0}
@media(max-width:767px) { .cmcp-top-sellers--archive { width:min(100% - 24px,1400px); padding-bottom:36px; } }

.cmcp-top-sellers > ul.products.cmcp-grid.cmcp-top-sellers__grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 14px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.cmcp-top-sellers > ul.products.cmcp-grid.cmcp-top-sellers__grid::before,
.cmcp-top-sellers > ul.products.cmcp-grid.cmcp-top-sellers__grid::after {
	display: none !important;
	content: none !important;
}

.cmcp-top-sellers > ul.products.cmcp-grid.cmcp-top-sellers__grid > li.product {
	display: flex !important;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
	flex-direction: column;
}

@media (max-width: 1279px) {
	.cmcp-top-sellers > ul.products.cmcp-grid.cmcp-top-sellers__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1023px) {
	.cmcp-top-sellers > ul.products.cmcp-grid.cmcp-top-sellers__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.cmcp-top-sellers > ul.products.cmcp-grid.cmcp-top-sellers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 359px) {
	.cmcp-top-sellers > ul.products.cmcp-grid.cmcp-top-sellers__grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}


/* Top sellers catalog toolbar: count only */
body.cmcp-top-sellers-page.cmcp-catalog-active .cmcp-catalog-heading .cmcp-catalog-breadcrumb,
body.cmcp-top-sellers-page.cmcp-catalog-active .cmcp-catalog-heading .cmcp-catalog-title,
body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-catalog-heading .cmcp-catalog-breadcrumb,
body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-catalog-heading .cmcp-catalog-title{
	display:none !important;
}

body.cmcp-top-sellers-page.cmcp-catalog-active .cmcp-catalog-heading,
body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-catalog-heading{
	position:absolute !important;
	left:10px !important;
	top:50% !important;
	dis:flex !important;
	align-items:center !important;
	justify-content:flex-start !important;
	width:auto !important;
	min-height:32px !important;
	margin:0 !important;
	transform:translateY(-50%) !important;
}

body.cmcp-top-sellers-page.cmcp-catalog-active .cmcp-results,
body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-results{
	dis:block !important;
	margin:0 !important;
	text-align:left !important;
	white-space:nowrap !important;
}

@media(max-width:768px){
	body.cmcp-top-sellers-page.cmcp-catalog-active .cmcp-catalog-heading,
	body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-catalog-heading{
		position:static !important;
		transform:none !important;
		width:100% !important;
	}
}
