.gme-sc-private-route,
.gme-sc-catalogue {
	--gme-teal: #078c89;
	--gme-teal-dark: #056f6d;
	--gme-blue: #2f74d0;
	--gme-orange: #ff7a18;
	--gme-ink: #09233b;
	--gme-muted: #5c6b7b;
	--gme-line: #d7e6e8;
	--gme-soft: #f6fbfb;
	--gme-shadow: 0 18px 45px rgba(9, 35, 59, .08);
	font-family: Inter, Arial, Helvetica, sans-serif;
	color: var(--gme-ink);
}

body,
body #page,
body .site,
body .site-content,
body .ast-container,
body .content-area,
body .entry-content {
	background: #fff !important;
}

.gme-sc-private-route {
	max-width: 1120px;
	margin: 48px auto;
	padding: 28px;
	border: 1px solid var(--gme-line);
	border-radius: 12px;
	background: #fff;
}

.gme-sc-catalogue {
	background: #fff;
}

.gme-sc-catalogue * {
	box-sizing: border-box;
}

.gme-sc-wrap {
	width: min(1240px, calc(100% - 32px));
	margin: 0 auto;
	padding: 24px 0 42px;
}

.gme-sc-preview-note,
.gme-sc-hero,
.gme-sc-search-panel,
.gme-sc-category-strip,
.gme-sc-toolbar,
.gme-sc-filters,
.gme-sc-product-card,
.gme-sc-empty {
	background: #fff;
	border: 1px solid var(--gme-line);
	border-radius: 16px;
}

.gme-sc-preview-note {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px 14px;
	margin-bottom: 14px;
	font-size: 13px;
	color: var(--gme-muted);
}

.gme-sc-preview-note strong {
	color: var(--gme-teal-dark);
}

.gme-sc-hero {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 26px;
	background: linear-gradient(135deg, #f8ffff, #fff7ef);
	box-shadow: var(--gme-shadow);
}

.gme-sc-eyebrow {
	margin: 0 0 7px;
	color: var(--gme-teal);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gme-sc-hero h1 {
	margin: 0;
	color: var(--gme-ink);
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: 0;
}

.gme-sc-hero p {
	max-width: 640px;
	margin: 10px 0 0;
	color: var(--gme-muted);
	font-size: 16px;
	line-height: 1.55;
}

.gme-sc-hero-actions,
.gme-sc-product-actions,
.gme-sc-toolbar-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.gme-sc-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 11px;
	border: 1px solid transparent;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.gme-sc-button:hover,
.gme-sc-menu button:hover,
.gme-sc-view-switch button:hover,
.gme-sc-category-card:hover,
.gme-sc-product-card:hover {
	transform: translateY(-1px);
}

.gme-sc-button--primary {
	background: var(--gme-teal);
	color: #fff;
}

.gme-sc-button--cart {
	background: var(--gme-orange);
	color: #fff;
}

.gme-sc-button--ghost {
	background: #fff;
	border-color: #a7cfd0;
	color: var(--gme-teal-dark);
}

.gme-sc-currency-selector,
.gme-sc-language-selector {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding: 6px 8px;
	border: 1px solid #c7dadd;
	border-radius: 999px;
	background: #fff;
	color: var(--gme-ink);
	font-size: 12px;
}

.gme-sc-currency-selector label,
.gme-sc-language-selector label {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	margin: 0;
	font-weight: 800;
}

.gme-sc-currency-selector select,
.gme-sc-language-selector select {
	min-height: 30px;
	border: 1px solid #d7e6e8;
	border-radius: 999px;
	background: #f8fbfb;
	color: var(--gme-ink);
	font-weight: 800;
}

.gme-sc-currency-selector a {
	color: var(--gme-teal-dark);
	font-weight: 800;
	text-decoration: none;
}

.gme-sc-currency-selector small {
	flex-basis: 100%;
	max-width: 320px;
	color: var(--gme-muted);
	font-size: 11px;
	line-height: 1.35;
}

.gme-sc-reference-notice {
	margin: 8px 0 0;
	padding: 9px 10px;
	border: 1px solid #b9dadb;
	border-left: 4px solid var(--gme-teal);
	border-radius: 10px;
	background: #f2fbfa;
	color: var(--gme-muted);
	font-size: 12px;
	line-height: 1.45;
}

.gme-sc-search-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	margin-top: 16px;
	padding: 14px;
}

.gme-sc-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	border: 2px solid var(--gme-teal);
	border-radius: 14px;
	overflow: hidden;
}

.gme-sc-search input {
	width: 100%;
	min-height: 52px;
	border: 0;
	padding: 0 16px;
	font-size: 15px;
	outline: 0;
}

.gme-sc-search button {
	min-width: 132px;
	border: 0;
	background: var(--gme-teal);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.gme-sc-search button span {
	display: inline-block;
	margin-right: 6px;
	font-size: 20px;
	line-height: 1;
}

.gme-sc-quick-menus {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.gme-sc-menu {
	position: relative;
}

.gme-sc-menu button {
	height: 100%;
	min-height: 52px;
	padding: 0 18px;
	border: 1px solid #c7dadd;
	border-radius: 12px;
	background: #f7fbfb;
	color: var(--gme-ink);
	font-weight: 800;
	cursor: pointer;
}

.gme-sc-menu-panel {
	position: absolute;
	right: 0;
	z-index: 20;
	width: min(320px, 82vw);
	max-height: 320px;
	overflow: auto;
	margin-top: 8px;
	padding: 10px;
	border: 1px solid var(--gme-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--gme-shadow);
}

.gme-sc-menu-panel a,
.gme-sc-menu-panel span {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--gme-ink);
	text-decoration: none;
	font-size: 14px;
}

.gme-sc-menu-panel a:hover {
	background: var(--gme-soft);
	color: var(--gme-teal-dark);
}

.gme-sc-category-strip {
	margin-top: 18px;
	padding: 16px;
}

.gme-sc-section-head,
.gme-sc-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.gme-sc-section-head h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
}

.gme-sc-section-head a,
.gme-sc-clear {
	color: var(--gme-teal-dark);
	font-weight: 800;
	text-decoration: none;
}

.gme-sc-category-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.gme-sc-category-card {
	display: grid;
	gap: 8px;
	min-height: 190px;
	padding: 12px;
	border: 1px solid var(--gme-line);
	border-radius: 14px;
	background: #fff;
	color: var(--gme-ink);
	text-decoration: none;
	box-shadow: 0 9px 24px rgba(9, 35, 59, .05);
}

.gme-sc-category-art {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 14px;
	background: #e9f8f7;
	color: var(--gme-teal-dark);
	font-weight: 900;
}

.gme-sc-category-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.gme-sc-category-art .gme-sc-image-frame {
	border-radius: inherit;
}

.gme-sc-image-frame--category-card .gme-sc-image-watermark {
	font-size: 7px;
	letter-spacing: .12em;
}

.gme-sc-category-card strong {
	font-size: 14px;
	line-height: 1.2;
}

.gme-sc-category-card small {
	color: var(--gme-muted);
	font-size: 12px;
}

.gme-sc-category-description {
	color: var(--gme-muted);
	font-size: 12px;
	line-height: 1.35;
}

.gme-sc-category-card em {
	align-self: end;
	color: var(--gme-teal-dark);
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.gme-sc-category-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	gap: 24px;
	align-items: center;
	padding: 28px;
	border: 1px solid var(--gme-line);
	border-radius: 18px;
	background: linear-gradient(135deg, #f7ffff, #fff8f1);
	box-shadow: var(--gme-shadow);
}

.gme-sc-category-hero h1 {
	margin: 0;
	color: var(--gme-ink);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.04;
	font-weight: 900;
}

.gme-sc-category-hero p {
	max-width: 680px;
	margin: 12px 0 0;
	color: var(--gme-muted);
	font-size: 16px;
	line-height: 1.55;
}

.gme-sc-category-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 18px;
}

.gme-sc-category-stats span {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 7px 12px;
	border: 1px solid #b9dadb;
	border-radius: 999px;
	background: #fff;
	color: var(--gme-teal-dark);
	font-size: 13px;
	font-weight: 900;
}

.gme-sc-category-hero-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	max-width: 640px;
	margin-top: 18px;
	overflow: hidden;
	border: 2px solid var(--gme-teal);
	border-radius: 14px;
	background: #fff;
}

.gme-sc-category-hero-search input[type="search"] {
	min-height: 50px;
	border: 0;
	padding: 0 15px;
	color: var(--gme-ink);
	font-size: 15px;
	outline: 0;
}

.gme-sc-category-hero-search button {
	min-width: 112px;
	border: 0;
	background: var(--gme-teal);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.gme-sc-quick-filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 13px;
}

.gme-sc-quick-filter-buttons a {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 6px 11px;
	border: 1px solid #b9dadb;
	border-radius: 999px;
	background: #fff;
	color: var(--gme-teal-dark);
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

.gme-sc-category-hero-art {
	display: grid;
	min-height: 260px;
	place-items: center;
	overflow: hidden;
	border: 1px solid #c7dfe1;
	border-radius: 18px;
	background: #eef8f7;
}

.gme-sc-category-hero-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gme-sc-category-hero-art span {
	display: grid;
	width: 132px;
	height: 132px;
	place-items: center;
	border-radius: 32px;
	background: #fff;
	color: var(--gme-teal-dark);
	font-size: 42px;
	font-weight: 900;
	box-shadow: var(--gme-shadow);
}

.gme-sc-category-placeholders {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.gme-sc-category-placeholders article {
	padding: 18px;
	border: 1px solid var(--gme-line);
	border-left: 4px solid var(--gme-teal);
	border-radius: 14px;
	background: #fff;
}

.gme-sc-category-placeholders h2 {
	margin: 0 0 7px;
	font-size: 18px;
}

.gme-sc-category-placeholders p {
	margin: 0;
	color: var(--gme-muted);
	line-height: 1.5;
}

.gme-sc-catalogue-form {
	margin-top: 18px;
}

.gme-sc-featured-products,
.gme-sc-export-info,
.gme-sc-recently-viewed,
.gme-sc-category-analytics {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid var(--gme-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(9, 35, 59, .05);
}

.gme-sc-featured-products .gme-sc-products,
.gme-sc-recently-viewed .gme-sc-products {
	margin-top: 14px;
}

.gme-sc-export-grid,
.gme-sc-analytics-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.gme-sc-export-grid article {
	min-height: 126px;
	padding: 16px;
	border: 1px solid #cfe2e4;
	border-left: 4px solid var(--gme-teal);
	border-radius: 14px;
	background: #f8ffff;
}

.gme-sc-export-grid article:nth-child(2) {
	border-left-color: var(--gme-blue);
	background: #f7faff;
}

.gme-sc-export-grid article:nth-child(3) {
	border-left-color: var(--gme-orange);
	background: #fffaf5;
}

.gme-sc-export-grid article:nth-child(4) {
	border-left-color: #7667d8;
	background: #f8f7ff;
}

.gme-sc-export-grid h3 {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.25;
}

.gme-sc-export-grid p {
	margin: 0;
	color: var(--gme-muted);
	font-size: 13px;
	line-height: 1.48;
}

.gme-sc-all-products {
	margin-top: 18px;
}

.gme-sc-recently-viewed h3 {
	margin: 16px 0 10px;
	font-size: 16px;
}

.gme-sc-analytics-grid span {
	display: grid;
	gap: 3px;
	padding: 14px;
	border: 1px solid #d7e6e8;
	border-radius: 14px;
	background: #f8fbfb;
	color: var(--gme-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.gme-sc-analytics-grid strong {
	color: var(--gme-teal-dark);
	font-size: 25px;
	line-height: 1;
}

.gme-sc-toolbar {
	padding: 14px 16px;
	border: 1px solid var(--gme-line);
	border-radius: 16px;
	background: #fff;
}

.gme-sc-toolbar strong {
	font-size: 21px;
}

.gme-sc-toolbar span {
	color: var(--gme-muted);
}

.gme-sc-toolbar label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
}

.gme-sc-toolbar select,
.gme-sc-filters select,
.gme-sc-filters input {
	min-height: 40px;
	border: 1px solid #cad8dd;
	border-radius: 10px;
	background: #fff;
	padding: 0 11px;
	color: var(--gme-ink);
}

.gme-sc-view-switch {
	display: flex;
	padding: 4px;
	border: 1px solid #d6e4e7;
	border-radius: 12px;
	background: #f7fbfb;
}

.gme-sc-view-switch button {
	min-height: 34px;
	padding: 0 12px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: var(--gme-muted);
	font-weight: 800;
	cursor: pointer;
}

.gme-sc-view-switch button.is-active {
	background: var(--gme-teal);
	color: #fff;
}

.gme-sc-filter-toggle {
	display: none;
	min-height: 40px;
	padding: 0 13px;
	border: 1px solid #cad8dd;
	border-radius: 10px;
	background: #fff;
	font-weight: 800;
}

.gme-sc-layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 18px;
	margin-top: 18px;
}

.gme-sc-filters {
	align-self: start;
	position: sticky;
	top: 18px;
	padding: 16px;
}

.gme-sc-filter-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.gme-sc-filter-head span {
	display: block;
	color: var(--gme-teal);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gme-sc-filter-head strong {
	display: block;
	font-size: 21px;
}

.gme-sc-filter-head button {
	display: none;
}

.gme-sc-filter-group {
	border-top: 1px solid #e3eef0;
	padding: 10px 0;
}

.gme-sc-filter-group summary {
	cursor: pointer;
	font-weight: 800;
}

.gme-sc-filter-group select {
	width: 100%;
	margin-top: 10px;
}

.gme-sc-price-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 10px;
}

.gme-sc-price-row label span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: var(--gme-muted);
}

.gme-sc-price-row input {
	width: 100%;
}

.gme-sc-filter-submit {
	width: 100%;
	margin: 12px 0 8px;
}

.gme-sc-filters > .gme-sc-button--ghost {
	width: 100%;
}

.gme-sc-products {
	display: grid;
	gap: 16px;
}

.gme-sc-products--grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gme-sc-product-card {
	overflow: hidden;
	border-color: #b9d8d9;
	box-shadow: 0 12px 28px rgba(9, 35, 59, .06);
	transition: transform .18s ease, box-shadow .18s ease;
}

.gme-sc-product-card:hover {
	box-shadow: var(--gme-shadow);
}

.gme-sc-product-media {
	position: relative;
	display: grid;
	min-height: 210px;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(135deg, #f7fbfb, #fff);
}

.gme-sc-product-media img {
	width: 100%;
	height: 210px;
	object-fit: contain;
	padding: 18px;
}

.gme-sc-image-frame {
	position: relative;
	display: grid;
	width: 100%;
	height: 100%;
	min-height: inherit;
	place-items: center;
	overflow: hidden;
	isolation: isolate;
}

.gme-sc-image-frame > img {
	position: relative;
	z-index: 1;
}

.gme-sc-image-watermark {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: rgba(255, 255, 255, .96);
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: clamp(17px, 2.6vw, 34px);
	font-weight: var(--gme-watermark-weight, 600);
	letter-spacing: var(--gme-watermark-spacing, .3em);
	line-height: 1;
	opacity: var(--gme-watermark-opacity, .07);
	pointer-events: none;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .36), 0 0 1px rgba(0, 0, 0, .26);
	text-transform: uppercase;
	transform: rotate(var(--gme-watermark-angle, -38deg));
	user-select: none;
	white-space: nowrap;
}

.gme-sc-image-frame--thumb .gme-sc-image-watermark,
.gme-sc-image-frame--cart .gme-sc-image-watermark {
	font-size: 9px;
	letter-spacing: .18em;
}

.gme-sc-image-frame--main .gme-sc-image-watermark,
.gme-sc-image-frame--zoom .gme-sc-image-watermark {
	font-size: clamp(24px, 4.8vw, 72px);
}

.gme-sc-product-body {
	display: grid;
	gap: 11px;
	padding: 16px;
}

.gme-sc-product-title {
	min-height: 44px;
	color: var(--gme-ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.gme-sc-product-title:hover {
	color: var(--gme-teal-dark);
}

.gme-sc-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 30px;
	color: var(--gme-muted);
	font-size: 13px;
}

.gme-sc-product-meta span,
.gme-sc-pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #f2f7f8;
}

.gme-sc-pill {
	background: #e8f6f5;
	color: var(--gme-teal-dark);
	font-weight: 800;
}

.gme-sc-product-price {
	color: var(--gme-orange);
	font-size: 17px;
	font-weight: 900;
}

.gme-sc-product-price del {
	color: #8b98a8;
	font-weight: 600;
}

.gme-sc-product-price ins {
	text-decoration: none;
}

.gme-sc-product-actions {
	align-items: stretch;
}

.gme-sc-product-actions .gme-sc-button {
	flex: 1 1 130px;
}

.gme-sc-products--list {
	grid-template-columns: 1fr;
}

.gme-sc-product-card--list {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) 190px;
	align-items: center;
}

.gme-sc-product-card--list .gme-sc-product-media {
	min-height: 150px;
}

.gme-sc-product-card--list .gme-sc-product-media img {
	height: 150px;
}

.gme-sc-product-card--list .gme-sc-product-title {
	min-height: 0;
	font-size: 20px;
}

.gme-sc-list-details {
	display: grid;
	gap: 6px;
	color: var(--gme-muted);
	font-size: 14px;
}

.gme-sc-list-action {
	display: grid;
	gap: 12px;
	padding: 16px;
}

.gme-sc-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 22px;
}

.gme-sc-pagination a {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid #bed8da;
	border-radius: 10px;
	color: var(--gme-ink);
	font-weight: 800;
	text-decoration: none;
}

.gme-sc-pagination a.is-active {
	background: var(--gme-teal);
	color: #fff;
}

.gme-sc-empty {
	padding: 42px 24px;
	text-align: center;
}

.gme-sc-empty h2 {
	margin: 0 0 8px;
	font-size: 28px;
}

.gme-sc-empty p {
	max-width: 560px;
	margin: 0 auto 18px;
	color: var(--gme-muted);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

@media (max-width: 1100px) {
	.gme-sc-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.gme-sc-products--grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.gme-sc-wrap {
		width: min(100% - 20px, 1240px);
		padding-top: 14px;
	}

	.gme-sc-hero,
	.gme-sc-category-hero,
	.gme-sc-search-panel,
	.gme-sc-toolbar,
	.gme-sc-product-card--list {
		grid-template-columns: 1fr;
		display: grid;
	}

	.gme-sc-category-placeholders {
		grid-template-columns: 1fr;
	}

	.gme-sc-export-grid,
	.gme-sc-analytics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gme-sc-section-head {
		align-items: flex-start;
	}

	.gme-sc-search {
		grid-template-columns: 1fr;
	}

	.gme-sc-search button {
		min-height: 46px;
	}

	.gme-sc-quick-menus {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.gme-sc-menu button {
		width: 100%;
	}

	.gme-sc-toolbar-actions {
		width: 100%;
		justify-content: space-between;
	}

	.gme-sc-filter-toggle {
		display: inline-flex;
		align-items: center;
	}

	.gme-sc-layout {
		grid-template-columns: 1fr;
	}

	.gme-sc-filters {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 9999;
		width: min(340px, 92vw);
		max-width: 100%;
		overflow: auto;
		border-radius: 0;
		transform: translateX(-105%);
		transition: transform .2s ease;
		box-shadow: 22px 0 50px rgba(9, 35, 59, .16);
	}

	.gme-sc-filters.is-open {
		transform: translateX(0);
	}

	.gme-sc-filter-head button {
		display: grid;
		width: 36px;
		height: 36px;
		place-items: center;
		border: 0;
		border-radius: 999px;
		background: #edf8f7;
		color: var(--gme-teal-dark);
		font-size: 22px;
		cursor: pointer;
	}
}

@media (max-width: 620px) {
	.gme-sc-category-grid,
	.gme-sc-products--grid {
		grid-template-columns: 1fr;
	}

	.gme-sc-category-strip .gme-sc-category-grid,
	.gme-sc-recently-viewed .gme-sc-category-grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(210px, 78vw);
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
	}

	.gme-sc-category-strip .gme-sc-category-card,
	.gme-sc-recently-viewed .gme-sc-category-card {
		scroll-snap-align: start;
	}

	.gme-sc-category-hero-search,
	.gme-sc-export-grid,
	.gme-sc-analytics-grid {
		grid-template-columns: 1fr;
	}

	.gme-sc-hero {
		padding: 20px;
	}

	.gme-sc-hero-actions,
	.gme-sc-toolbar-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.gme-sc-toolbar label,
	.gme-sc-toolbar select,
	.gme-sc-toolbar .gme-sc-button {
		width: 100%;
	}

	.gme-sc-view-switch {
		width: 100%;
	}

	.gme-sc-view-switch button {
		flex: 1;
	}
}

.gme-sc-category-faq,
.gme-sc-category-glossary {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #d7e6e8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(9, 35, 59, .05);
}

.gme-sc-faq-list,
.gme-sc-glossary-grid {
	display: grid;
	gap: 10px;
}

.gme-sc-glossary-grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gme-sc-faq-item {
	border: 1px solid #d8e8eb;
	border-left: 4px solid #078c89;
	border-radius: 13px;
	background: #fff;
	overflow: hidden;
}

.gme-sc-faq-item summary {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	color: #09233b;
	font-weight: 850;
	cursor: pointer;
}

.gme-sc-faq-item div {
	padding: 0 14px 13px;
	color: #20374d;
}

.gme-sc-glossary-card {
	padding: 14px;
	border: 1px solid #d8e8eb;
	border-left: 4px solid #2f74d0;
	border-radius: 13px;
	background: #fff;
}

.gme-sc-glossary-card h3 {
	margin: 0 0 7px;
	color: #09233b;
	font-size: 17px;
}

.gme-sc-glossary-card p {
	margin: 0 0 9px;
	color: #314960;
	font-size: 13.5px;
	line-height: 1.5;
}
