/**
 * Shop shell + faceted sidebar (large-catalog retail layout)
 * Dark product cards: #1e1e1e containers, #e0e0e0 titles/prices
 */
.mgp-shop-page ul.products li.mgs-card,
.mgp-shop-page ul.products li.product {
	background: #1e1e1e !important;
	border: 1px solid #2e2e2e !important;
	border-radius: 8px !important;
}
.mgp-shop-page .mgs-card__title,
.mgp-shop-page .mgs-card__title a,
.mgp-shop-page .woocommerce-loop-product__title,
.mgp-shop-page .mgs-card__price,
.mgp-shop-page .price,
.mgp-shop-page .price .amount {
	color: #e0e0e0 !important;
}

/**
 * Shop shell + faceted sidebar (large-catalog retail layout)
 * Loaded only on shop / product taxonomy archives.
 */

/* --------------------------------------------------------------------------
   Layout grid: sticky sidebar + product main
   -------------------------------------------------------------------------- */
body.mgp-shop-shell .site-content,
body.mgp-shop-shell #content,
body.mgp-shop-shell #primary,
body.mgp-shop-shell .ast-container {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.mgp-shop-shell .sidebar-main,
body.mgp-shop-shell #secondary,
body.mgp-shop-shell .widget-area {
	display: none !important;
}

.mgp-shop-page {
	/* Transparent so site-wide --mgp-page-fade shows through */
	background: transparent !important;
	color: #e8eaed;
	min-height: 0;
	padding-bottom: 1.5rem;
}

/* Nuclear: kill white shop main column (Astra / main.css / WC wrappers).
   Page fade shows through; cards stay solid #1e1e1e panels. */
html body.mgp-shop-shell .mgp-shop-layout,
html body.mgp-shop-shell .mgp-shop-main,
html body.mgp-shop-shell .mgp-shop-main__toolbar,
html body.mgp-shop-shell .mgp-product-grid-wrap,
html body.mgp-shop-shell .woocommerce-products-header,
html body.mgp-shop-shell ul.products,
html body.woocommerce .mgp-shop-layout,
html body.woocommerce .mgp-shop-main,
html body.woocommerce .mgp-shop-page,
html body.tax-product_cat .mgp-shop-layout,
html body.tax-product_cat .mgp-shop-main,
html body.tax-product_cat .mgp-shop-page,
html body.mgp-shop-shell #primary,
html body.mgp-shop-shell .site-main,
html body.mgp-shop-shell .ast-woocommerce-container,
html body.mgp-shop-shell .ast-article-post,
html body.mgp-shop-shell .ast-article-single,
html body.mgp-shop-shell .entry-content {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

html body.mgp-shop-shell .mgp-shop-sidebar,
html body.woocommerce .mgp-shop-sidebar {
	background: #121212 !important;
}

html body.mgp-shop-shell ul.products li.product,
html body.mgp-shop-shell ul.products li.mgs-card,
html body.woocommerce .mgp-shop-page ul.products li.product {
	background: #1e1e1e !important;
	border-color: #2e2e2e !important;
	box-shadow: none !important;
}

/* Compact shop/category page header (was heavy NETWORK INVENTORY block) */
.mgp-shop-hero--hub {
	background:
		linear-gradient(105deg, rgba(12, 12, 12, 0.96) 0%, rgba(20, 20, 20, 0.92) 48%, rgba(90, 10, 18, 0.42) 100%),
		#121212;
	padding: 1.35rem 1rem 1.55rem;
	border-bottom: 1px solid #2e2e2e;
}

.mgp-shop-hero--hub .mgp-shop-hero__copy {
	max-width: 40rem;
}

.mgp-shop-hero--hub .mgp-shop-hero__crumbs {
	margin-bottom: 0.75rem;
	font-size: 0.7rem;
	color: #8a8a8a;
}

.mgp-shop-hero--hub .mgp-shop-hero__eyebrow {
	/* Brand red — match content-page kickers / SHOP ALL (not gold) */
	color: #e11d2e !important;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin: 0 0 0.55rem;
}

.mgp-shop-hero--hub .mgp-shop-hero__title {
	font-size: clamp(1.75rem, 4vw, 2.45rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin: 0 0 0.65rem;
	color: #fff;
}

.mgp-shop-hero--hub .mgp-shop-hero__lead {
	color: #d0d0d0;
	font-size: 1rem;
	font-weight: 450;
	line-height: 1.55;
	max-width: 38rem;
	margin: 0;
}

/* Child hub chips removed per storefront polish — keep selectors inert if cached HTML remains. */
.mgp-shop-hub-chips {
	display: none !important;
}

.mgp-shop-hero,
.mgp-shop-hero--compact {
	border-bottom: 1px solid #2e2e2e;
	background: #141414;
	padding: 0.6rem 1rem 0.7rem;
}

.mgp-shop-hero__inner {
	max-width: 1440px;
	margin: 0 auto;
}

/* Compact archives hide eyebrow; hub heroes keep the gold kicker. */
.mgp-shop-hero--compact .mgp-shop-hero__eyebrow {
	display: none;
}
.mgp-shop-hero--hub .mgp-shop-hero__eyebrow {
	display: block;
}

.mgp-shop-hero__title {
	margin: 0.15rem 0 0;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: #fff;
}

.mgp-shop-hero__lead {
	margin: 0.3rem 0 0;
	max-width: 42rem;
	color: #a0a0a0;
	line-height: 1.4;
	font-size: 0.8rem;
}

.mgp-shop-hero__crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
	align-items: center;
	font-size: 0.72rem;
	color: #8a8a8a;
	margin: 0 0 0.1rem;
}

.mgp-shop-hero__crumbs a {
	color: #cfcfcf;
	text-decoration: none;
}

.mgp-shop-hero__crumbs a:hover {
	color: #e11d2e;
}

/* Main shop grid */
.mgp-shop-layout {
	display: grid;
	grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
	gap: 0;
	max-width: 1500px;
	margin: 0 auto;
	align-items: start;
	min-height: 50vh;
	background: transparent !important;
}

.mgp-shop-main {
	background: transparent !important;
	min-width: 0;
}

@media (max-width: 960px) {
	.mgp-shop-layout {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   Sidebar facets — tighter premium refine panel
   -------------------------------------------------------------------------- */
.mgp-shop-sidebar {
	border-right: 1px solid #2e2e2e;
	background: #121212;
	position: sticky;
	/* Stay under sticky chrome+catnav (header z-index 4000) so mega menus win */
	top: 0;
	z-index: 1;
	max-height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 960px) {
	.mgp-shop-sidebar {
		position: relative;
		max-height: none;
		border-right: 0;
		border-bottom: 1px solid #2e2e2e;
		background: #141414;
	}
}

.mgp-shop-sidebar__inner {
	padding: 0.75rem 0.75rem 1.25rem;
}

.mgp-shop-sidebar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.55rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid #2e2e2e;
}

.mgp-shop-sidebar__head-actions {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

/* Desktop: hide mobile drawer chrome (mobile.css shows on ≤900px). */
.mgp-shop-sidebar__close,
.mgp-shop-sidebar__footer {
	display: none;
}

.mgp-shop-sidebar__title {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.mgp-shop-sidebar__clear {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ff6b78;
	text-decoration: none;
}

.mgp-shop-sidebar__clear:hover {
	text-decoration: underline;
	color: #fff;
}

.mgp-shop-sidebar__empty {
	font-size: 0.8rem;
	color: #8b939c;
	line-height: 1.4;
	margin: 0 0 0.65rem;
}

.mgp-shop-sidebar__brand-note {
	font-size: 0.72rem;
	color: #8b939c;
	line-height: 1.45;
	margin: 0 0 0.75rem;
	padding: 0.55rem 0.65rem;
	border: 1px dashed #3a3a3a;
	border-radius: 6px;
	background: #171717;
}

.mgp-facet {
	border: 1px solid #2a2a2a;
	border-radius: 6px;
	margin-bottom: 0.4rem;
	background: #1a1a1a;
	overflow: hidden;
}

.mgp-facet__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.4rem;
	padding: 0.5rem 0.65rem;
	cursor: pointer;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #e8e8e8;
	list-style: none;
	user-select: none;
	min-height: 2.4rem; /* touch-friendly */
}

.mgp-facet__summary::-webkit-details-marker {
	display: none;
}

.mgp-facet[open] > .mgp-facet__summary {
	border-bottom: 1px solid #2a2a2a;
	color: #fff;
}

.mgp-facet__count {
	display: inline-flex;
	min-width: 1.2rem;
	height: 1.2rem;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #e11d2e;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 800;
	padding: 0 0.3rem;
}

.mgp-facet__hint {
	color: #8a8a8a;
	font-size: 0.85rem;
	font-weight: 600;
}

.mgp-facet__list {
	list-style: none;
	margin: 0;
	padding: 0.25rem 0.35rem 0.4rem;
	/* Tall enough to browse many brands; still scrolls inside the facet panel */
	max-height: min(50vh, 24rem);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #3a3a3a transparent;
}

.mgp-facet__item a {
	display: grid;
	grid-template-columns: 0.85rem 1fr auto;
	gap: 0.4rem;
	align-items: center;
	padding: 0.32rem 0.4rem;
	border-radius: 4px;
	text-decoration: none;
	color: #c5cbd3;
	font-size: 0.8rem;
	min-height: 2rem;
}

.mgp-facet__item a:hover {
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.mgp-facet__item.is-active a {
	background: rgba(225, 29, 46, 0.12);
	color: #fff;
}

.mgp-facet__check {
	width: 0.8rem;
	height: 0.8rem;
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	border-radius: 3px;
	background: transparent;
}

.mgp-facet__item.is-active .mgp-facet__check {
	border-color: #e11d2e;
	background: #e11d2e;
	box-shadow: inset 0 0 0 2px #1a1a1a;
}

.mgp-facet__n {
	font-size: 0.68rem;
	color: #6f7780;
	font-variant-numeric: tabular-nums;
}

.mgp-shop-sidebar__quick {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-top: 0.75rem;
	padding-top: 0.65rem;
	border-top: 1px solid #2e2e2e;
}

.mgp-shop-sidebar__quick a {
	display: block;
	padding: 0.45rem 0.6rem;
	border-radius: 5px;
	background: #1e1e1e;
	border: 1px solid #2e2e2e;
	color: #e0e0e0;
	text-decoration: none;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	min-height: 2.35rem;
	line-height: 1.4;
}

.mgp-shop-sidebar__quick a:hover {
	background: #e11d2e;
	border-color: #e11d2e;
	color: #fff;
}

/* Mobile: compact refine drawer feel */
@media (max-width: 960px) {
	.mgp-shop-sidebar__inner {
		padding: 0.55rem 0.65rem 0.85rem;
	}

	.mgp-shop-sidebar__title {
		font-size: 0.68rem;
	}

	.mgp-facet {
		margin-bottom: 0.3rem;
	}

	.mgp-facet__summary {
		padding: 0.45rem 0.55rem;
		font-size: 0.7rem;
		min-height: 2.5rem;
	}

	.mgp-facet__list {
		max-height: min(45vh, 20rem);
		padding: 0.2rem 0.3rem 0.35rem;
	}

	.mgp-facet__item a {
		font-size: 0.78rem;
		padding: 0.35rem 0.4rem;
		min-height: 2.25rem;
	}

	.mgp-shop-sidebar__quick {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.3rem;
	}

	.mgp-shop-sidebar__quick a {
		flex: 1 1 calc(50% - 0.2rem);
		padding: 0.4rem 0.45rem;
		font-size: 0.65rem;
		min-height: 2.4rem;
	}
}

/* --------------------------------------------------------------------------
   Product main column
   -------------------------------------------------------------------------- */
.mgp-shop-main {
	padding: 1rem 1.15rem 2.5rem;
	min-width: 0;
}

.mgp-shop-main__toolbar {
	margin-bottom: 0.85rem;
}

.mgp-shop-main__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.mgp-shop-main .woocommerce-result-count,
.mgp-shop-main .woocommerce-ordering {
	margin: 0;
	color: #aeb4bc;
	font-size: 0.88rem;
}

.mgp-shop-main .woocommerce-ordering select {
	background: #12151a;
	color: #e8eaed;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	padding: 0.4rem 0.55rem;
}

/* Product grid: prevent layout breaks at retail scale */
body.mgp-shop-shell ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1rem;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body.mgp-shop-shell ul.products::before,
body.mgp-shop-shell ul.products::after {
	display: none !important;
	content: none !important;
}

body.mgp-shop-shell ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	background: #12151a;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

body.mgp-shop-shell ul.products li.product a img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #0a0c0f;
}

body.mgp-shop-shell ul.products li.product .woocommerce-loop-product__title {
	font-size: 0.92rem !important;
	line-height: 1.3 !important;
	color: #f2f4f6 !important;
	padding: 0 0.75rem !important;
	margin: 0.5rem 0 0.25rem !important;
}

body.mgp-shop-shell ul.products li.product .price {
	color: #e11d2e !important;
	font-weight: 700;
	padding: 0 0.75rem 0.75rem;
	margin: 0;
}

/* --------------------------------------------------------------------------
   FFL compliance page
   -------------------------------------------------------------------------- */
.mgp-ffl-page {
	background: #0a0c0f;
	color: #e8eaed;
	min-height: 100vh;
}

.mgp-ffl-hero {
	padding: 2.5rem 1.25rem 2rem;
	background: linear-gradient(135deg, #141820 0%, #0a0c0f 55%, #1a0a0c 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mgp-ffl-hero__inner {
	max-width: 900px;
	margin: 0 auto;
}

.mgp-ffl-hero__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	font-weight: 700;
	color: #c9a227;
}

.mgp-ffl-hero__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.15;
}

.mgp-ffl-hero__lead {
	margin: 0 0 1.25rem;
	color: #b0b7c0;
	line-height: 1.6;
	font-size: 1.05rem;
}

.mgp-ffl-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.mgp-ffl-main {
	padding: 2rem 1.25rem 3rem;
}

.mgp-ffl-grid {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

@media (max-width: 720px) {
	.mgp-ffl-grid {
		grid-template-columns: 1fr;
	}
}

.mgp-ffl-card {
	background: #12151a;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 1.25rem 1.35rem;
}

.mgp-ffl-card--wide {
	grid-column: 1 / -1;
}

.mgp-ffl-card h2 {
	margin: 0 0 0.75rem;
	font-size: 1.1rem;
	color: #fff;
}

.mgp-ffl-card p,
.mgp-ffl-card li {
	color: #b0b7c0;
	line-height: 1.55;
	font-size: 0.95rem;
}

.mgp-ffl-card ol {
	margin: 0;
	padding-left: 1.2rem;
}

.mgp-ffl-card li + li {
	margin-top: 0.4rem;
}

/* --------------------------------------------------------------------------
   Facet accordion — compact collapsible filters (not full-screen lists)
   -------------------------------------------------------------------------- */
.mgp-shop-sidebar {
	position: sticky;
	top: 0.75rem;
	align-self: start;
	max-height: calc(100vh - 1.5rem);
	overflow: auto;
}

.mgp-facet {
	border: 1px solid #2e2e2e;
	background: #1e1e1e;
	border-radius: 8px;
	margin: 0 0 0.5rem;
	padding: 0;
	overflow: hidden;
}

.mgp-facet__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	cursor: pointer;
	list-style: none;
	padding: 0.65rem 0.75rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #e0e0e0 !important;
	user-select: none;
}

.mgp-facet__summary::-webkit-details-marker {
	display: none;
}

.mgp-facet__summary::after {
	content: '+';
	color: #9a9a9a;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}

.mgp-facet[open] > .mgp-facet__summary::after {
	content: '−';
	color: #e11d2e;
}

.mgp-facet__hint {
	display: none; /* chevron via summary::after */
}

.mgp-facet__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.25rem;
	height: 1.25rem;
	padding: 0 0.35rem;
	border-radius: 999px;
	background: #e11d2e;
	color: #fff !important;
	font-size: 0.65rem;
	font-weight: 800;
}

/* Scrollable list — all brands reachable; panel stays usable */
.mgp-facet__list {
	list-style: none;
	margin: 0;
	padding: 0 0.35rem 0.5rem;
	max-height: min(50vh, 24rem);
	overflow-y: auto;
	border-top: 1px solid #2a2a2a;
}

.mgp-facet__item a {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.4rem;
	border-radius: 4px;
	color: #e0e0e0 !important;
	font-size: 0.82rem;
	text-decoration: none !important;
}

.mgp-facet__item a:hover {
	background: #242424;
	color: #fff !important;
}

.mgp-facet__item.is-active a {
	background: #2b2b2b;
	box-shadow: inset 0 0 0 1px #e11d2e;
	color: #fff !important;
}

.mgp-facet__check {
	width: 0.85rem;
	height: 0.85rem;
	border: 1px solid #555;
	border-radius: 3px;
	flex: 0 0 auto;
	background: #141414;
}

.mgp-facet__item.is-active .mgp-facet__check {
	background: #e11d2e;
	border-color: #e11d2e;
}

.mgp-facet__label {
	flex: 1 1 auto;
	min-width: 0;
}

.mgp-facet__n {
	color: #9a9a9a;
	font-size: 0.72rem;
}

.mgp-shop-sidebar__quick {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid #2e2e2e;
}

.mgp-shop-sidebar__quick a {
	display: block;
	padding: 0.5rem 0.65rem;
	background: #1e1e1e;
	border: 1px solid #3a3a3a;
	border-radius: 6px;
	color: #e0e0e0 !important;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
}

.mgp-shop-sidebar__quick a:hover {
	border-color: #e11d2e;
	color: #fff !important;
}

/* --------------------------------------------------------------------------
   Product archive pagination — dark premium shell
   -------------------------------------------------------------------------- */
.mgp-product-grid-wrap {
	width: 100%;
	min-width: 0;
}

.mgp-shop-pagination,
.mgp-shop-page .woocommerce-pagination,
.mgp-shop-main .woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
	display: block !important;
	visibility: visible !important;
	margin: 1.35rem 0 0 !important;
	padding: 0.85rem 0 1rem !important;
	border-top: 1px solid #2e2e2e;
	text-align: center;
	clear: both;
	width: 100%;
	background: transparent !important;
}

.mgp-shop-pagination ul,
.mgp-shop-page .woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.mgp-shop-pagination li,
.mgp-shop-page .woocommerce-pagination ul li {
	display: inline-block !important;
	margin: 0 !important;
	border: 0 !important;
	float: none !important;
	overflow: visible !important;
}

/* Inactive / default page links */
.mgp-shop-pagination a.page-numbers,
.mgp-shop-pagination a.prev,
.mgp-shop-pagination a.next,
.mgp-shop-page .woocommerce-pagination a.page-numbers,
.woocommerce nav.woocommerce-pagination a.page-numbers {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	min-height: 2.35rem;
	padding: 0.4rem 0.7rem !important;
	background: #1e1e1e !important;
	border: 1px solid #3a3a3a !important;
	border-radius: 6px !important;
	color: #e0e0e0 !important;
	font-size: 0.85rem !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	line-height: 1 !important;
	transition: border-color 0.12s ease, background 0.12s ease, color 0.12s ease;
}

.mgp-shop-pagination a.page-numbers:hover,
.mgp-shop-pagination a.prev:hover,
.mgp-shop-pagination a.next:hover,
.mgp-shop-page .woocommerce-pagination a.page-numbers:hover {
	background: #2b2b2b !important;
	border-color: #e11d2e !important;
	color: #ffffff !important;
}

/* Active page */
.mgp-shop-pagination span.page-numbers.current,
.mgp-shop-page .woocommerce-pagination span.page-numbers.current,
.woocommerce nav.woocommerce-pagination span.current {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	min-height: 2.35rem;
	padding: 0.4rem 0.7rem !important;
	background: #2b2b2b !important;
	border: 1px solid #e11d2e !important;
	box-shadow: inset 0 0 0 1px #e11d2e;
	border-radius: 6px !important;
	color: #ffffff !important;
	font-size: 0.85rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

/* Ellipsis */
.mgp-shop-pagination span.page-numbers.dots,
.mgp-shop-page .woocommerce-pagination span.dots {
	background: transparent !important;
	border: 0 !important;
	color: #9a9a9a !important;
	min-width: auto;
	padding: 0.4rem 0.35rem !important;
}
