:root {
	--gp-font-sans: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--gp-font-mono: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--gp-orange: #f97316;
	--gp-orange-dark: #c2410c;
	--gp-dark: #1f2937;
	--gp-muted: #6b7280;
	--gp-line: #e5e7eb;
	--gp-soft: #f8fafc;
	--gp-white: #ffffff;
	--gp-green: #16a34a;
	--gp-red: #dc2626;
	--gp-teal: #27a7b8;
	--gp-amber: #ffc107;
	--gp-purple: #6f42c1;
	--gp-blue: #3c8dbc;
}

.gp-standalone,
.gp-standalone input,
.gp-standalone select,
.gp-standalone textarea,
.gp-standalone button,
.gp-standalone table,
.gp-standalone th,
.gp-standalone td,
.gp-standalone .btn,
.gp-standalone .card,
.gp-standalone .modal-content,
.gp-standalone .form-control,
.gp-public,
.gp-public input,
.gp-public select,
.gp-public textarea,
.gp-public button,
.gp-public table,
.gp-public th,
.gp-public td,
.gp-public .btn,
.gp-public .form-control {
	font-family: var(--gp-font-sans);
}

.gp-page-header {
	padding: 15px 0 10px;
}

.gp-page-title {
	color: #111827;
	font-size: 2.1rem;
	font-weight: 800;
	margin: 0;
	letter-spacing: -0.025em;
}

.gp-page-subtitle {
	color: #4b5563;
	font-size: 0.95rem;
	margin: 6px 0 0;
}

.gp-card {
	background: var(--gp-white);
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 14px;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
	margin-bottom: 1rem;
	padding: 1.25rem;
}

.gp-panel-card {
	border-top: 3px solid rgba(249, 115, 22, .85);
}

.gp-panel-card h5 {
	color: #111827;
	font-size: 1.08rem;
	font-weight: 700;
	margin: 0 0 .75rem;
	letter-spacing: -0.015em;
}

.gp-card canvas {
	display: block;
	height: 160px !important;
	max-height: 160px;
	min-height: 160px;
	width: 100% !important;
}

.gp-metric {
	min-height: 108px;
	overflow: hidden;
	padding: 14px 56px 14px 16px;
	position: relative;
}

.gp-metric::after {
	color: rgba(0, 0, 0, .14);
	content: attr(data-icon);
	font-family: "Font Awesome 5 Free";
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}

.gp-metric-teal,
.gp-metric-green,
.gp-metric-red,
.gp-metric-purple,
.gp-metric-amber {
	color: #ffffff !important;
}

.gp-metric-teal {
	background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%) !important;
}

.gp-metric-green {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}

.gp-metric-amber {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
}

.gp-metric-red {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
}

.gp-metric-purple {
	background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%) !important;
}

.gp-metric-teal::after,
.gp-metric-green::after,
.gp-metric-red::after,
.gp-metric-purple::after,
.gp-metric-amber::after {
	color: rgba(255, 255, 255, .16) !important;
}

.gp-metric-teal .gp-metric-label,
.gp-metric-green .gp-metric-label,
.gp-metric-red .gp-metric-label,
.gp-metric-purple .gp-metric-label,
.gp-metric-amber .gp-metric-label,
.gp-metric-teal .gp-metric-value,
.gp-metric-green .gp-metric-value,
.gp-metric-red .gp-metric-value,
.gp-metric-purple .gp-metric-value,
.gp-metric-amber .gp-metric-value,
.gp-metric-teal .gp-metric-note,
.gp-metric-green .gp-metric-note,
.gp-metric-red .gp-metric-note,
.gp-metric-purple .gp-metric-note,
.gp-metric-amber .gp-metric-note {
	color: #ffffff !important;
}

.gp-metric .gp-card-action {
	color: rgba(255, 255, 255, 0.9) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
	width: 100%;
	padding-top: 8px;
	margin-top: 12px;
	display: inline-flex;
}

.gp-card-link:hover .gp-metric .gp-card-action {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.gp-metric-label {
	font-size: .88rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	opacity: 0.9;
}

.gp-metric-value {
	font-family: var(--gp-font-mono);
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1.15;
	margin: 4px 0 6px;
	letter-spacing: -0.02em;
}

.gp-metric-note {
	font-size: 0.82rem;
	opacity: 0.75;
}

.gp-metric .gp-btn {
	padding: .25rem .5rem;
}

.gp-badge {
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	padding: 6px 10px;
}

.gp-badge-ready,
.gp-badge-resolved {
	background: #dcfce7;
	color: #166534;
}

.gp-badge-pre_order,
.gp-badge-processing {
	background: #ffedd5;
	color: #9a3412;
}

.gp-badge-unavailable,
.gp-badge-rejected {
	background: #fee2e2;
	color: #991b1b;
}

.gp-badge-open {
	background: #e0f2fe;
	color: #075985;
}

.gp-badge-quality-a {
	background: #dcfce7;
	color: #15803d;
}

.gp-badge-quality-b {
	background: #fef9c3;
	color: #a16207;
}

.gp-badge-quality-c {
	background: #fee2e2;
	color: #b91c1c;
}

.gp-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.gp-btn {
	border: 0;
	border-radius: .25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 600;
	padding: .375rem .75rem;
	text-decoration: none;
}

.gp-btn-primary {
	background: var(--gp-orange);
	color: #fff;
}

.gp-btn-primary:hover {
	background: var(--gp-orange-dark);
	color: #fff;
}

.gp-btn-muted {
	background: #f3f4f6;
	color: var(--gp-dark);
}

.gp-form-control {
	border: 1px solid var(--gp-line);
	border-radius: 999px;
	padding: 11px 14px;
	width: 100%;
}

.gp-search-field {
	margin: 0;
	position: relative;
}

.gp-search-field i {
	color: var(--gp-muted);
	left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.gp-search-field .gp-form-control {
	padding-left: 42px;
}

.gp-empty {
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: var(--gp-muted);
	padding: 28px;
	text-align: center;
}
.gp-empty-error { background: #fff7ed; border-color: #fdba74; color: #9a3412; }

.gp-compare-up {
	color: var(--gp-green);
}

.gp-compare-down {
	color: var(--gp-red);
}

.gp-compare-flat {
	color: var(--gp-muted);
}

.gp-filter-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.gp-filter-tabs a {
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	color: var(--gp-dark);
	font-size: 13px;
	font-weight: 600;
	padding: .375rem .75rem;
	text-decoration: none;
}

.gp-filter-tabs a.active {
	background: var(--gp-orange);
	border-color: var(--gp-orange);
	color: #fff;
}

.gp-public {
	background: var(--gp-white);
	color: var(--gp-dark);
	font-family: var(--gp-font-sans);
	margin: 0;
}

.gp-public-shell {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 18px 42px;
}

.gp-public-nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 18px 0;
}

.gp-public-brand {
	align-items: center;
	color: var(--gp-dark);
	display: flex;
	font-size: 18px;
	font-weight: 900;
	gap: 10px;
	text-decoration: none;
}

.gp-public-brand img {
	border-radius: 50%;
	height: 38px;
	width: 38px;
}

.gp-nav-whatsapp i,
.gp-service-card .gp-btn i,
.gp-filter-grid .gp-btn i {
	font-size: 16px;
}

.gp-floating-whatsapp {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	bottom: 18px;
	box-shadow: 0 16px 36px rgba(22, 163, 74, .35);
	color: #fff;
	display: none;
	font-size: 28px;
	height: 58px;
	justify-content: center;
	position: fixed;
	right: 18px;
	text-decoration: none;
	width: 58px;
	z-index: 1000;
}

.gp-floating-whatsapp:hover {
	background: #16a34a;
	color: #fff;
}

.gp-public-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 28px;
	padding: 22px 0 24px;
}

.gp-public h1 {
	font-size: clamp(34px, 5vw, 58px);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 14px;
}

.gp-public-lead {
	color: var(--gp-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

.gp-public-panel {
	background: var(--gp-soft);
	border: 1px solid var(--gp-line);
	border-radius: 18px;
	padding: 18px;
}

.gp-filter-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)) auto;
	margin: 18px 0 24px;
	position: relative;
}

.gp-filter-grid.is-loading {
	opacity: .7;
}

.gp-filter-grid.is-loading::after {
	align-items: center;
	background: rgba(255, 255, 255, .92);
	border: 1px solid var(--gp-line);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
	color: var(--gp-dark);
	content: "Memuat hasil...";
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	padding: 10px 14px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 2;
}

.gp-result-summary {
	align-items: center;
	color: var(--gp-muted);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 9px;
	margin: -8px 0 18px;
}

.gp-result-summary i {
	color: var(--gp-orange);
}

.gp-result-summary a {
	color: var(--gp-orange-dark);
	text-decoration: none;
}

.gp-service-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-service-card {
	background: var(--gp-white);
	border: 1px solid var(--gp-line);
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 18px;
}

.gp-service-title {
	color: var(--gp-dark);
	font-size: 20px;
	font-weight: 900;
	margin: 8px 0 4px;
}

.gp-service-device {
	color: var(--gp-muted);
	font-size: 14px;
	margin-bottom: 16px;
}

.gp-price-row {
	align-items: center;
	border-top: 1px solid var(--gp-line);
	display: flex;
	justify-content: space-between;
	padding: 9px 0;
}

.gp-price-row span:first-child {
	align-items: center;
	color: var(--gp-muted);
	display: inline-flex;
	font-size: 13px;
	gap: 7px;
}

.gp-price-row strong {
	color: var(--gp-dark);
}

.gp-total {
	font-size: 22px;
	font-weight: 900;
}

.gp-service-card .gp-btn {
	margin-top: auto;
}

.gp-not-found {
	min-height: 100vh;
}

.gp-not-found-box {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 90px);
	max-width: 620px;
}

.gp-not-found-code {
	color: var(--gp-orange);
	font-size: 82px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 12px;
}

.gp-not-found h1 {
	font-size: clamp(34px, 6vw, 56px);
	margin-bottom: 12px;
}

.gp-not-found p {
	color: var(--gp-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 24px;
}

@media (max-width: 900px) {
	.gp-public-hero,
	.gp-filter-grid,
	.gp-service-grid {
		grid-template-columns: 1fr;
	}

	.gp-public-panel {
		display: none;
	}
}

@media (max-width: 575px) {
	.gp-public-shell {
		padding: 0 14px 92px;
	}

	.gp-public-nav {
		align-items: center;
		gap: 12px;
	}

	.gp-nav-whatsapp {
		display: none;
	}

	.gp-floating-whatsapp {
		display: inline-flex;
	}

	.gp-filter-grid .gp-btn {
		width: 100%;
	}

	.gp-public h1 {
		font-size: 38px;
	}

	.gp-card {
		padding: 14px;
	}
}

/* Public pricelist modern surface */
.gp-public {
	background:
		radial-gradient(circle at top right, rgba(249, 115, 22, .12), transparent 320px),
		linear-gradient(180deg, #ffffff 0%, #f7f9fc 58%, #ffffff 100%);
	color: #111827;
	font-family: var(--gp-font-sans);
}

.gp-public-shell {
	max-width: 1180px;
	padding: 0 20px 56px;
}

.gp-public-nav {
	padding: 20px 0 16px;
}

.gp-public-brand {
	font-size: 22px;
	letter-spacing: 0;
}

.gp-public-brand img {
	background: #fff;
	box-shadow: 0 10px 26px rgba(249, 115, 22, .22);
	height: 46px;
	width: 46px;
}

.gp-public .gp-btn {
	border-radius: 999px;
	min-height: 44px;
	padding: 10px 18px;
}

.gp-public .gp-btn-primary {
	background: #ff6b18;
	box-shadow: 0 12px 24px rgba(249, 115, 22, .22);
}

.gp-public .gp-btn-primary:hover {
	background: #ea580c;
	transform: translateY(-1px);
}

.gp-public .gp-btn-muted {
	background: #111827;
	color: #fff;
}

.gp-public-hero {
	align-items: center;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 390px;
	min-height: 330px;
	padding: 24px 0 26px;
}

.gp-public-hero-copy {
	max-width: 720px;
}

.gp-public h1 {
	color: #111827;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: .98;
	margin-bottom: 18px;
}

.gp-public-lead {
	color: #4b5563;
	font-size: 18px;
	line-height: 1.65;
	max-width: 680px;
}

.gp-public-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.gp-public-visual {
	min-height: 300px;
	position: relative;
}

.gp-phone-card {
	background: #111827;
	border: 10px solid #1f2937;
	border-radius: 32px;
	box-shadow: 0 30px 70px rgba(17, 24, 39, .22);
	height: 270px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	width: 180px;
}

.gp-phone-card::after {
	background: linear-gradient(145deg, #ff6b18, #ffc107);
	border-radius: 28px;
	bottom: 18px;
	content: "";
	left: 18px;
	position: absolute;
	right: 18px;
	top: 54px;
}

.gp-phone-top {
	background: #0b1220;
	border-radius: 999px;
	height: 8px;
	left: 50%;
	position: absolute;
	top: 18px;
	transform: translateX(-50%);
	width: 58px;
	z-index: 2;
}

.gp-phone-icon {
	align-items: center;
	background: #fff;
	border-radius: 18px;
	color: #ff6b18;
	display: flex;
	font-size: 34px;
	height: 72px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 86px;
	transform: translateX(-50%);
	width: 72px;
	z-index: 2;
}

.gp-phone-line,
.gp-phone-line-short {
	background: rgba(255, 255, 255, .86);
	border-radius: 999px;
	height: 10px;
	left: 38px;
	position: absolute;
	right: 38px;
	top: 180px;
	z-index: 2;
}

.gp-phone-line-short {
	left: 52px;
	right: 52px;
	top: 204px;
}

.gp-public-panel {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 16px;
	bottom: 18px;
	box-shadow: 0 20px 45px rgba(17, 24, 39, .12);
	left: 0;
	padding: 18px;
	position: absolute;
	width: 230px;
}

.gp-filter-grid {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(17, 24, 39, .08);
	gap: 10px;
	grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 1fr)) auto;
	margin: 10px 0 18px;
	padding: 14px;
}

.gp-form-control {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #111827;
	min-height: 44px;
	outline: none;
	padding: 11px 14px;
}

.gp-form-control:focus {
	background: #fff;
	border-color: #ff6b18;
	box-shadow: 0 0 0 3px rgba(249, 115, 22, .14);
}

.gp-search-field i {
	color: #ff6b18;
}

.gp-result-summary {
	justify-content: space-between;
	margin: 4px 4px 18px;
}

.gp-result-summary span:first-child {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.gp-active-filter {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 999px;
	color: #c2410c;
	font-size: 12px;
	padding: 6px 10px;
}

.gp-service-grid {
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-service-card {
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
	min-height: 360px;
	padding: 18px;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.gp-service-card:hover {
	border-color: rgba(249, 115, 22, .34);
	box-shadow: 0 26px 55px rgba(17, 24, 39, .12);
	transform: translateY(-2px);
}

.gp-service-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.gp-service-brand {
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.gp-service-title {
	font-size: 22px;
	line-height: 1.18;
	margin-top: 0;
}

.gp-service-device {
	align-items: center;
	color: #4b5563;
	display: inline-flex;
	font-weight: 700;
	gap: 8px;
	margin-bottom: 14px;
}

.gp-total-box {
	background: linear-gradient(135deg, #111827, #263244);
	border-radius: 16px;
	color: #fff;
	margin-bottom: 8px;
	padding: 14px;
}

.gp-total-box span {
	color: rgba(255, 255, 255, .72);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.gp-total-box strong {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
}

.gp-price-row {
	padding: 8px 0;
}

.gp-price-row strong {
	text-align: right;
}

.gp-service-card .gp-btn {
	margin-top: 14px;
	width: 100%;
}

.gp-floating-whatsapp {
	background: #25d366;
	box-shadow: 0 18px 42px rgba(37, 211, 102, .34);
}

@media (max-width: 1024px) {
	.gp-public-hero,
	.gp-filter-grid,
	.gp-service-grid {
		grid-template-columns: 1fr;
	}

	.gp-public-visual {
		display: none;
	}
}

@media (max-width: 575px) {
	.gp-public-shell {
		padding: 0 14px 92px;
	}

	.gp-public-brand {
		font-size: 20px;
	}

	.gp-public h1 {
		font-size: 42px;
	}

	.gp-public-lead {
		font-size: 16px;
	}

	.gp-public-actions {
		display: none;
	}

	.gp-filter-grid {
		border-radius: 18px;
		padding: 12px;
	}

	.gp-service-card {
		min-height: 0;
	}
}

/* Reference-aligned public pricelist */
.gp-public {
	background: #fff;
}

.gp-public *,
.gp-public *::before,
.gp-public *::after {
	box-sizing: border-box;
}

.gp-public-shell {
	max-width: 1280px;
	padding: 0;
}

.gp-public-nav {
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid #f0e5dc;
	border-radius: 24px 24px 0 0;
	box-shadow: 0 12px 36px rgba(15, 23, 42, .08);
	display: grid;
	grid-template-columns: 280px 1fr auto;
	padding: 18px 56px;
	position: sticky;
	top: 0;
	z-index: 20;
}

.gp-public-brand {
	gap: 12px;
}

.gp-public-brand span {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.gp-public-brand strong {
	color: #111827;
	font-size: 26px;
	font-weight: 900;
}

.gp-public-brand strong::first-letter {
	color: inherit;
}

.gp-public-brand small {
	color: #6b7280;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 3px;
	margin-top: 6px;
	text-transform: uppercase;
}

.gp-public-menu {
	align-items: center;
	display: flex;
	gap: 34px;
	justify-content: center;
}

.gp-public-menu a {
	border-bottom: 2px solid transparent;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 4px;
	text-decoration: none;
}

.gp-public-menu a.active {
	border-color: #ff6b18;
	color: #ff6b18;
}

.gp-public-hero {
	background:
		linear-gradient(90deg, rgba(255, 247, 237, .98), rgba(255, 247, 237, .78)),
		radial-gradient(circle at 72% 76%, #ff9f1c 0 210px, transparent 212px);
	grid-template-columns: minmax(0, 1fr) 520px;
	margin: 0;
	min-height: 460px;
	overflow: hidden;
	padding: 48px 56px 88px;
	position: relative;
}

.gp-public-kicker {
	color: #ff5f00;
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 18px;
}

.gp-public-kicker span::after {
	content: "•";
	margin: 0 8px;
}

.gp-public h1 {
	font-size: clamp(44px, 5vw, 66px);
	line-height: 1.04;
	max-width: 520px;
}

.gp-public h1 strong {
	color: #ff6b18;
	font-weight: 900;
}

.gp-public-lead {
	max-width: 470px;
}

.gp-public-actions {
	display: none;
}

.gp-public-visual {
	display: block;
	min-height: 360px;
}

.gp-hero-arc {
	background: linear-gradient(145deg, #ff8a00, #ffb21a);
	border-radius: 360px 360px 0 0;
	bottom: -96px;
	height: 300px;
	position: absolute;
	right: 56px;
	width: 520px;
}

.gp-phone-stack {
	bottom: 34px;
	height: 360px;
	position: absolute;
	right: 160px;
	width: 310px;
	z-index: 2;
}

.gp-phone-card {
	border: 7px solid #151923;
	border-radius: 24px;
	box-shadow: 0 22px 48px rgba(17, 24, 39, .22);
	height: 250px;
	position: absolute;
	width: 132px;
}

.gp-phone-back {
	background: #2f333a;
	left: 0;
	top: 52px;
	transform: rotate(-9deg);
}

.gp-phone-main {
	background: #111827;
	left: 92px;
	top: 24px;
	transform: rotate(4deg);
	z-index: 3;
}

.gp-phone-side {
	background: linear-gradient(135deg, #d8f7ff, #8ed7ef);
	left: 208px;
	top: 66px;
	transform: rotate(-5deg);
}

.gp-phone-screen {
	background:
		radial-gradient(circle at 30% 20%, #8b5cf6, transparent 28%),
		linear-gradient(145deg, #111827, #4f46e5 35%, #06b6d4 72%, #60a5fa);
	border-radius: 17px;
	bottom: 8px;
	left: 8px;
	position: absolute;
	right: 8px;
	top: 26px;
}

.gp-phone-camera,
.gp-phone-camera-wide {
	background: rgba(0, 0, 0, .72);
	border-radius: 18px;
	height: 58px;
	left: 16px;
	position: absolute;
	top: 16px;
	width: 44px;
}

.gp-phone-camera::before,
.gp-phone-camera::after {
	background: #111827;
	border: 4px solid #4b5563;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 12px;
}

.gp-phone-camera::after {
	top: 32px;
}

.gp-phone-camera-wide {
	border-radius: 10px;
	height: 28px;
	left: 48px;
	top: 38px;
	width: 70px;
}

.gp-hero-shield {
	align-items: center;
	background: linear-gradient(145deg, #ff6b18, #ff9f1c);
	border-radius: 20px;
	box-shadow: 0 16px 34px rgba(249, 115, 22, .32);
	color: #fff;
	display: flex;
	font-size: 28px;
	height: 72px;
	justify-content: center;
	position: absolute;
	right: 120px;
	top: 230px;
	width: 72px;
	z-index: 4;
}

.gp-public-panel {
	display: none;
}

/* ── Filter grid: CSS Grid ── */
.gp-filter-grid {
	background: transparent;
	border: 0;
	box-shadow: none;
	display: grid;
	gap: 16px 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: -64px 56px 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

/* Search row: full width */
.gp-search-field-wrapper {
	grid-column: 1 / -1;
	width: 100%;
}

.gp-filter-col {
	min-width: 0;
}

.gp-search-field .gp-form-control {
	background: #fff;
	border-color: rgba(17, 24, 39, .08);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(17, 24, 39, .12);
	font-size: 16px;
	height: 72px;
	padding-left: 72px;
	padding-right: 168px;
	width: 100%;
}

.gp-search-field i {
	font-size: 22px;
	left: 28px;
}

.gp-search-submit {
	border-radius: 14px !important;
	height: 56px;
	min-height: 56px !important;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 144px;
}

.gp-filter-col .gp-form-control {
	background-color: #fff;
	border-color: rgba(17, 24, 39, .08);
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(17, 24, 39, .08);
	height: 58px;
	padding-left: 20px;
}

.gp-filter-col select.gp-form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px;
	padding-right: 40px !important;
}

.gp-list-heading {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 34px 56px 18px;
}

.gp-list-heading h2 {
	color: #111827;
	font-size: 28px;
	font-weight: 900;
	margin: 0 0 8px;
}

.gp-list-heading p {
	color: #6b7280;
	font-size: 14px;
	margin: 0;
}

.gp-result-summary {
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
}

.gp-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 56px 56px;
}

.gp-service-card {
	border-color: #e9edf2;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .08);
	min-height: 0;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gp-service-head {
	margin-bottom: 10px;
}

.gp-service-title {
	font-size: 20px;
	margin-bottom: 6px;
}

.gp-service-device {
	font-size: 14px;
	margin-bottom: 14px;
}

.gp-total-box {
	background: transparent;
	border-top: 1px solid #e5e7eb;
	border-radius: 0;
	color: #ff5f00;
	display: flex;
	justify-content: space-between;
	margin: 4px 0 8px;
	padding: 12px 0 4px;
}

.gp-total-box span,
.gp-total-box strong {
	color: #ff5f00;
	font-size: 16px;
}

.gp-price-row {
	border-top: 0;
	padding: 6px 0;
}

.gp-price-row span:first-child,
.gp-price-row strong {
	font-size: 13px;
}

.gp-service-card .gp-btn {
	border-radius: 8px;
	height: 46px;
	margin-top: auto;
}

@media (max-width: 1100px) {
	.gp-public-nav {
		grid-template-columns: 1fr auto;
		padding: 16px 24px;
	}

	.gp-public-menu {
		display: none;
	}
}

@media (max-width: 900px) {
	.gp-public-hero {
		grid-template-columns: 1fr;
		padding: 32px 24px 84px;
	}

	.gp-public-visual {
		display: none;
	}

	.gp-filter-grid,
	.gp-list-heading,
	.gp-service-grid {
		margin-left: 24px;
		margin-right: 24px;
	}

	.gp-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 901px) {
	.gp-public-hero {
		grid-template-columns: minmax(0, 1fr) 520px;
	}

	.gp-public-visual {
		display: block;
	}
}

@media (max-width: 700px) {
	.gp-public-shell {
		padding-bottom: 84px;
	}

	.gp-public-nav {
		border-radius: 0;
	}

	.gp-public-brand img {
		height: 42px;
		width: 42px;
	}

	.gp-public-brand strong {
		font-size: 20px;
	}

	.gp-public-brand small {
		font-size: 7px;
		letter-spacing: 2px;
	}

	.gp-nav-whatsapp {
		display: none;
	}

	.gp-public-hero {
		min-height: auto;
		padding: 28px 20px 78px;
	}

	.gp-public-kicker {
		font-size: 13px;
	}

	.gp-public h1 {
		font-size: 34px;
	}

	.gp-public-lead {
		font-size: 14px;
		line-height: 1.55;
	}

	.gp-filter-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin: -54px 20px 0;
	}

	.gp-search-field .gp-form-control {
		height: 54px;
		padding-left: 48px;
		padding-right: 86px;
	}

	.gp-search-field i {
		font-size: 16px;
		left: 18px;
	}

	.gp-search-submit {
		height: 44px;
		min-height: 44px !important;
		right: 5px;
		top: 5px;
		width: 76px !important;
	}

	.gp-filter-col .gp-form-control {
		height: 52px;
	}

	.gp-list-heading {
		display: block;
		margin: 28px 20px 14px;
	}

	.gp-list-heading h2 {
		font-size: 22px;
	}

	.gp-result-summary {
		justify-content: flex-start;
		margin-top: 12px;
	}

	.gp-service-grid {
		grid-template-columns: 1fr;
		margin: 0 20px 36px;
	}

	.gp-floating-whatsapp {
		display: inline-flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gp-public *,
	.gp-public *::before,
	.gp-public *::after,
	body.hold-transition .gp-card,
	body.gp-standalone .gp-card {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Public commerce surfaces */
.store-page {
	background: #f8fafc;
	color: #111827;
	min-height: 100vh;
}

.store-auth-page { align-items: center; background: radial-gradient(circle at 15% 15%, rgba(255,107,24,.12), transparent 32%), #f8fafc; display: flex; justify-content: center; min-height: 100vh; padding: 32px 16px; }
.store-auth-shell { margin: auto; max-width: 520px; width: 100%; }
.store-auth-brand { align-items: center; color: #111827; display: flex; gap: 11px; justify-content: center; margin: 0 auto 20px; text-decoration: none; width: fit-content; }
.store-auth-brand img { border-radius: 13px; height: 48px; width: 48px; }
.store-auth-brand > span { display: flex; flex-direction: column; font-size: 20px; font-weight: 900; line-height: 1.05; }
.store-auth-brand small { color: #94a3b8; font-size: 9px; font-weight: 900; letter-spacing: .12em; margin-top: 6px; text-transform: uppercase; }
.store-auth-card { background: rgba(255,255,255,.96); border: 1px solid #e5ebf0; border-radius: 22px; box-shadow: 0 24px 60px rgba(15,23,42,.1); margin: 0 auto; max-width: 480px; padding: 34px; width: 100%; }
.store-auth-card-wide { max-width: 560px; }
.store-auth-card h1 { color: #111827; font-size: clamp(30px, 5vw, 42px); font-weight: 900; letter-spacing: -.045em; line-height: 1.05; margin: 10px 0 8px; }
.store-auth-subtitle { color: #64748b; font-size: 13px; line-height: 1.6; margin: 0 0 24px; }
.store-auth-card .store-form-grid, .store-auth-card form > .store-field { margin-top: 14px; }
.store-password-field { position: relative; }
.store-password-field .store-input { padding-right: 48px; }
.store-password-toggle { align-items: center; background: transparent; border: 0; border-radius: 8px; color: #94a3b8; cursor: pointer; display: inline-flex; height: 36px; justify-content: center; padding: 0; position: absolute; right: 7px; top: 4px; transition: background .18s ease, color .18s ease; width: 36px; }
.store-password-toggle:hover, .store-password-toggle:focus-visible { background: #f1f5f9; color: #0f766e; outline: none; }
.store-password-toggle:focus-visible { box-shadow: 0 0 0 3px rgba(23,162,184,.18); }
.store-auth-card .store-form-grid { margin-top: 0; }
.store-auth-card .store-field + .store-field { margin-top: 14px; }
.store-auth-submit { margin-top: 20px; width: 100%; }
.store-auth-divider { align-items: center; color: #94a3b8; display: flex; font-size: 11px; gap: 12px; justify-content: center; margin: 18px 0 0; text-transform: uppercase; }
.store-auth-divider::before, .store-auth-divider::after { background: #e5ebf0; content: ''; flex: 1; height: 1px; }
.store-auth-provider { margin-top: 12px; width: 100%; }
.store-auth-switch { color: #64748b; font-size: 13px; margin: 18px 0 0; text-align: center; }
.store-auth-switch a { color: #ea580c; font-weight: 800; text-decoration: none; }
.store-auth-switch a:hover { color: #c2410c; text-decoration: underline; }
.store-auth-forgot { font-size: 12px; margin: 14px 0 0; text-align: right; }
.store-auth-forgot a { color: #0f766e; font-weight: 800; text-decoration: none; }
.store-auth-forgot a:hover { color: #115e59; text-decoration: underline; }
.store-auth-empty { margin: 18px 0 0; padding: 18px; }
.store-auth-resend-form { margin-top: 12px; text-align: center; }
.store-auth-resend-form .store-btn { width: 100%; }
.store-otp-grid { display: grid; gap: 8px; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 20px 0 4px; }
.store-otp-input { font-size: 24px; font-weight: 900; min-height: 56px; padding: 8px; text-align: center; }
.store-account-security { margin-top: 20px; }

.store-wrap {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 24px 64px;
}

.store-nav {
	align-items: center;
	background: rgba(255,255,255,.96);
	border-bottom: 1px solid #e8edf2;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin: 0 calc(50% - 50vw);
	padding: 16px max(24px, calc((100vw - 1240px) / 2 + 24px));
	position: sticky;
	top: 0;
	z-index: 50;
}

.store-brand,
.store-account-link,
.store-cart-link {
	align-items: center;
	color: #111827;
	display: inline-flex;
	text-decoration: none;
}

.store-brand { gap: 10px; min-width: 220px; }
.store-brand img { border-radius: 12px; height: 42px; width: 42px; }
.store-brand span { display: flex; flex-direction: column; line-height: 1.05; }
.store-brand strong { font-size: 17px; font-weight: 900; }
.store-brand small { color: #94a3b8; font-size: 10px; font-weight: 800; letter-spacing: .1em; margin-top: 5px; text-transform: uppercase; }
.store-nav-actions { align-items: center; display: flex; gap: 14px; justify-content: flex-end; min-width: 220px; }
.store-cart-link { gap: 8px; font-size: 13px; font-weight: 800; }
.store-cart-link i { color: #17a2b8; }
.store-cart-link b { align-items: center; background: #fff1e8; border-radius: 999px; color: #c2410c; display: inline-flex; font-size: 11px; height: 23px; justify-content: center; min-width: 23px; padding: 0 6px; }
.store-whatsapp-link { color: #047857; font-size: 12px; font-weight: 800; }
.store-whatsapp-link:hover { color: #065f46; text-decoration: none; }
.store-account-link { border: 1px solid #dbe4ec; border-radius: 999px; font-size: 12px; font-weight: 800; gap: 7px; padding: 9px 13px; }
.store-account-link:hover { border-color: #17a2b8; color: #0f766e; text-decoration: none; }

.store-alert { border-radius: 12px; font-size: 13px; font-weight: 700; margin: 18px 0; padding: 13px 16px; }
.store-alert-success { background: #ecfdf5; color: #047857; }
.store-alert-error { background: #fef2f2; color: #b91c1c; }
.store-eyebrow { color: #ff6b18; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.store-hero { align-items: center; background: linear-gradient(135deg,#fff7ed 0%,#fff 58%,#ecfeff 100%); border: 1px solid #f5dec9; border-radius: 24px; display: grid; gap: 36px; grid-template-columns: minmax(0,1fr) 340px; margin-top: 30px; overflow: hidden; padding: 46px 48px; }
.store-hero h1 { color: #111827; font-size: clamp(34px,5vw,60px); font-weight: 900; letter-spacing: -.04em; line-height: 1.02; margin: 10px 0 16px; max-width: 640px; }
.store-hero h1 strong { color: #ff6b18; }
.store-hero p { color: #475569; font-size: 16px; line-height: 1.65; margin: 0; max-width: 600px; }
.store-hero-art { align-items: center; background: #111827; border-radius: 28px; box-shadow: 0 25px 50px rgba(15,23,42,.16); display: flex; justify-content: center; min-height: 250px; overflow: hidden; padding: 18px; position: relative; }
.store-hero-art::before { background: #ff6b18; border-radius: 50%; content: ''; height: 190px; position: absolute; right: -38px; top: -34px; width: 190px; }
.store-hero-art img { filter: drop-shadow(0 20px 24px rgba(0,0,0,.28)); max-height: 250px; max-width: 100%; object-fit: contain; position: relative; z-index: 1; }
.store-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.store-btn { align-items: center; border: 0; border-radius: 10px; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 800; gap: 8px; justify-content: center; min-height: 44px; padding: 10px 16px; text-decoration: none; }
.store-btn:focus-visible, .store-nav a:focus-visible, .store-category-pills a:focus-visible, .store-product-media:focus-visible, .store-product-name a:focus-visible { outline: 3px solid rgba(23,162,184,.45); outline-offset: 3px; }
.store-btn-primary { background: #ff6b18; box-shadow: 0 10px 20px rgba(249,115,22,.18); color: #fff; }
.store-btn-primary:hover { background: #ea580c; color: #fff; text-decoration: none; }
.store-btn-secondary { background: #fff; border: 1px solid #dbe4ec; color: #334155; }
.store-btn-secondary:hover { border-color: #17a2b8; color: #0f766e; text-decoration: none; }
.store-btn-danger { background: #fee2e2; color: #b91c1c; }
.store-btn:disabled { cursor: not-allowed; opacity: .55; }
.store-btn[aria-busy] { cursor: wait; opacity: .7; }
.store-section { margin-top: 42px; }
.store-section-head { align-items: flex-end; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 18px; }
.store-section-head h2 { color: #111827; font-size: 26px; font-weight: 900; letter-spacing: -.03em; margin: 6px 0 0; }
.store-section-head p { color: #64748b; font-size: 13px; margin: 5px 0 0; }
.store-toolbar { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.store-input, .store-select, .store-textarea { background: #fff; border: 1px solid #dbe4ec; border-radius: 10px; color: #1e293b; font: inherit; font-size: 13px; min-height: 44px; outline: none; padding: 10px 12px; width: 100%; }
.store-input:focus, .store-select:focus, .store-textarea:focus { border-color: #17a2b8; box-shadow: 0 0 0 3px rgba(23,162,184,.12); }
.store-search { flex: 1 1 280px; }
.store-filter-menu { position: relative; }
.store-catalog-toolbar .store-search { min-height: 52px; }
.store-catalog-toolbar > .store-btn, .store-catalog-toolbar > .store-filter-menu > summary { align-items: center; display: inline-flex; min-height: 52px; padding-left: 22px; padding-right: 22px; }
.store-filter-menu > summary { list-style: none; }
.store-filter-menu > summary::-webkit-details-marker { display: none; }
.store-filter-panel { background: #fff; border: 1px solid #dbe4ec; border-radius: 14px; box-shadow: 0 18px 40px rgba(15,23,42,.14); display: grid; gap: 13px; min-width: 290px; padding: 16px; position: absolute; right: 0; top: calc(100% + 8px); z-index: 25; }
.store-filter-panel-head { align-items: baseline; display: flex; justify-content: space-between; gap: 14px; }
.store-filter-panel-head strong { color: #1e293b; font-size: 13px; }
.store-filter-panel-head span { color: #94a3b8; font-size: 11px; }
.store-filter-check { align-items: flex-start; border: 1px solid #e5ebf0; border-radius: 11px; cursor: pointer; display: flex; gap: 10px; padding: 11px; }
.store-filter-check:has(input:checked) { background: #ecfeff; border-color: #5eead4; }
.store-filter-check input { margin-top: 3px; }
.store-filter-check strong, .store-filter-check small { display: block; }
.store-filter-check strong { color: #1e293b; font-size: 12px; }
.store-filter-check small { color: #64748b; font-size: 11px; margin-top: 3px; }
.store-filter-panel-actions { align-items: center; display: flex; justify-content: space-between; gap: 12px; }
.store-filter-panel-actions a { color: #64748b; font-size: 12px; font-weight: 800; text-decoration: none; }
.store-category-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.store-category-pills a { background: #fff; border: 1px solid #dbe4ec; border-radius: 999px; color: #64748b; font-size: 12px; font-weight: 800; padding: 9px 13px; text-decoration: none; }
.store-category-pills a:hover, .store-category-pills a.is-active { background: #ecfeff; border-color: #99f6e4; color: #0f766e; }
.store-product-grid { display: grid; gap: 16px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.store-catalog-toolbar + .store-product-grid { margin-top: 24px; }
.store-product-card { background: #fff; border: 1px solid #e5ebf0; border-radius: 16px; display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.store-product-card:hover { border-color: #f4b183; box-shadow: 0 18px 34px rgba(15,23,42,.09); transform: translateY(-3px); }
.store-product-card-main { color: inherit; display: flex; flex: 1; flex-direction: column; min-width: 0; text-decoration: none; }
.store-product-card-main:focus-visible { outline: 3px solid rgba(23,162,184,.45); outline-offset: -3px; }
.store-product-media { align-items: center; background: #f8fafc; display: flex; height: 190px; justify-content: center; overflow: hidden; padding: 0; position: relative; }
.store-product-media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.store-product-image-empty { align-items: center; color: #94a3b8; display: flex; flex-direction: column; font-size: 11px; font-weight: 800; gap: 8px; justify-content: center; letter-spacing: .03em; min-height: 100%; text-align: center; width: 100%; }
.store-product-image-empty i { color: #cbd5e1; font-size: 28px; }
.store-badge { background: #ecfdf5; border-radius: 999px; color: #047857; font-size: 10px; font-weight: 900; left: 12px; padding: 6px 9px; position: absolute; text-transform: uppercase; top: 12px; }
.store-badge-promo { background: #fff7ed; color: #c2410c; }
.store-product-body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.store-product-category { color: #94a3b8; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.store-product-name { color: #1e293b; display: -webkit-box; font-size: 16px; font-weight: 900; line-height: 1.25; margin: 7px 0 5px; min-height: 40px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.store-product-name a { color: inherit; text-decoration: none; }
.store-product-name a:hover { color: #ea580c; }
.store-product-condition { color: #64748b; font-size: 12px; }
.store-product-warranty { align-items: center; color: #0f766e; display: flex; font-size: 11px; font-weight: 800; gap: 5px; margin-top: 7px; }
.store-product-warranty i { color: #14b8a6; font-size: 11px; }
.store-product-price { color: #ea580c; font-size: 20px; font-weight: 900; margin: 16px 0 4px; }
.store-product-compare, .store-detail-compare { color: #94a3b8; display: inline-block; font-size: 11px; font-weight: 700; margin-left: 7px; vertical-align: middle; }
.store-promo-badge { background: #fff7ed; border-radius: 999px; color: #c2410c; display: inline-block; font-size: 9px; font-weight: 900; margin-left: 7px; padding: 4px 7px; text-transform: uppercase; vertical-align: middle; }
.store-product-stock { color: #64748b; font-size: 11px; font-weight: 700; margin-bottom: 15px; }
.store-product-stock.is-low { color: #b45309; }
.store-product-stock.is-empty { color: #b91c1c; }
.store-product-actions { display: flex; gap: 8px; margin-top: auto; padding: 0 16px 16px; }
.store-product-actions form { display: flex; flex: 1; min-width: 0; }
.store-product-actions .store-btn { font-size: 11px; min-height: 38px; padding: 8px; width: 100%; }
.store-pagination { align-items: center; color: #64748b; display: flex; font-size: 12px; font-weight: 800; gap: 12px; justify-content: center; margin: 28px 0 8px; }
.store-pagination-link { align-items: center; background: #fff; border: 1px solid #dbe4ec; border-radius: 10px; color: #334155; display: inline-flex; height: 40px; justify-content: center; text-decoration: none; width: 40px; }
.store-pagination-link:hover { border-color: #17a2b8; color: #0f766e; text-decoration: none; }
.store-empty { background: #fff; border: 1px dashed #cbd5e1; border-radius: 16px; color: #64748b; margin-top: 24px; padding: 72px 24px; text-align: center; }
.store-empty h3 { color: #64748b; margin: 16px 0 8px; }
.store-empty p { margin: 0 0 22px; }
.store-footer { background: #0f172a; color: #cbd5e1; margin: 64px calc(50% - 50vw) 0; }
.store-footer-inner { margin: 0 auto; max-width: 1240px; padding: 52px 24px 24px; }
.store-footer-main { display: grid; gap: 36px; grid-template-columns: minmax(240px, 1.35fr) minmax(140px, .7fr) minmax(250px, 1fr); }
.store-footer-brand { align-items: center; color: #fff; display: inline-flex; gap: 11px; text-decoration: none; }
.store-footer-brand img { background: #fff; border-radius: 12px; height: 44px; object-fit: contain; padding: 2px; width: 44px; }
.store-footer-brand > span { display: flex; flex-direction: column; font-size: 18px; font-weight: 900; line-height: 1.05; }
.store-footer-brand small { color: #94a3b8; font-size: 9px; font-weight: 900; letter-spacing: .12em; margin-top: 6px; text-transform: uppercase; }
.store-footer-brand-block p { color: #94a3b8; font-size: 13px; line-height: 1.7; margin: 18px 0 0; max-width: 320px; }
.store-footer-column { display: flex; flex-direction: column; gap: 11px; }
.store-footer-label { color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .14em; margin-bottom: 5px; text-transform: uppercase; }
.store-footer-column > a { color: #94a3b8; font-size: 13px; text-decoration: none; transition: color .18s ease, transform .18s ease; }
.store-footer-column > a:hover { color: #fff; transform: translateX(2px); }
.store-footer-contact > div:not(.store-footer-label) { align-items: flex-start; display: flex; gap: 10px; }
.store-footer-contact > div:not(.store-footer-label) i { color: #17a2b8; font-size: 12px; margin-top: 3px; width: 14px; }
.store-footer-contact > div:not(.store-footer-label) span { color: #94a3b8; font-size: 12px; line-height: 1.5; }
.store-footer-whatsapp { align-items: center; background: #16a34a; border-radius: 11px; color: #fff !important; display: inline-flex; font-size: 12px !important; font-weight: 900; gap: 9px; margin-top: 7px; padding: 12px 14px; width: fit-content; }
.store-footer-whatsapp:hover { background: #15803d; transform: translateY(-2px) !important; }
.store-footer-whatsapp > :last-child { font-size: 10px; margin-left: 3px; }
.store-footer-bottom { align-items: center; border-top: 1px solid rgba(148,163,184,.18); color: #64748b; display: flex; font-size: 11px; justify-content: space-between; gap: 16px; margin-top: 42px; padding-top: 18px; }
.store-footer-bottom i { color: #ff6b18; font-size: 5px; margin: 0 6px; vertical-align: middle; }
.store-detail { background: #fff; border: 1px solid #e5ebf0; border-radius: 20px; display: grid; gap: 36px; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); margin-top: 32px; padding: 28px; }
.store-detail-gallery { min-width: 0; }
.store-detail-media { align-items: center; background: #f8fafc; border-radius: 16px; display: flex; height: clamp(280px, 50vw, 390px); justify-content: center; overflow: hidden; padding: 0; }
.store-detail-media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.store-gallery-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.store-gallery-thumb { align-items: center; background: #f8fafc; border: 2px solid transparent; border-radius: 10px; cursor: pointer; display: flex; height: 68px; justify-content: center; overflow: hidden; padding: 0; width: 68px; }
.store-gallery-thumb:hover, .store-gallery-thumb.is-active { border-color: #17a2b8; }
.store-gallery-thumb img { height: 100%; object-fit: contain; width: 100%; }
.store-detail h1 { color: #111827; font-size: clamp(28px,4vw,44px); font-weight: 900; letter-spacing: -.04em; line-height: 1.05; margin: 10px 0; }
.store-detail-description { color: #475569; line-height: 1.7; white-space: pre-line; }
.store-detail-price { color: #ea580c; font-size: 28px; font-weight: 900; margin: 20px 0 6px; }
.store-detail-compare { font-size: 13px; }
.store-detail-meta { border-top: 1px solid #e5ebf0; display: grid; gap: 10px; margin: 22px 0; padding-top: 18px; }
.store-detail-meta div { display: flex; justify-content: space-between; gap: 15px; font-size: 13px; }
.store-detail-meta span { color: #64748b; }
.store-detail-meta strong { color: #1e293b; text-align: right; }
.store-qty { display: flex; gap: 8px; max-width: 150px; }
.store-qty .store-input { text-align: center; }
.store-cart-layout, .store-checkout-layout, .store-account-layout { display: grid; gap: 20px; grid-template-columns: minmax(0,1fr) 340px; margin-top: 30px; }
.store-panel { background: #fff; border: 1px solid #e5ebf0; border-radius: 16px; padding: 20px; }
.store-panel h2, .store-panel h3 { color: #1e293b; font-size: 18px; font-weight: 900; margin: 0 0 16px; }
.store-summary { position: sticky; top: 92px; }
.store-summary-row { align-items: center; border-bottom: 1px solid #eef2f6; display: flex; justify-content: space-between; padding: 11px 0; }
.store-summary-row span { color: #64748b; font-size: 13px; }
.store-summary-row strong { color: #1e293b; font-size: 13px; }
.store-summary-total { border-bottom: 0; padding-top: 18px; }
.store-summary-total strong { color: #ea580c; font-size: 22px; }
.store-cart-item { align-items: center; border-bottom: 1px solid #eef2f6; display: grid; gap: 14px; grid-template-columns: 72px minmax(0,1fr) 125px 110px; padding: 14px 0; }
.store-cart-item:first-child { padding-top: 0; }
.store-cart-item:last-child { border-bottom: 0; }
.store-cart-item img { background: #f8fafc; border-radius: 10px; height: 72px; object-fit: contain; padding: 8px; width: 72px; }
.store-cart-item h3 { font-size: 14px; margin: 0 0 5px; }
.store-cart-item p { color: #64748b; font-size: 12px; margin: 0; }
.store-cart-item-price { color: #ea580c; font-size: 13px; font-weight: 900; text-align: right; }
.store-form-grid { display: grid; gap: 13px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.store-field { display: flex; flex-direction: column; gap: 6px; }
.store-field-full { grid-column: 1 / -1; }
.store-field label { color: #334155; font-size: 12px; font-weight: 800; }
.store-radio-list { display: grid; gap: 9px; }
.store-radio { align-items: flex-start; border: 1px solid #dbe4ec; border-radius: 11px; cursor: pointer; display: flex; gap: 10px; padding: 12px; }
.store-radio:has(input:checked) { background: #ecfeff; border-color: #5eead4; }
.store-radio input { margin-top: 3px; }
.store-radio strong { color: #1e293b; display: block; font-size: 13px; }
.store-radio small { color: #64748b; display: block; font-size: 11px; margin-top: 3px; }
.store-address-card { border: 1px solid #dbe4ec; border-radius: 12px; margin-bottom: 10px; padding: 13px; }
.store-address-card.is-default { border-color: #5eead4; box-shadow: inset 3px 0 #17a2b8; }
.store-address-card h3 { font-size: 13px; margin-bottom: 6px; }
.store-address-card p { color: #64748b; font-size: 12px; line-height: 1.55; margin: 0; }
.store-order-list { display: grid; gap: 12px; }
.store-order-card { background: #fff; border: 1px solid #e5ebf0; border-radius: 14px; padding: 16px; }
.store-order-top { align-items: flex-start; display: flex; gap: 15px; justify-content: space-between; }
.store-order-number { color: #111827; font-size: 15px; font-weight: 900; }
.store-order-date { color: #94a3b8; font-size: 11px; margin-top: 4px; }
.store-status { background: #f1f5f9; border-radius: 999px; color: #475569; display: inline-flex; font-size: 10px; font-weight: 900; padding: 6px 9px; text-transform: uppercase; }
.store-status-paid, .store-status-completed { background: #ecfdf5; color: #047857; }
.store-status-rejected, .store-status-cancelled { background: #fef2f2; color: #b91c1c; }
.store-status-under_review, .store-status-processing { background: #fff7ed; color: #c2410c; }
.store-order-total { color: #ea580c; font-size: 18px; font-weight: 900; margin-top: 14px; }
.store-order-preview { align-items: center; display: flex; gap: 10px; margin-top: 14px; }
.store-order-preview img { background: #f8fafc; border-radius: 10px; height: 54px; object-fit: contain; padding: 5px; width: 54px; }
.store-order-preview strong { color: #1e293b; font-size: 13px; }
.store-order-preview small { color: #94a3b8; font-size: 11px; }
.store-timeline { border-left: 2px solid #dbe4ec; display: grid; gap: 18px; margin: 20px 0; padding-left: 20px; }
.store-timeline-item { position: relative; }
.store-timeline-item::before { background: #cbd5e1; border: 3px solid #fff; border-radius: 50%; content: ''; height: 10px; left: -27px; position: absolute; top: 4px; width: 10px; }
.store-timeline-item.is-done::before { background: #17a2b8; }
.store-timeline-item strong { color: #334155; display: block; font-size: 13px; }
.store-timeline-item small { color: #94a3b8; font-size: 11px; }
.store-admin-table { overflow-x: auto; }
.store-admin-table table { border-collapse: collapse; min-width: 860px; width: 100%; }
.store-admin-table th { background: #f8fafc; color: #64748b; font-size: 10px; letter-spacing: .06em; padding: 11px; text-align: left; text-transform: uppercase; }
.store-admin-table td { border-top: 1px solid #eef2f6; color: #334155; font-size: 12px; padding: 12px 11px; vertical-align: middle; }
.store-proof-preview { background: #f8fafc; border-radius: 12px; display: block; max-height: 360px; max-width: 100%; object-fit: contain; padding: 10px; }
.gp-dropzone { align-items: center; background: #f8fafc; border: 1px dashed #94a3b8; border-radius: 14px; cursor: pointer; display: flex; gap: 13px; min-height: 116px; overflow: hidden; padding: 16px; position: relative; }
.gp-dropzone:hover, .gp-dropzone:focus-visible, .gp-dropzone.is-dragover { background: #ecfeff; border-color: #0f766e; outline: none; }
.gp-dropzone.is-invalid { border-color: #dc2626; }
.gp-dropzone-icon { color: #0f766e; font-size: 24px; }
.gp-dropzone-copy { display: flex; flex: 1; flex-direction: column; gap: 3px; min-width: 0; }
.gp-dropzone-copy strong { color: #1e293b; font-size: 13px; }
.gp-dropzone-copy span, .gp-dropzone-meta, .gp-dropzone-name { color: #64748b; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gp-dropzone-name { color: #0f766e; font-weight: 800; margin-top: 5px; }
.gp-dropzone-error { bottom: 5px; color: #b91c1c; display: block; font-size: 10px; left: 16px; position: absolute; }
.gp-dropzone-input, .gp-dropzone > input[type="file"] { cursor: pointer; height: 1px; opacity: 0; position: absolute; width: 1px; }
.gp-dropzone-preview { background: #fff; border: 1px solid #dbe4ec; border-radius: 10px; height: 76px; object-fit: contain; padding: 4px; width: 76px; }
.store-dropzone-field { grid-column: 1 / -1; }
.store-dropzone-field .gp-dropzone { width: 100%; }
.store-settings-layout { display: block; }
.store-settings-section { background: #fff; border: 1px solid #e5ebf0; border-radius: 16px; margin-bottom: 18px; padding: 20px; }
.store-settings-section-head { align-items: center; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 16px; }
.store-settings-section-head h2 { margin: 5px 0 4px; }
.store-settings-section-head p { color: #64748b; font-size: 12px; margin: 0; }
.store-settings-list { display: grid; gap: 8px; }
.store-settings-row { align-items: center; border: 1px solid #e5ebf0; border-radius: 12px; display: flex; gap: 14px; justify-content: space-between; min-height: 64px; padding: 10px 12px; }
.store-settings-row:hover, .store-settings-row:focus-within { border-color: #99f6e4; box-shadow: 0 5px 16px rgba(15, 118, 110, .08); }
.store-settings-row-main { align-items: center; display: flex; gap: 11px; min-width: 0; }
.store-settings-row-icon { align-items: center; background: #ecfeff; border-radius: 10px; color: #0f766e; display: inline-flex; flex: 0 0 36px; height: 36px; justify-content: center; width: 36px; }
.store-settings-row-main div { display: grid; gap: 3px; min-width: 0; }
.store-settings-row-main strong { color: #1e293b; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.store-settings-row-main small { color: #64748b; font-size: 11px; }
.store-settings-row-actions { display: flex; gap: 6px; opacity: 0; transform: translateX(4px); transition: opacity .18s ease, transform .18s ease; }
.store-settings-row:hover .store-settings-row-actions, .store-settings-row:focus-within .store-settings-row-actions { opacity: 1; transform: translateX(0); }
.store-settings-row-actions .store-btn { font-size: 11px; padding: 8px 10px; }
.store-settings-delete-form { margin: 0; }
.store-settings-modal[hidden] { display: none; }
.store-settings-modal { inset: 0; position: fixed; z-index: 1100; }
.store-settings-modal-backdrop { background: rgba(15, 23, 42, .48); inset: 0; position: absolute; }
.store-settings-dialog { background: #fff; border: 1px solid #e5ebf0; border-radius: 18px; box-shadow: 0 22px 70px rgba(15, 23, 42, .22); left: 50%; max-height: calc(100vh - 40px); max-width: 720px; opacity: 0; overflow-y: auto; padding: 22px; position: absolute; top: 50%; transform: translate(-50%, -46%) scale(.98); transition: opacity .18s ease, transform .18s ease; width: calc(100% - 30px); }
.store-settings-modal.is-open .store-settings-dialog { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.store-settings-dialog-head { align-items: flex-start; display: flex; justify-content: space-between; margin-bottom: 18px; }
.store-settings-dialog-head h2 { color: #111827; font-size: 21px; margin: 5px 0 0; }
.store-settings-close { align-items: center; background: #f8fafc; border: 1px solid #dbe4ec; border-radius: 9px; color: #64748b; cursor: pointer; display: inline-flex; height: 34px; justify-content: center; width: 34px; }
.store-settings-close:hover, .store-settings-close:focus-visible { background: #ecfeff; border-color: #5eead4; color: #0f766e; }
.store-settings-form-slot > form { display: block; }
.store-settings-modal-open { overflow: hidden; }
@media (max-width: 700px) { .store-settings-section-head { align-items: flex-start; flex-direction: column; } .store-settings-section-head .store-btn { width: 100%; } .store-settings-row-actions { opacity: 1; transform: none; } .store-settings-row-actions .store-btn span { display: none; } .store-settings-row-actions .store-btn { padding: 8px 9px; } .store-settings-dialog { padding: 17px; } }

@media (max-width: 1000px) {
	.store-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.store-detail, .store-hero { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
	.store-wrap { padding: 0 15px 44px; }
	.store-nav { padding-left: 15px; padding-right: 15px; }
	.store-brand { min-width: 0; }
	.store-brand strong { font-size: 14px; }
	.store-brand small, .store-account-link span, .store-cart-link span { display: none; }
	.store-nav-actions { min-width: 0; }
	.store-hero { border-radius: 16px; margin-top: 18px; padding: 28px 22px 20px; }
	.store-hero-art { min-height: 190px; }
	.store-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.store-cart-layout, .store-checkout-layout, .store-account-layout { grid-template-columns: 1fr; }
	.store-summary { position: static; }
	.store-cart-item { grid-template-columns: 56px minmax(0,1fr); }
	.store-cart-item img { height: 56px; width: 56px; }
	.store-cart-item-price { grid-column: 2; text-align: left; }
	.store-cart-item > form { grid-column: 2; }
	.store-form-grid { grid-template-columns: 1fr; }
	.store-field-full { grid-column: auto; }
	.store-filter-menu { flex: 0 0 auto; }
	.store-filter-panel { left: 0; right: auto; width: min(320px, calc(100vw - 30px)); }
	.store-footer { margin-top: 44px; }
	.store-footer-inner { padding-left: 15px; padding-right: 15px; }
	.store-footer-main { gap: 28px; grid-template-columns: 1fr 1fr; }
	.store-footer-brand-block { grid-column: 1 / -1; }
	.store-auth-page { padding: 20px 14px; }
	.store-auth-card { border-radius: 18px; padding: 25px 20px; }
}

@media (max-width: 430px) {
	.store-product-grid { gap: 10px; }
	.store-product-media { height: 150px; padding: 0; }
	.store-product-body { padding: 12px; }
	.store-product-name { font-size: 14px; }
	.store-product-price { font-size: 17px; }
	.store-product-actions { flex-direction: column; }
	.store-footer-main { grid-template-columns: 1fr; }
	.store-footer-brand-block { grid-column: auto; }
	.store-footer-bottom { align-items: flex-start; flex-direction: column; }
}

/* Standalone Gadget Point dashboard shell */
.gp-standalone {
	background: #f4f6f9;
	color: #111827;
	font-family: var(--gp-font-sans);
	margin: 0;
	min-height: 100vh;
}

.gp-standalone *,
.gp-standalone *::before,
.gp-standalone *::after {
	box-sizing: border-box;
}

.gp-standalone-sidebar {
	background: #343a40;
	bottom: 0;
	box-shadow: 12px 0 28px rgba(0, 0, 0, .08);
	color: #fff;
	left: 0;
	padding: 22px 18px;
	position: fixed;
	top: 0;
	width: 260px;
	z-index: 10;
	overflow-y: auto;
}

.gp-standalone-brand {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 22px;
	font-weight: 900;
	gap: 12px;
	margin-bottom: 28px;
	text-decoration: none;
}

.gp-standalone-brand:hover {
	color: #fff;
	text-decoration: none;
}

.gp-standalone-brand img {
	background: #fff;
	border-radius: 8px;
	height: 44px;
	width: 44px;
}

.gp-standalone-nav {
	display: grid;
	gap: 7px;
}

.gp-standalone-nav a,
.gp-standalone-back {
	align-items: center;
	border-radius: 12px;
	color: rgba(255, 255, 255, .74);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 12px;
	padding: 12px 14px;
	text-decoration: none;
}

.gp-standalone-nav a:hover,
.gp-standalone-nav a.active {
	background: #17a2b8;
	color: #fff;
	text-decoration: none;
}

.gp-standalone-nav i {
	text-align: center;
	width: 18px;
}

.gp-standalone-back {
	background: rgba(255, 255, 255, .08);
	bottom: 18px;
	left: 18px;
	position: absolute;
	right: 18px;
}

.gp-standalone-back:hover {
	background: rgba(255, 255, 255, .14);
	color: #fff;
	text-decoration: none;
}

.gp-standalone-main {
	margin-left: 260px;
	padding: 24px;
}

.gp-standalone-topbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.gp-standalone-topbar h1 {
	color: #111827;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 4px;
}

.gp-standalone-topbar p {
	color: #6b7280;
	margin: 0;
}

.gp-standalone-user {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: .25rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
	display: flex;
	font-weight: 800;
	gap: 12px;
	padding: 10px 12px 10px 18px;
}

.gp-standalone-user a {
	align-items: center;
	background: #f8f9fa;
	border-radius: .25rem;
	color: #343a40;
	display: flex;
	height: 34px;
	justify-content: center;
	text-decoration: none;
	width: 34px;
}

.gp-standalone-hero {
	background: #fff;
	border-radius: .25rem;
	border-top: 3px solid #17a2b8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	color: #343a40;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 320px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 26px;
	position: relative;
}

.gp-standalone-hero::after {
	display: none;
}

.gp-standalone-hero h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.12;
	margin: 0 0 10px;
	max-width: 720px;
	position: relative;
	z-index: 1;
}

.gp-standalone-hero p {
	color: #6c757d;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	max-width: 620px;
	position: relative;
	z-index: 1;
}

.gp-standalone-target {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	padding: 18px;
	position: relative;
	z-index: 1;
}

.gp-standalone-target span,
.gp-standalone-target small {
	color: #6c757d;
	display: block;
	font-weight: 800;
}

.gp-standalone-target strong {
	color: #343a40;
	display: block;
	font-size: 28px;
	font-weight: 900;
	margin: 8px 0 14px;
}

.gp-target-track {
	background: #dee2e6;
	border-radius: 999px;
	height: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.gp-target-track div {
	background: #17a2b8;
	border-radius: inherit;
	height: 100%;
}

.gp-standalone-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gp-standalone-content {
	display: grid;
	gap: 16px;
	grid-template-columns: 360px minmax(0, 1fr);
}

.gp-standalone .gp-card {
	border-radius: .25rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.gp-standalone .gp-panel-card {
	min-height: 230px;
	border-top: 3px solid rgba(23, 162, 184, .85);
}

@media (max-width: 1100px) {
	.gp-standalone-sidebar {
		position: static;
		width: auto;
	}

	.gp-standalone-back {
		margin-top: 14px;
		position: static;
	}

	.gp-standalone-main {
		margin-left: 0;
	}

	.gp-standalone-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gp-standalone-hero,
	.gp-standalone-content {
		grid-template-columns: 1fr;
	}

	.gp-standalone-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.store-admin-shell { min-height: 100vh; }
.store-admin-topbar { align-items: center; background: #fff; border-bottom: 1px solid #e5ebf0; display: flex; justify-content: space-between; padding: 16px 28px; }
.store-admin-brand { align-items: center; color: #111827; display: inline-flex; gap: 10px; text-decoration: none; }
.store-admin-brand img { border-radius: 10px; height: 38px; width: 38px; }
.store-admin-brand span { display: flex; flex-direction: column; line-height: 1.05; }
.store-admin-brand strong { font-size: 16px; font-weight: 900; }
.store-admin-brand small { color: #94a3b8; font-size: 9px; letter-spacing: .12em; margin-top: 4px; text-transform: uppercase; }
.store-admin-user { align-items: center; color: #64748b; display: flex; font-size: 12px; font-weight: 800; gap: 12px; }
.store-admin-user a { align-items: center; border: 1px solid #dbe4ec; border-radius: 9px; color: #334155; display: inline-flex; height: 34px; justify-content: center; text-decoration: none; width: 34px; }
.store-admin-nav { background: #111827; display: flex; flex-wrap: wrap; gap: 4px; padding: 8px 28px; }
.store-admin-nav a { border-radius: 8px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; padding: 10px 12px; text-decoration: none; }
.store-admin-nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
.store-admin-nav i { color: #5eead4; margin-right: 6px; }
.store-admin-main { margin: 0 auto; max-width: 1320px; padding: 30px 28px 60px; }
.store-admin-gallery { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); }
.store-admin-gallery-item { background: #f8fafc; border: 1px solid #e5ebf0; border-radius: 12px; overflow: hidden; }
.store-admin-gallery-item img { display: block; height: 140px; object-fit: contain; padding: 10px; width: 100%; }
.store-admin-gallery-item > div { align-items: center; border-top: 1px solid #e5ebf0; display: flex; justify-content: space-between; padding: 8px; }
.store-admin-gallery-item small { color: #64748b; font-size: 11px; }
.store-page *, .store-admin-shell * { transition-duration: .18s; }
@media (prefers-reduced-motion: reduce) {
	.store-page *, .store-page *::before, .store-page *::after, .store-admin-shell *, .store-admin-shell *::before, .store-admin-shell *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
.store-admin-heading { align-items: flex-end; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 22px; }
.store-admin-heading h1 { color: #111827; font-size: 32px; font-weight: 900; letter-spacing: -.04em; margin: 6px 0; }
.store-admin-heading p { color: #64748b; font-size: 13px; margin: 0; }
.store-admin-filter { align-items: center; background: #fff; border: 1px solid #e5ebf0; border-radius: 12px; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; padding: 10px; }
.store-admin-filter .store-input { flex: 1 1 280px; }
.store-admin-filter .store-select { flex: 0 1 220px; }
@media (max-width: 700px) { .store-admin-topbar, .store-admin-main { padding-left: 15px; padding-right: 15px; } .store-admin-heading { align-items: flex-start; flex-direction: column; } .store-admin-filter .store-input, .store-admin-filter .store-select, .store-admin-filter .store-btn { width: 100%; } .store-admin-nav { padding-left: 15px; padding-right: 15px; } }

@media (max-width: 640px) {
	.gp-standalone-sidebar,
	.gp-standalone-main {
		padding: 16px;
	}

	.gp-standalone-nav,
	.gp-standalone-grid {
		grid-template-columns: 1fr;
	}

	.gp-standalone-topbar {
		align-items: flex-start;
		gap: 14px;
		flex-direction: column;
	}

	.gp-standalone-hero {
		padding: 20px;
	}

	.gp-standalone-hero h2 {
		font-size: 26px;
	}
}

/* Final customer pricelist hero with real phone asset */
.gp-public {
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 107, 24, .12), transparent 290px),
		linear-gradient(180deg, #ffffff 0%, #fff7ed 42%, #ffffff 72%);
	overflow-x: hidden;
}

.gp-public-hero {
	background:
		linear-gradient(90deg, rgba(255, 250, 245, .98), rgba(255, 245, 235, .86)),
		radial-gradient(circle at 78% 76%, rgba(255, 159, 28, .95) 0 230px, transparent 232px);
}

.gp-public-hero::before {
	border: 1px solid rgba(255, 107, 24, .14);
	border-radius: 999px;
	color: rgba(255, 107, 24, .16);
	content: "\f013";
	font-family: "Font Awesome 5 Free";
	font-size: 72px;
	font-weight: 900;
	height: 124px;
	left: 40%;
	line-height: 124px;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 124px;
}

.gp-public-hero::after {
	border: 2px solid rgba(255, 107, 24, .14);
	border-radius: 18px;
	content: "";
	height: 94px;
	position: absolute;
	right: 94px;
	top: 72px;
	transform: rotate(8deg);
	width: 54px;
}

.gp-hero-phone-image {
	filter: drop-shadow(0 30px 48px rgba(17, 24, 39, .28));
	max-height: 430px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	position: absolute;
	right: 46px;
	top: 34px;
	width: min(520px, 44vw);
	z-index: 3;
}

.gp-hero-arc {
	background: linear-gradient(145deg, #ff8a00, #ffba2d);
	bottom: -118px;
	height: 330px;
	opacity: .92;
	right: 70px;
	width: 540px;
}

.gp-hero-shield {
	right: 118px;
	top: 270px;
}

.gp-public h1 {
	letter-spacing: 0;
}

.gp-public-lead {
	color: #374151;
}

.gp-list-heading p,
.gp-result-summary,
.gp-price-row span:first-child {
	color: #5f6877;
}

.gp-service-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
		radial-gradient(circle at 95% 22%, rgba(37, 211, 102, .13), transparent 90px);
}

.gp-total-box {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 12px;
	padding: 12px 14px;
}

@media (max-width: 900px) {
	.gp-public-hero::before,
	.gp-public-hero::after {
		display: none;
	}

	.gp-hero-phone-image {
		display: block;
	}
}

@media (max-width: 700px) {
	.gp-public-hero {
		padding-bottom: 210px;
	}

	.gp-public-visual {
		display: block;
		min-height: 0;
		position: static;
	}

	.gp-hero-arc {
		bottom: 20px;
		height: 150px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 280px;
	}

	.gp-hero-phone-image {
		bottom: 24px;
		left: 50%;
		max-height: 210px;
		right: auto;
		top: auto;
		transform: translateX(-50%);
		width: min(310px, 86vw);
	}

	.gp-hero-shield {
		border-radius: 14px;
		font-size: 18px;
		height: 44px;
		right: 42px;
		top: auto;
		bottom: 82px;
		width: 44px;
	}
}

/* Simplified public navbar and always-on WhatsApp shortcut */
.gp-public-nav {
	grid-template-columns: 1fr auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: max(24px, calc((100vw - 1280px) / 2 + 56px));
	padding-right: max(24px, calc((100vw - 1280px) / 2 + 56px));
	width: auto;
}

.gp-public-menu {
	display: none !important;
}

.gp-floating-whatsapp {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 18px 42px rgba(37, 211, 102, .34);
	color: #fff;
	display: inline-flex !important;
	font-size: 28px;
	height: 62px;
	justify-content: center;
	position: fixed;
	right: 22px;
	text-decoration: none;
	transition: background .18s ease, color .18s ease, transform .18s ease;
	width: 62px;
	z-index: 1000;
}

.gp-floating-whatsapp:hover {
	background: #16a34a;
	color: #fff;
	transform: translateY(-1px);
}

.gp-floating-whatsapp:focus-visible {
	outline: 3px solid #0f172a;
	outline-offset: 4px;
}

@media (max-width: 700px) {
	.gp-floating-whatsapp {
		bottom: max(16px, env(safe-area-inset-bottom));
		height: 56px;
		right: 16px;
		width: 56px;
	}

	.gp-public-nav {
		grid-template-columns: 1fr;
	}
}

/* AdminLTE-aligned dashboard styling for Gadget Point routes */
body.hold-transition .gp-page-header,
body.gp-standalone .gp-page-header {
	padding: 0 0 10px;
}

body.hold-transition .gp-page-title,
body.gp-standalone .gp-page-title,
body.gp-standalone .gp-standalone-topbar h1,
body.gp-standalone .gp-standalone-hero h2 {
	color: #343a40;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

body.hold-transition .gp-page-subtitle,
body.gp-standalone .gp-page-subtitle,
body.gp-standalone .gp-standalone-topbar p,
body.gp-standalone .gp-standalone-hero p,
body.gp-standalone .gp-standalone-target span,
body.gp-standalone .gp-standalone-target small,
body.hold-transition .gp-metric-note,
body.gp-standalone .gp-metric-note {
	color: #6c757d;
	font-size: .95rem;
	font-weight: 400;
}

body.hold-transition .gp-card,
body.gp-standalone .gp-card,
body.gp-standalone .gp-standalone-hero,
body.gp-standalone .gp-standalone-target,
body.gp-standalone .gp-standalone-user {
	background: #fff;
	border: 0 solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

body.hold-transition .gp-panel-card,
body.gp-standalone .gp-panel-card,
body.gp-standalone .gp-standalone-hero {
	border-top: 3px solid rgba(23, 162, 184, .85);
}

body.hold-transition .gp-card h5,
body.gp-standalone .gp-card h5,
body.gp-standalone .gp-standalone-target strong {
	color: #343a40;
	font-size: 1rem;
	font-weight: 700;
}

body.hold-transition .gp-metric,
body.gp-standalone .gp-metric {
	min-height: 108px;
	padding: 14px 56px 14px 16px;
}

body.hold-transition .gp-metric-label,
body.gp-standalone .gp-metric-label {
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.25;
}

body.hold-transition .gp-metric-value,
body.gp-standalone .gp-metric-value {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

body.hold-transition .gp-btn,
body.gp-standalone .gp-btn,
body.hold-transition .gp-filter-tabs a,
body.gp-standalone .gp-filter-tabs a {
	border-radius: .25rem;
	font-size: .875rem;
	font-weight: 600;
	padding: .375rem .75rem;
}

body.hold-transition .gp-btn-primary,
body.gp-standalone .gp-btn-primary,
body.hold-transition .gp-filter-tabs a.active,
body.gp-standalone .gp-filter-tabs a.active {
	background: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}

body.hold-transition .gp-btn-primary:hover,
body.gp-standalone .gp-btn-primary:hover {
	background: #138496;
	color: #fff;
}

body.hold-transition .gp-btn-muted,
body.gp-standalone .gp-btn-muted {
	background: #f8f9fa;
	color: #343a40;
}

body.hold-transition .gp-form-control,
body.gp-standalone .gp-form-control {
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-shadow: none;
	font-size: 1rem;
	min-height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
}

body.hold-transition .gp-form-control:focus,
body.gp-standalone .gp-form-control:focus {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

body.hold-transition .gp-empty,
body.gp-standalone .gp-empty {
	border: 1px dashed #ced4da;
	border-radius: .25rem;
	padding: 1rem;
}

body.hold-transition .gp-price-row,
body.gp-standalone .gp-price-row {
	border-top-color: #e9ecef;
}

body.hold-transition .gp-badge,
body.gp-standalone .gp-badge {
	border-radius: .25rem;
	font-size: .75rem;
	font-weight: 700;
	padding: .35rem .5rem;
}

body.gp-standalone {
	background: #f4f6f9;
	font-family: var(--gp-font-sans);
}

body.gp-standalone .gp-standalone-sidebar {
	background: #343a40;
	box-shadow: 12px 0 28px rgba(0, 0, 0, .08);
}

body.gp-standalone .gp-standalone-nav a,
body.gp-standalone .gp-standalone-back {
	border-radius: .25rem;
	font-size: .95rem;
	font-weight: 600;
}

body.gp-standalone .gp-standalone-nav a:hover,
body.gp-standalone .gp-standalone-nav a.active {
	background: #17a2b8;
}

body.gp-standalone .gp-standalone-main {
	padding: 24px;
}

body.gp-standalone .gp-standalone-target {
	border: 1px solid #dee2e6;
}

body.gp-standalone .gp-target-track {
	background: #dee2e6;
	border-radius: 999px;
}

body.gp-standalone .gp-target-track div {
	background: #17a2b8;
}

.gp-shell-body {
	overflow-x: hidden;
}

.gp-shell-sidebar {
	padding: 0;
	overflow-y: auto;
}

.gp-shell-brand {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	border-radius: 0;
	gap: 14px;
	margin-bottom: 0;
	padding: 18px 22px;
}

.gp-shell-brand img {
	border-radius: 6px;
	height: 38px;
	width: 38px;
}

.gp-shell-brand span {
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: .01em;
}

.gp-shell-user {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	display: flex;
	gap: 12px;
	margin: 0 10px 6px;
	padding: 16px 14px 18px;
}

.gp-shell-user-avatar img {
	border-radius: 999px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .22);
	height: 42px;
	object-fit: cover;
	width: 42px;
}

.gp-shell-user-meta strong {
	color: #d7dde4;
	display: block;
	font-size: 1rem;
	font-weight: 400;
}

.gp-shell-nav {
	padding: 10px 10px 24px;
}

.gp-shell-nav-title {
	color: rgba(255, 255, 255, .52);
	font-size: .8rem;
	font-weight: 600;
	margin: 18px 18px 8px;
	text-transform: uppercase;
}

.gp-shell-nav-group {
	display: grid;
	gap: 6px;
}

.gp-shell-nav-link {
	align-items: center;
	border-radius: .25rem;
	color: rgba(255, 255, 255, .76);
	display: flex;
	font-size: .95rem;
	font-weight: 400;
	gap: 12px;
	padding: 12px 18px;
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease;
}

.gp-shell-nav-link i {
	font-size: 1rem;
	text-align: center;
	width: 18px;
}

.gp-shell-nav-link:hover,
.gp-shell-nav-link.active {
	background: #ffc107;
	color: #1f2328;
	text-decoration: none;
}

.gp-shell-main {
	padding: 0;
}

.gp-shell-topbar {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	padding: 16px 24px;
	position: sticky;
	top: 0;
	z-index: 30;
}

.gp-shell-topbar-left,
.gp-shell-topbar-actions {
	align-items: center;
	display: flex;
	gap: 18px;
}

.gp-shell-menu-toggle {
	background: transparent;
	border: 0;
	color: #6c757d;
	font-size: 1.2rem;
	line-height: 1;
	padding: 0;
}

.gp-shell-branch {
	color: #212529;
	font-size: 1.85rem;
	font-weight: 700;
	line-height: 1.1;
}

.gp-shell-logout {
	color: #6c757d;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
}

.gp-shell-logout:hover {
	color: #343a40;
	text-decoration: none;
}

.gp-shell-content {
	padding: 24px;
}

body.gp-shell-collapsed .gp-shell-sidebar {
	width: 84px;
}

body.gp-shell-collapsed .gp-shell-main {
	margin-left: 84px;
}

body.gp-shell-collapsed .gp-shell-brand span,
body.gp-shell-collapsed .gp-shell-user-meta,
body.gp-shell-collapsed .gp-shell-nav-title,
body.gp-shell-collapsed .gp-shell-nav-link span {
	display: none;
}

body.gp-shell-collapsed .gp-shell-brand,
body.gp-shell-collapsed .gp-shell-user,
body.gp-shell-collapsed .gp-shell-nav-link {
	justify-content: center;
}

@media (max-width: 1100px) {
	.gp-shell-topbar {
		padding: 14px 18px;
	}

	.gp-shell-branch {
		font-size: 1.4rem;
	}
}

@media (max-width: 640px) {
	.gp-shell-topbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.gp-shell-topbar-left,
	.gp-shell-topbar-actions {
		width: 100%;
	}

	.gp-shell-topbar-actions {
		justify-content: space-between;
	}

	.gp-shell-content {
		padding: 16px;
	}
}


body.gp-standalone .gp-standalone-main.gp-shell-main {
	padding: 0;
}


body.gp-standalone .gp-shell-main {
	margin: 0 0 0 260px !important;
	max-width: calc(100vw - 260px);
	padding: 0 !important;
	width: calc(100vw - 260px);

}

body.gp-standalone .gp-shell-topbar {
	margin: 0 !important;
	width: 100%;
}

body.gp-shell-collapsed .gp-shell-main {
	margin-left: 84px !important;
	max-width: calc(100vw - 84px);
	width: calc(100vw - 84px);
}

@media (max-width: 1100px) {
	body.gp-standalone .gp-shell-main,
	body.gp-shell-collapsed .gp-shell-main {
		margin-left: 0 !important;
		max-width: 100%;
		width: 100%;
	}
}


.gp-page-title,
body.hold-transition .gp-page-title,
body.gp-standalone .gp-page-title,
body.gp-standalone .gp-standalone-topbar h1,
body.gp-standalone .gp-standalone-hero h2 {
	font-size: 2.35rem;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.gp-page-subtitle {
	font-size: 1.08rem;
	line-height: 1.6;
}

.gp-card h5,
body.hold-transition .gp-card h5,
body.gp-standalone .gp-card h5,
body.gp-standalone .gp-standalone-target strong {
	font-size: 1.1rem;
	font-weight: 800;
}

.gp-home-dashboard .gp-page-header {
	padding-bottom: 18px;
}

.gp-home-overview {
	border-top: 4px solid #17a2b8;
	overflow: hidden;
	padding: 0;
}

.gp-home-overview-body {
	padding: 24px 26px;
}

.gp-home-overview-main {
	padding-right: 12px;
}

.gp-home-overview-title {
	color: #111827;
	font-family: var(--gp-font-mono);
	font-size: 2.65rem;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 8px;
	letter-spacing: -0.03em;
}

.gp-home-overview-profit {
	color: var(--gp-green);
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0;
}

.gp-home-target-panel {
	background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
	border-left: 1px solid #e9ecef;
	height: 100%;
	padding: 24px 26px;
}

.gp-home-target-panel h5,
.gp-home-overview-body h5 {
	color: #4b5563;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.gp-home-side-stat {
	border-top: 4px solid #6f42c1;
	height: calc(100% - 1rem);
}

.gp-home-side-stat .gp-metric-value {
	font-size: 2.1rem;
}

.gp-home-stat-card {
	padding: 20px 22px;
	border: none;
}

.gp-home-detail-card,
.gp-home-chart-card {
	border-top: 4px solid #17a2b8;
}

.gp-home-detail-card h5,
.gp-home-chart-card h5 {
	font-size: 1.1rem;
	font-weight: 800;
}

.gp-home-dashboard .gp-price-row {
	padding: 12px 0;
}

@media (max-width: 991.98px) {
	.gp-home-target-panel {
		border-left: 0;
		border-top: 1px solid #e9ecef;
	}
}

@media (max-width: 767.98px) {
	.gp-page-title,
	body.hold-transition .gp-page-title,
	body.gp-standalone .gp-page-title,
	body.gp-standalone .gp-standalone-topbar h1,
	body.gp-standalone .gp-standalone-hero h2 {
		font-size: 2rem;
	}

	.gp-home-overview-body,
	.gp-home-target-panel {
		padding: 20px;
	}

	.gp-home-overview-title {
		font-size: 1.8rem;
	}
}

/* Pricelist filter QA fix */
.gp-search-field {
	margin: 0;
}

.gp-search-field .gp-form-control {
	height: 72px;
	padding-bottom: 0;
	padding-left: 72px;
	padding-right: 168px;
	padding-top: 0;
}

.gp-filter-col .gp-form-control {
	border-radius: 18px;
	height: 58px;
	padding: 0 20px;
}

.gp-list-heading {
	align-items: end;
	gap: 16px 24px;
	margin-top: 28px;
}

.gp-list-heading p {
	line-height: 1.5;
	max-width: 560px;
}

.gp-result-summary {
	gap: 10px 12px;
}

.gp-service-card {
	padding: 22px;
}

.gp-price-row {
	padding: 10px 0;
}

@media (max-width: 700px) {
	.gp-search-field .gp-form-control {
		height: 54px;
		padding-bottom: 0;
		padding-left: 48px;
		padding-right: 92px;
		padding-top: 0;
	}

	.gp-filter-col .gp-form-control {
		height: 52px;
		padding: 0 16px;
	}

	.gp-search-submit {
		right: 6px;
		top: 5px;
		width: 78px !important;
	}

	.gp-list-heading {
		margin-top: 24px;
	}
}

.gp-card-link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.gp-card-link:hover,
.gp-card-link:focus {
	color: inherit;
	text-decoration: none;
}

.gp-card-link .gp-card,
.gp-card-link.gp-card {
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gp-card-link:hover .gp-card,
.gp-card-link:focus .gp-card,
.gp-card-link.gp-card:hover,
.gp-card-link.gp-card:focus {
	box-shadow: 0 12px 28px rgba(17, 24, 39, .14);
	transform: translateY(-3px);
}

.gp-card-link:focus {
	outline: none;
}

.gp-card-action {
	align-items: center;
	color: #17a2b8;
	display: inline-flex;
	font-size: .86rem;
	font-weight: 700;
	gap: 6px;
	margin-top: 12px;
}

.gp-card-link:hover .gp-card-action,
.gp-card-link:focus .gp-card-action {
	color: #138496;
}

.gp-card-link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.gp-card-link:hover,
.gp-card-link:focus {
	color: inherit;
	text-decoration: none;
}

.gp-card-link .gp-card,
.gp-card-link.gp-card {
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gp-card-link:hover .gp-card,
.gp-card-link:focus .gp-card,
.gp-card-link.gp-card:hover,
.gp-card-link.gp-card:focus {
	box-shadow: 0 12px 28px rgba(17, 24, 39, .14);
	transform: translateY(-3px);
}

.gp-card-link:focus {
	outline: none;
}

.gp-card-action {
	align-items: center;
	color: #17a2b8;
	display: inline-flex;
	font-size: .86rem;
	font-weight: 700;
	gap: 6px;
	margin-top: 12px;
}

.gp-card-link:hover .gp-card-action,
.gp-card-link:focus .gp-card-action {
	color: #138496;
}

.gp-metric,
.gp-home-stat-card,
body.hold-transition .gp-metric,
body.gp-standalone .gp-metric {
	background: #ffffff !important;
	border: 1px solid #e8edf3;
	border-top-width: 4px;
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
	color: #1f2937 !important;
	display: flex;
	flex-direction: column;
	min-height: 214px;
	padding: 26px 26px 22px 26px;
	position: relative;
}

.gp-metric::after,
body.hold-transition .gp-metric::after,
body.gp-standalone .gp-metric::after {
	color: rgba(100, 116, 139, .22) !important;
	font-size: 54px;
	right: 22px;
	top: 36px;
	transform: none;
}

.gp-metric-teal,
.gp-metric-amber,
.gp-metric-green,
.gp-metric-purple,
.gp-metric-red {
	color: #1f2937 !important;
}

.gp-metric-teal,
.gp-home-stat-card.gp-metric-teal {
	border-top-color: #2f80ed !important;
}

.gp-metric-amber,
.gp-home-stat-card.gp-metric-amber {
	border-top-color: #2f80ed !important;
}

.gp-metric-green,
.gp-home-stat-card.gp-metric-green {
	border-top-color: #2f80ed !important;
}

.gp-metric-purple,
.gp-home-stat-card.gp-metric-purple {
	border-top-color: #2f80ed !important;
}

.gp-metric-red,
.gp-home-stat-card.gp-metric-red {
	border-top-color: #2f80ed !important;
}

.gp-metric .gp-metric-value,
.gp-metric-teal .gp-metric-value,
.gp-metric-amber .gp-metric-value,
.gp-metric-green .gp-metric-value,
.gp-metric-purple .gp-metric-value,
.gp-metric-red .gp-metric-value,
body.hold-transition .gp-metric-value,
body.gp-standalone .gp-metric-value {
	color: #1f2f4a !important;
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.05;
	margin: 0 0 18px;
}

.gp-metric .gp-metric-label,
.gp-metric-teal .gp-metric-label,
.gp-metric-amber .gp-metric-label,
.gp-metric-green .gp-metric-label,
.gp-metric-purple .gp-metric-label,
.gp-metric-red .gp-metric-label,
body.hold-transition .gp-metric-label,
body.gp-standalone .gp-metric-label {
	color: #1f2f4a !important;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 8px;
	order: 2;
}

.gp-metric .gp-metric-note,
.gp-metric-teal .gp-metric-note,
.gp-metric-amber .gp-metric-note,
.gp-metric-green .gp-metric-note,
.gp-metric-purple .gp-metric-note,
.gp-metric-red .gp-metric-note,
body.hold-transition .gp-metric-note,
body.gp-standalone .gp-metric-note {
	color: #6b7280 !important;
	font-size: .94rem;
	line-height: 1.45;
	margin-top: 0;
	order: 3;
}

.gp-metric .gp-card-action {
	margin-top: auto;
	padding-top: 16px;
}

.gp-panel-card,
.gp-home-detail-card,
.gp-home-chart-card {
	border: 1px solid #e8edf3;
	border-top: 4px solid #2f80ed;
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
}

.gp-panel-card h5,
.gp-home-detail-card h5,
.gp-home-chart-card h5 {
	color: #1f2f4a;
	font-size: 1rem;
	font-weight: 800;
}

.gp-card-link:hover .gp-card,
.gp-card-link:focus .gp-card,
.gp-card-link.gp-card:hover,
.gp-card-link.gp-card:focus {
	box-shadow: 0 14px 32px rgba(15, 23, 42, .12);
	transform: translateY(-4px);
}

@media (max-width: 767.98px) {
	.gp-metric,
	.gp-home-stat-card,
	body.hold-transition .gp-metric,
	body.gp-standalone .gp-metric {
		min-height: 190px;
		padding: 22px 20px 18px 20px;
	}

	.gp-metric::after,
	body.hold-transition .gp-metric::after,
	body.gp-standalone .gp-metric::after {
		font-size: 42px;
		right: 18px;
		top: 26px;
	}

	.gp-metric .gp-metric-value,
	.gp-metric-teal .gp-metric-value,
	.gp-metric-amber .gp-metric-value,
	.gp-metric-green .gp-metric-value,
	.gp-metric-purple .gp-metric-value,
	.gp-metric-red .gp-metric-value {
		font-size: 1.85rem;
	}
}

.gp-card,
.gp-panel-card,
.gp-home-detail-card,
.gp-home-chart-card {
	position: relative;
}

.gp-card:not(.gp-metric)::after {
	color: rgba(100, 116, 139, .18);
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	font-size: 46px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 22px;
	top: 22px;
}

.gp-metric::after,
body.hold-transition .gp-metric::after,
body.gp-standalone .gp-metric::after {
	font-size: 48px;
}

.gp-metric,
.gp-home-stat-card,
body.hold-transition .gp-metric,
body.gp-standalone .gp-metric {
	min-height: 196px;
	padding: 24px 24px 20px 24px;
}

.gp-metric .gp-metric-value,
.gp-metric-teal .gp-metric-value,
.gp-metric-amber .gp-metric-value,
.gp-metric-green .gp-metric-value,
.gp-metric-purple .gp-metric-value,
.gp-metric-red .gp-metric-value,
body.hold-transition .gp-metric-value,
body.gp-standalone .gp-metric-value {
	font-size: 1.95rem;
	margin: 0 0 14px;
}

.gp-metric .gp-metric-label,
.gp-metric-teal .gp-metric-label,
.gp-metric-amber .gp-metric-label,
.gp-metric-green .gp-metric-label,
.gp-metric-purple .gp-metric-label,
.gp-metric-red .gp-metric-label,
body.hold-transition .gp-metric-label,
body.gp-standalone .gp-metric-label {
	font-size: .92rem;
	margin: 0 0 6px;
}

.gp-metric .gp-metric-note,
.gp-metric-teal .gp-metric-note,
.gp-metric-amber .gp-metric-note,
.gp-metric-green .gp-metric-note,
.gp-metric-purple .gp-metric-note,
.gp-metric-red .gp-metric-note,
body.hold-transition .gp-metric-note,
body.gp-standalone .gp-metric-note {
	font-size: .84rem;
}

.gp-card h5,
body.hold-transition .gp-card h5,
body.gp-standalone .gp-card h5,
body.gp-standalone .gp-standalone-target strong,
.gp-panel-card h5,
.gp-home-detail-card h5,
.gp-home-chart-card h5 {
	font-size: .98rem;
}

.gp-card-action {
	font-size: .8rem;
}

.gp-home-overview-title {
	font-size: 2.25rem;
}

@media (max-width: 767.98px) {
	.gp-card:not(.gp-metric)::after {
		font-size: 38px;
		right: 16px;
		top: 16px;
	}

	.gp-metric,
	.gp-home-stat-card,
	body.hold-transition .gp-metric,
	body.gp-standalone .gp-metric {
		min-height: 176px;
		padding: 20px 18px 18px 18px;
	}

	.gp-metric::after,
	body.hold-transition .gp-metric::after,
	body.gp-standalone .gp-metric::after {
		font-size: 40px;
		right: 18px;
		top: 24px;
	}

	.gp-metric .gp-metric-value,
	.gp-metric-teal .gp-metric-value,
	.gp-metric-amber .gp-metric-value,
	.gp-metric-green .gp-metric-value,
	.gp-metric-purple .gp-metric-value,
	.gp-metric-red .gp-metric-value {
		font-size: 1.7rem;
	}

	.gp-home-overview-title {
		font-size: 1.95rem;
	}
}
/* Card height fit override */
.gp-card-link,
.gp-card-link .gp-card,
.gp-panel-card,
.gp-home-detail-card,
.gp-home-chart-card,
.gp-metric,
.gp-home-stat-card,
body.hold-transition .gp-metric,
body.gp-standalone .gp-metric {
	height: fit-content !important;
	min-height: auto !important;
}

@media (max-width: 767.98px) {
	.gp-panel-card,
	.gp-home-detail-card,
	.gp-home-chart-card,
	.gp-metric,
	.gp-home-stat-card,
	body.hold-transition .gp-metric,
	body.gp-standalone .gp-metric {
		height: fit-content !important;
		min-height: auto !important;
	}
}

/* Gadget Point settings page */
.gp-settings-hero,
.gp-settings-sidecard,
.gp-settings-info-card,
.gp-settings-feature-card {
	min-height: 100%;
}

.gp-settings-lead {
	color: #475569;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 18px;
	max-width: 760px;
}

.gp-settings-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.gp-settings-chip {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #dbe6f1;
	border-radius: 999px;
	color: #334155;
	display: inline-flex;
	font-size: .88rem;
	font-weight: 700;
	gap: 8px;
	padding: 10px 14px;
}

.gp-settings-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gp-settings-page .gp-price-row strong a {
	color: #138496;
	text-decoration: none;
}

.gp-settings-page .gp-price-row strong a:hover {
	text-decoration: underline;
}

.gp-settings-feature-card .gp-metric-note {
	margin-bottom: 18px;
	max-width: 860px;
}

.gp-settings-feature-item {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
	border: 1px solid #e4edf5;
	border-radius: 14px;
	height: 100%;
	padding: 16px;
}

.gp-settings-feature-name {
	color: #1f2937;
	font-size: .95rem;
	font-weight: 800;
	margin-bottom: 10px;
}

.gp-settings-feature-status {
	align-items: center;
	color: #0f766e;
	display: inline-flex;
	font-size: .84rem;
	font-weight: 800;
	gap: 8px;
}

@media (max-width: 767.98px) {
	.gp-settings-chip-row,
	.gp-settings-actions {
		gap: 8px;
	}

	.gp-settings-chip {
		font-size: .82rem;
		width: 100%;
	}
}

/* ── Filter labels (pricelist public) ── */
.gp-filter-label {
	color: #374151;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .01em;
	margin-bottom: 6px;
}

.gp-search-field-wrapper {
	grid-column: 1 / -1;
}

.gp-filter-grid .gp-search-field-wrapper .gp-search-field {
	display: block;
}

.gp-filter-col {
	display: flex;
	flex-direction: column;
}

.gp-filter-col .gp-form-control {
	flex: 1;
}

/* ── Service notes ── */
.gp-service-notes {
	color: #6b7280;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 8px;
	margin-bottom: 12px;
}

/* ── Public Pricelist Pagination ── */
.gp-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 36px;
	width: 100%;
}

.gp-pagination-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 6px;
	background: var(--gp-white);
	padding: 6px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04), 0 1px 2px rgba(15, 23, 42, 0.06);
	border: 1px solid var(--gp-line);
}

.gp-pagination-item {
	display: inline-block;
}

.gp-pagination-link,
.gp-pagination-ellipsis {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	color: var(--gp-dark);
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
}

.gp-pagination-link:hover {
	background: var(--gp-soft);
	color: var(--gp-orange-dark);
}

.gp-pagination-item.gp-active .gp-pagination-link {
	background: var(--gp-orange);
	color: var(--gp-white);
	box-shadow: 0 4px 10px rgba(249, 115, 22, 0.25);
}

.gp-pagination-item.gp-disabled .gp-pagination-link {
	color: #9ca3af;
	cursor: not-allowed;
	pointer-events: none;
}

.gp-pagination-ellipsis {
	color: #9ca3af;
	cursor: default;
}

/* Product polish: shared public and Gadget Point surfaces */
.gp-public-proof-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 24px;
}

.gp-public-proof-item {
	align-items: center;
	color: #374151;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
}

.gp-public-proof-item i {
	color: #17a2b8;
	font-size: 14px;
}

.gp-public .gp-section-eyebrow {
	color: #ff6b18;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.gp-public .gp-list-heading {
	margin-top: 42px;
}

.gp-public .gp-list-heading h2 {
	letter-spacing: -.025em;
}

.gp-public .gp-service-card {
	background: #fff;
	border-top: 3px solid rgba(255, 107, 24, .72);
	box-shadow: 0 12px 28px rgba(17, 24, 39, .06);
	position: relative;
}

.gp-public .gp-service-card:hover {
	box-shadow: 0 18px 38px rgba(17, 24, 39, .11);
	transform: translateY(-4px);
}

.gp-public .gp-service-brand {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	padding: 5px 8px;
}

.gp-public .gp-total-box {
	background: #fffaf5;
	border-color: #fed7aa;
}

.gp-public .gp-service-card .gp-btn {
	box-shadow: none;
	font-size: 13px;
	font-weight: 800;
}

.gp-public .gp-service-card .gp-btn:hover {
	box-shadow: 0 8px 18px rgba(249, 115, 22, .2);
}

.gp-public .gp-pagination-list {
	box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

body.hold-transition .gp-page-header,
body.gp-standalone .gp-page-header {
	border-left: 4px solid #17a2b8;
	margin: 4px 0 22px;
	padding: 4px 0 4px 16px;
}

body.hold-transition .gp-page-title,
body.gp-standalone .gp-page-title {
	font-size: clamp(1.55rem, 2.4vw, 2.15rem);
	letter-spacing: -.025em;
}

body.hold-transition .gp-page-subtitle,
body.gp-standalone .gp-page-subtitle {
	color: #64748b;
	line-height: 1.55;
	max-width: 820px;
}

body.hold-transition .gp-card,
body.gp-standalone .gp-card {
	border: 1px solid #e7edf3;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
}

body.hold-transition .gp-card:hover,
body.gp-standalone .gp-card:hover {
	border-color: #d7e3ec;
}

body.hold-transition .gp-filter-tabs,
body.gp-standalone .gp-filter-tabs {
	background: #f8fafc;
	border: 1px solid #e5eaf0;
	border-radius: 12px;
	display: inline-flex;
	margin-bottom: 20px;
	padding: 5px;
}

body.hold-transition .gp-filter-tabs a,
body.gp-standalone .gp-filter-tabs a {
	border: 0;
	border-radius: 8px;
	color: #64748b;
	padding: 8px 12px;
}

body.hold-transition .gp-filter-tabs a.active,
body.gp-standalone .gp-filter-tabs a.active {
	box-shadow: 0 4px 10px rgba(23, 162, 184, .18);
}

body.hold-transition .gp-filter-inline,
body.gp-standalone .gp-filter-inline {
	align-items: center;
	background: #fff;
	border: 1px solid #e7edf3;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, .035);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px !important;
	padding: 10px;
}

body.hold-transition .gp-filter-inline .form-control,
body.gp-standalone .gp-filter-inline .form-control {
	margin-right: 0 !important;
}

body.hold-transition .table,
body.gp-standalone .table {
	margin-bottom: 0;
}

body.hold-transition .table thead th,
body.gp-standalone .table thead th {
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
	border-top: 0;
	color: #475569;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.hold-transition .table td,
body.hold-transition .table th,
body.gp-standalone .table td,
body.gp-standalone .table th {
	vertical-align: middle;
}

body.hold-transition .table tbody tr:hover,
body.gp-standalone .table tbody tr:hover {
	background: #f8fbfd;
}

body.hold-transition .gp-home-dashboard .gp-card,
body.gp-standalone .gp-home-dashboard .gp-card {
	box-shadow: 0 10px 26px rgba(15, 23, 42, .055);
}

@media (max-width: 700px) {
	.gp-public-proof-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.gp-public .gp-list-heading {
		margin-top: 32px;
	}

	body.hold-transition .gp-filter-tabs,
	body.gp-standalone .gp-filter-tabs {
		display: flex;
		overflow-x: auto;
		max-width: 100%;
		white-space: nowrap;
	}

	body.hold-transition .gp-filter-inline,
	body.gp-standalone .gp-filter-inline {
		align-items: stretch;
		flex-direction: column;
	}

	body.hold-transition .gp-filter-inline .form-control,
	body.gp-standalone .gp-filter-inline .form-control,
	body.hold-transition .gp-filter-inline .gp-btn,
	body.gp-standalone .gp-filter-inline .gp-btn {
		width: 100%;
	}
}

/* Shared minimal storefront skin: keep the service pricelist aligned with /shop. */
html {
	scrollbar-color: #cbd5e1 #f1f5f9;
	scrollbar-width: thin;
}

html::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

html::-webkit-scrollbar-track {
	background: #f1f5f9;
}

html::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border: 3px solid #f1f5f9;
	border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

.gp-public {
	background: #f8fafc;
	color: #111827;
	min-height: 100vh;
}

.gp-public-shell {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 24px 64px;
}

.gp-public .gp-public-hero {
	align-items: center;
	background: linear-gradient(135deg, #fff7ed 0%, #fff 58%, #ecfeff 100%);
	border: 1px solid #e5ebf0;
	border-radius: 20px;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr);
	margin-top: 28px;
	min-height: 320px;
	overflow: visible;
	padding: 40px;
}

.gp-public .gp-public-hero::before,
.gp-public .gp-public-hero::after {
	display: none;
}

.gp-public .gp-public-hero-copy {
	position: relative;
	z-index: 2;
}

.gp-public .gp-public-kicker {
	color: #ff6b18;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.gp-public .gp-public h1,
.gp-public h1 {
	color: #111827;
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.05;
	margin: 0;
	max-width: 600px;
}

.gp-public .gp-public-lead {
	color: #475569;
	font-size: 15px;
	line-height: 1.65;
	margin: 14px 0 0;
	max-width: 570px;
}

.gp-public .gp-public-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.gp-public .gp-public-visual-wrap {
	min-height: 250px;
	position: relative;
}

.gp-public .gp-public-visual {
	background: #111827;
	border-radius: 24px;
	display: block;
	inset: 0;
	min-height: 0;
	overflow: hidden;
	position: absolute;
}

.gp-public .gp-hero-arc {
	background: #ff6b18;
	border-radius: 50%;
	bottom: -150px;
	height: 360px;
	op: auto;
	right: -45px;
	width: 360px;
}

.gp-public .gp-hero-phone-image {
	bottom: -18px;
	max-height: 330px;
	right: 2%;
	top: auto;
	width: min(390px, 92%);
}

.gp-public .gp-hero-shield {
	border-radius: 14px;
	font-size: 20px;
	height: 54px;
	right: 24px;
	top: 24px;
	width: 54px;
}

.gp-public .gp-filter-grid {
	background: transparent;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 30px 0 0;
	padding: 0;
	position: static;
}

.gp-public .gp-search-field-wrapper {
	grid-column: 1 / -1;
}

.gp-public .gp-filter-label {
	color: #334155;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
}

.gp-public .gp-search-field .gp-form-control {
	border-color: #dbe4ec;
	border-radius: 10px;
	box-shadow: none;
	height: 52px;
	padding-left: 46px;
	padding-right: 126px;
}

.gp-public .gp-search-field .gp-form-control:focus,
.gp-public .gp-filter-col .gp-form-control:focus {
	border-color: #17a2b8;
	box-shadow: 0 0 0 3px rgba(23, 162, 184, .12);
}

.gp-public .gp-search-field i {
	font-size: 16px;
	left: 16px;
}

.gp-public .gp-search-submit {
	height: 44px;
	min-height: 44px !important;
	right: 4px;
	top: 4px;
	width: 112px;
}

.gp-public .gp-filter-col .gp-form-control {
	border-color: #dbe4ec;
	border-radius: 10px;
	box-shadow: none;
	height: 44px;
}

.gp-public .gp-list-heading {
	margin: 42px 0 18px;
}

.gp-public .gp-list-heading h2 {
	color: #111827;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: -.03em;
	margin: 6px 0 0;
}

.gp-public .gp-list-heading p {
	color: #64748b;
	font-size: 13px;
	margin: 5px 0 0;
}

.gp-public .gp-result-summary {
	color: #64748b;
	font-size: 12px;
}

.gp-public .gp-service-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.gp-public .gp-service-card {
	background: #fff;
	border: 1px solid #e5ebf0;
	border-radius: 16px;
	box-shadow: none;
	min-height: 0;
	padding: 20px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gp-public .gp-service-card:hover {
	border-color: #f4b183;
	box-shadow: 0 18px 34px rgba(15, 23, 42, .09);
	transform: translateY(-3px);
}

.gp-public .gp-service-title {
	color: #1e293b;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
}

.gp-public .gp-service-device,
.gp-public .gp-price-row span:first-child {
	color: #64748b;
	font-size: 12px;
}

.gp-public .gp-total-box {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 12px;
	margin: 14px 0 8px;
	padding: 12px 14px;
}

.gp-public .gp-total-box span {
	color: #9a3412;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
}

.gp-public .gp-total-box strong {
	color: #ea580c;
	font-size: 20px;
	font-weight: 900;
}

.gp-public .gp-price-row {
	border-top: 1px solid #eef2f6;
	padding: 9px 0;
}

.gp-public .gp-price-row strong {
	color: #1e293b;
	font-size: 12px;
}

.gp-public .gp-service-card .gp-btn {
	border-radius: 10px;
	font-size: 12px;
	font-weight: 800;
	height: 42px;
	margin-top: auto;
}

.gp-public .gp-empty {
	border-radius: 16px;
	margin: 0;
	padding: 64px 24px;
}

.gp-public .gp-pagination {
	margin-top: 28px;
}

@media (max-width: 1000px) {
	.gp-public .gp-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.gp-public-shell {
		padding: 0 15px 44px;
	}

	.gp-public .gp-public-hero {
		grid-template-columns: 1fr;
		margin-top: 18px;
		padding: 28px 22px 20px;
	}

	.gp-public .gp-public-visual-wrap {
		min-height: 190px;
	}

	.gp-public .gp-filter-grid {
		grid-template-columns: 1fr;
		margin-top: 24px;
	}

	.gp-public .gp-service-grid {
		grid-template-columns: 1fr;
	}

	.gp-public .gp-list-heading {
		display: block;
		margin-top: 32px;
	}

	.gp-public .gp-result-summary {
		justify-content: flex-start;
		margin-top: 12px;
	}
}

/* Store action feedback */
.store-toast-region {
	display: grid;
	gap: 10px;
	max-width: min(380px, calc(100vw - 30px));
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 100;
}

.store-toast {
	align-items: center;
	animation: store-toast-in .22s ease-out both;
	background: rgba(255, 255, 255, .97);
	border: 1px solid #dbe4ec;
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
	color: #1e293b;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	min-height: 54px;
	padding: 12px 14px;
}

.store-toast > i:first-child { color: #16a34a; font-size: 17px; }
.store-toast span { flex: 1; line-height: 1.4; }
.store-toast button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #94a3b8;
	cursor: pointer;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	width: 30px;
}
.store-toast button:hover,
.store-toast button:focus-visible { background: #f1f5f9; color: #334155; outline: none; }
.store-toast-error > i:first-child { color: #dc2626; }
.store-toast.is-leaving { animation: store-toast-out .22s ease-in both; }

@keyframes store-toast-in {
	from { opacity: 0; transform: translate3d(18px, -8px, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes store-toast-out {
	from { opacity: 1; transform: translate3d(0, 0, 0); }
	to { opacity: 0; transform: translate3d(18px, -8px, 0); }
}

@media (max-width: 560px) {
	.store-toast-region { left: 15px; right: 15px; top: 15px; }
}

@media (prefers-reduced-motion: reduce) {
	.store-toast,
	.store-toast.is-leaving { animation: none; }
}

/* Product detail card refinement */
.store-detail {
	background: #fff;
	border-color: #e2e8f0;
	border-radius: 24px;
	box-shadow: 0 20px 55px rgba(15, 23, 42, .07);
	gap: clamp(28px, 4vw, 56px);
	grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr);
	padding: clamp(20px, 3.5vw, 40px);
}

.store-detail-gallery-head,
.store-detail-topline,
.store-detail-buy-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.store-detail-gallery-head {
	color: #475569;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.store-detail-gallery-head i {
	color: #0f766e;
	margin-right: 6px;
}

.store-detail-gallery-head small {
	color: #94a3b8;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.store-detail-media {
	background: linear-gradient(145deg, #f8fafc 0%, #eef2f7 100%);
	border: 1px solid #edf2f7;
	border-radius: 18px;
	height: clamp(330px, 38vw, 500px);
	padding: clamp(18px, 3vw, 34px);
}

.store-detail-media img {
	object-fit: contain;
	transition: transform .3s ease;
}

.store-detail-media:hover img { transform: scale(1.025); }

.store-gallery-thumbs { gap: 9px; margin-top: 14px; }

.store-gallery-thumb {
	background: #f8fafc;
	border-color: #e2e8f0;
	height: 64px;
	width: 64px;
}

.store-gallery-thumb:hover,
.store-gallery-thumb.is-active {
	background: #ecfeff;
	border-color: #0f9eaa;
}

.store-detail-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 6px 0;
}

.store-detail-topline { gap: 12px; }

.store-detail-availability {
	align-items: center;
	background: #ecfdf5;
	border-radius: 999px;
	color: #047857;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	gap: 5px;
	padding: 7px 10px;
}

.store-detail h1 {
	font-size: clamp(30px, 3.5vw, 48px);
	letter-spacing: -.05em;
	line-height: 1.08;
	margin: 14px 0 12px;
	max-width: 680px;
}

.store-detail-description {
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.store-detail-price-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 24px 0 2px;
}

.store-detail-price {
	font-size: clamp(28px, 3vw, 36px);
	letter-spacing: -.04em;
	line-height: 1;
	margin: 0;
}

.store-detail-price .store-detail-compare {
	font-size: 14px;
	letter-spacing: 0;
}

.store-detail-price-row .store-promo-badge { margin-left: 5px; }

.store-detail-meta {
	border-top: 0;
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 22px 0 24px;
	padding-top: 0;
}

.store-detail-meta div {
	background: #f8fafc;
	border: 1px solid #edf2f7;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	justify-content: center;
	min-height: 66px;
	padding: 11px 13px;
}

.store-detail-meta span {
	align-items: center;
	display: inline-flex;
	font-size: 11px;
	gap: 6px;
}

.store-detail-meta span i { color: #0f9eaa; font-size: 11px; width: 13px; }
.store-detail-meta strong { font-size: 13px; text-align: left; }

.store-detail-buy {
	background: #fffaf5;
	border: 1px solid #fed7aa;
	border-radius: 16px;
	margin-top: auto;
	padding: 16px;
}

.store-detail-buy-head { margin-bottom: 10px; }
.store-detail-buy-head label { color: #334155; font-size: 12px; font-weight: 900; }
.store-detail-buy-head span { color: #0f766e; font-size: 11px; font-weight: 800; }

.store-detail-buy-row {
	display: grid;
	gap: 8px;
	grid-template-columns: 88px minmax(0, 1fr) 116px;
}

.store-detail-buy-row .store-input {
	font-weight: 800;
	text-align: center;
}

.store-detail-buy-row .store-btn {
	min-height: 48px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 1000px) {
	.store-detail { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
	.store-detail-media { height: clamp(300px, 52vw, 460px); }
	.store-detail-buy-row { grid-template-columns: 88px minmax(0, 1fr); }
	.store-detail-buy-row .store-btn-secondary { grid-column: 2; }
}

@media (max-width: 760px) {
	.store-detail { grid-template-columns: 1fr; margin-top: 20px; }
	.store-detail-info { padding-top: 0; }
	.store-detail-media { height: min(88vw, 420px); }
}

@media (max-width: 430px) {
	.store-detail { border-radius: 18px; gap: 24px; padding: 16px; }
	.store-detail-media { height: min(92vw, 360px); }
	.store-detail-meta { grid-template-columns: 1fr 1fr; }
	.store-detail-buy { padding: 13px; }
	.store-detail-buy-row { grid-template-columns: 76px minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
	.store-detail-media img { transition: none; }
	.store-detail-media:hover img { transform: none; }
}

/* Keep product artwork visible and give every image surface a predictable shape. */
.store-product-media {
	aspect-ratio: 1 / 1;
	height: auto;
}

.store-product-media img {
	box-sizing: border-box;
	object-fit: contain;
	padding: 16px;
}

.store-detail-media {
	aspect-ratio: 1 / 1;
	height: auto;
	min-height: 0;
}

.store-detail-media img {
	box-sizing: border-box;
	object-fit: contain;
	padding: 20px;
}

@media (max-width: 430px) {
	.store-product-media { padding: 0; }
	.store-product-media img { padding: 12px; }
	.store-detail-media img { padding: 12px; }
}


