/* GetAway Power storefront skin - eStore Blue cues (approx)
   Colors from live getawaypower.com eStore Blue theme:
   nav blue ~#2b5988 / #4c86b3, accent gold #ffc045, page gray #f3f3f3
*/

:root {
	--gp-page-bg: #f3f3f3;
	--gp-nav-bg: #2b5988;
	--gp-nav-mid: #3a7199;
	--gp-nav-hover: #4c86b3;
	--gp-nav-text: #b8cdf3;
	--gp-accent: #ffc045;
	--gp-text: #303030;
	--gp-muted: #7c7b7a;
	--gp-link: #5f5f5f;
	--gp-white: #ffffff;
	--gp-border: #dcdcdc;
}

body.gp-body {
	margin: 0;
	padding: 0;
	background: var(--gp-page-bg);
	color: var(--gp-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 1.45;
}

.gp-wrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background: var(--gp-white);
}

.gp-topbar {
	background: var(--gp-white);
	border-bottom: 1px solid var(--gp-border);
	padding: 14px 18px 10px;
}

.gp-topbar-table {
	width: 100%;
	border-collapse: collapse;
}

.gp-brand a {
	text-decoration: none;
	color: var(--gp-nav-bg);
}

.gp-brand-mark {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 1.1;
	color: var(--gp-nav-bg);
}

.gp-brand-tag {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-style: italic;
	color: var(--gp-muted);
}

.gp-account {
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	color: var(--gp-link);
}

.gp-account a {
	color: var(--gp-nav-mid);
	text-decoration: none;
	margin: 0 4px;
}

.gp-account a:hover {
	color: var(--gp-accent);
}

/* CEA: 8/12/26 -- Empty cart Checkout: muted control + inline red message (stay on page). */
.checkout-wrap {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	position: relative;
}

a.btn-checkout-disabled {
	color: #9ca3af !important;
	cursor: not-allowed;
	text-decoration: none !important;
}

a.btn-checkout-disabled:hover {
	color: #9ca3af !important;
	text-decoration: none !important;
}

.header-cart-empty-msg {
	display: block;
	margin-top: 0.35rem;
	padding: 0.35rem 0.5rem;
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	color: #b00020;
	text-align: right;
	max-width: 240px;
	line-height: 1.3;
}

.header-cart-empty-msg[hidden] {
	display: none !important;
}

.gp-cart-checkout-wrap {
	margin: 0.6rem 0 0;
	text-align: center;
}

.gp-cart-checkout-wrap .header-cart-empty-msg {
	text-align: center;
	max-width: none;
}

a.gp-cart-checkout-btn {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	background: var(--gp-nav-bg);
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	border-radius: 3px;
}

a.gp-cart-checkout-btn:hover {
	background: var(--gp-nav-hover);
	color: #fff !important;
	text-decoration: none !important;
}

a.gp-cart-checkout-btn.btn-checkout-disabled,
a.gp-cart-checkout-btn.btn-checkout-disabled:hover {
	background: #9ca3af !important;
	color: #fff !important;
	cursor: not-allowed;
}

.vp-cart-empty-msg {
	margin: 1rem auto;
	padding: 0.75rem 1rem;
	max-width: 32rem;
	font-size: 1.05rem;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	color: #b00020;
	text-align: center;
}

.gp-nav {
	background: var(--gp-nav-bg);
	background: linear-gradient(180deg, #3a7199 0%, #2b5988 100%);
	padding: 0;
}

.gp-nav-list {
	list-style: none;
	margin: 0;
	padding: 0 8px;
	overflow: hidden;
	text-align: left;
}

.gp-nav-list li {
	float: left;
	margin: 0;
}

.gp-nav-list a,
.gp-nav a,
.gp-nav .navbarbg a,
.gp-nav .navbarbg a:link,
.gp-nav .navbarbg a:visited {
	display: block;
	padding: 10px 16px;
	color: #ffffff !important;
	background: transparent !important;
	background-image: none !important;
	border: none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
	width: auto !important;
	height: auto !important;
	line-height: 1.2;
}

.gp-nav-list a:hover,
.gp-nav a:hover,
.gp-nav .navbarbg a:hover,
.gp-nav .navbarbg a:active {
	color: #ffc045 !important;
	background: rgba(0, 0, 0, 0.18) !important;
	background-image: none !important;
}

/* Kill legacy Dreamweaver dropdown shim overlays (broken images/misc/shim.gif). */
#closer,
#closertop,
[id^="dropdown"] {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.gp-nav img[src*="shim.gif"],
.gp-nav img[name$="image"] {
	display: none !important;
}

.gp-nav table {
	width: 100%;
	border-collapse: collapse;
}

.gp-nav td {
	border: none;
	padding: 0;
}

.gp-hero {
	background: linear-gradient(180deg, #4c86b3 0%, #2b5988 55%, #1e4066 100%);
	color: var(--gp-white);
	padding: 28px 22px 32px;
	text-align: left;
}

.gp-hero h1 {
	margin: 0 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	color: var(--gp-white);
}

.gp-hero p {
	margin: 0;
	max-width: 520px;
	font-size: 14px;
	color: #d7e4f7;
}

.gp-tools {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	margin: 8px 0 4px;
}

.gp-panel {
	background: var(--gp-white);
	border: 1px solid var(--gp-border);
	vertical-align: top;
}

.gp-panel-hdr {
	background: var(--gp-nav-mid);
	color: var(--gp-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.gp-panel-body {
	padding: 10px;
	color: var(--gp-muted);
	font-size: 12px;
}

.gp-panel-body.cartminilinks {
	overflow: hidden;
}

.gp-minicart {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}

.gp-minicart td {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.gp-minicart td.cartsubtotalminicart br,
.gp-minicart td.cartsubtotalminicart a[href*="shopaddtocart"] {
	display: none;
}

.gp-panel-body a {
	color: var(--gp-nav-mid);
}

.gp-main {
	padding: 8px 12px 20px;
}

/* Inner VP-ASP pages (orders, cart, account): match homepage type and chrome. */
body.gp-inner .gp-main {
	padding: 16px 18px 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: var(--gp-text);
	line-height: 1.45;
}

body.gp-inner .gp-main table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: var(--gp-text);
}

body.gp-inner .gp-main font {
	font-family: Arial, Helvetica, sans-serif !important;
}

body.gp-inner .gp-main a {
	color: var(--gp-nav-mid);
}

body.gp-inner .gp-main a:hover {
	color: var(--gp-nav-bg);
}

body.gp-inner .gp-main td.menuhdr,
body.gp-inner .gp-main .menuhdr,
body.gp-inner .gp-main .txtheader {
	background: var(--gp-nav-bg) !important;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	padding: 8px 10px;
}

body.gp-inner .gp-main table.dashed,
body.gp-inner .gp-main .dashed {
	border: 1px solid var(--gp-border) !important;
	background: #fff;
}

body.gp-inner .gp-main input[type="text"],
body.gp-inner .gp-main input[type="password"],
body.gp-inner .gp-main input[type="email"],
body.gp-inner .gp-main select,
body.gp-inner .gp-main textarea {
	border: 1px solid #c5cdd6;
	padding: 4px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: var(--gp-text);
}

body.gp-inner .gp-main input[type="submit"],
body.gp-inner .gp-main input[type="button"] {
	background: var(--gp-nav-bg);
	color: #fff;
	border: none;
	padding: 6px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

body.gp-inner .gp-main input[type="submit"]:hover,
body.gp-inner .gp-main input[type="button"]:hover {
	background: var(--gp-nav-hover);
}

.gp-footer {
	background: #ebebeb;
	border-top: 1px solid var(--gp-border);
	padding: 22px 16px 28px;
	text-align: center;
	color: var(--gp-muted);
	font-size: 12px;
}

.gp-footer strong {
	color: var(--gp-text);
}

.gp-footer a {
	color: var(--gp-nav-mid);
}

.gp-footer-note {
	max-width: 640px;
	margin: 14px auto 0;
	text-align: left;
	padding: 10px 12px;
	border: 1px dashed var(--gp-border);
	background: var(--gp-white);
}

.searchfield {
	border: 1px solid #bbb;
	padding: 3px 6px;
	font-family: Georgia, serif;
	color: #4e4e4e;
}

.cartminilinks {
	font-size: 12px;
}

.gp-featured-cell {
	padding: 0;
}

/* Featured rotator (eStore Blue cue) */
.gp-featured {
	margin: 0 10px 14px;
	background: linear-gradient(180deg, #4c86b3 0%, #2b5988 60%, #1e4066 100%);
	border: 1px solid #1e4066;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.gp-featured-inner {
	position: relative;
	min-height: 280px;
}

.gp-slide {
	display: none;
	padding: 18px 20px 48px;
}

.gp-slide.is-active {
	display: block;
}

.gp-slide-media,
.gp-slide-copy {
	vertical-align: top;
}

.gp-slide-media {
	float: left;
	width: 42%;
	text-align: center;
}

.gp-slide-media img {
	max-width: 100%;
	max-height: 240px;
	height: auto;
	border: 1px solid rgba(255,255,255,0.25);
	background: #fff;
	padding: 6px;
}

.gp-slide-ph {
	height: 180px;
	line-height: 180px;
	background: rgba(0,0,0,0.2);
	color: #ffc045;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.gp-slide-copy {
	float: right;
	width: 54%;
	text-align: left;
}

.gp-slide-price {
	display: inline-block;
	background: #ffc045;
	color: #1e4066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 6px 12px;
	margin-bottom: 10px;
}

.gp-slide-title {
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: -0.5px;
	color: #fff;
}

.gp-slide-title a {
	color: #fff;
	text-decoration: none;
}

.gp-slide-title a:hover {
	color: #ffc045;
}

.gp-slide-desc {
	margin: 0 0 14px;
	color: #d7e4f7;
	font-size: 13px;
	line-height: 1.45;
}

.gp-slide-cta a {
	display: inline-block;
	background: #ffc045;
	color: #1e4066 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 14px;
}

.gp-slide-cta a:hover {
	background: #ffe08a;
}

.gp-featured-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	text-align: center;
}

.gp-feat-btn {
	background: rgba(0,0,0,0.25);
	border: 1px solid rgba(255,255,255,0.35);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	width: 32px;
	height: 28px;
	cursor: pointer;
	vertical-align: middle;
}

.gp-feat-btn:hover {
	background: rgba(0,0,0,0.45);
	color: #ffc045;
}

.gp-feat-dots {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.gp-feat-dot {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #fff;
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
}

.gp-feat-dot.is-active,
.gp-feat-dot:hover {
	background: #ffc045;
	border-color: #ffc045;
}

.gp-slide:after {
	content: "";
	display: table;
	clear: both;
}

/* Homepage product grid + category bar */
.gp-home-main {
	text-align: left;
}

.gp-grid-wrap {
	max-width: 960px;
	margin: 0 auto 24px;
	padding: 0 12px;
	text-align: left;
}

.gp-crumb-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 16px;
	margin: 0 0 12px;
}

.gp-crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7b7a;
	margin: 0;
	line-height: 1.5;
	flex: 1 1 auto;
	min-width: 180px;
}

.gp-crumb a {
	color: #2b5988;
	text-decoration: none;
}

.gp-crumb a:hover {
	text-decoration: underline;
}

.gp-crumb-sep {
	color: #b0b0b0;
	margin: 0 2px;
}

.gp-crumb-cur {
	color: #303030;
	font-weight: bold;
}

.gp-stock-filter {
	flex: 0 0 auto;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
}

.gp-stock-filter input {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

/* Classic pricing table — Secure Checks look, GP blues; Discount column kept */
body.gp-body table.gp-pricing,
body.gp-body table.dashed.gp-pricing {
	width: 300px !important;
	max-width: 100%;
	margin: 0 0 10px auto;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #c5cdd6;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

body.gp-body table.gp-pricing td,
body.gp-body table.dashed.gp-pricing td {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-style: normal !important;
	line-height: 1.35;
	padding: 5px 8px !important;
	vertical-align: middle;
	border: none !important;
}

/* Row 1: Pricing header */
body.gp-body table.gp-pricing td.menuhdr,
body.gp-body table.gp-pricing tr:first-child > td {
	background: #2b5988 !important;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 15px !important;
	text-align: center !important;
	padding: 10px 12px !important;
	border-radius: 0;
}

body.gp-body table.gp-pricing td.menuhdr div {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #fff !important;
}

/* Row 2: increments note */
body.gp-body table.gp-pricing tr:nth-child(2) > td {
	background: #eef2f6 !important;
	color: #5a6570 !important;
	font-size: 12px !important;
	text-align: center !important;
	padding: 6px 8px !important;
}

body.gp-body table.gp-pricing tr:nth-child(2) td div {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #5a6570 !important;
	text-align: center !important;
}

/* Row 3: column headers */
body.gp-body table.gp-pricing tr:nth-child(3) > td {
	background: #eef2f6 !important;
	color: #303030 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	text-align: right !important;
	border-bottom: 1px solid #c5cdd6 !important;
	padding: 6px 8px !important;
	white-space: nowrap;
}

body.gp-body table.gp-pricing tr:nth-child(3) > td div {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	text-align: right !important;
	padding: 0 !important;
}

/* Data rows */
body.gp-body table.gp-pricing tr:nth-child(n+4) > td {
	font-family: Consolas, "Courier New", Courier, monospace !important;
	font-size: 13px !important;
	font-variant-numeric: tabular-nums;
	text-align: right !important;
	white-space: nowrap;
	color: #303030 !important;
	background: #fff;
}

body.gp-body table.gp-pricing tr:nth-child(2n+5) > td {
	background: #f3f7fb !important;
}

body.gp-body table.gp-pricing tr:nth-child(n+4) > td div {
	font-family: Consolas, "Courier New", Courier, monospace !important;
	font-size: 13px !important;
	text-align: right !important;
	padding: 0 !important;
}

body.gp-body table.gp-pricing tr:nth-child(n+4) a {
	font-family: Consolas, "Courier New", Courier, monospace !important;
	font-size: 13px !important;
	font-weight: bold;
	color: #2b5988 !important;
	text-decoration: none;
}

body.gp-body table.gp-pricing tr:nth-child(n+4) a:hover {
	text-decoration: underline;
	color: #1e4066 !important;
}

/* Qty + buy under table */
body.gp-body .vp-product-qty-buy {
	margin: 8px 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #303030;
}

body.gp-body .vp-product-qty-buy label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

body.gp-body .vp-product-qty-buy input.vp-qty-input,
body.gp-body .vp-product-qty-buy input[name="quantity"] {
	border: 1px solid #c5cdd6;
	border-radius: 4px;
	padding: 4px 6px;
	font-size: 13px;
	width: 3.5em;
}

body.gp-body .vp-product-error {
	color: #8a2f2f;
	background: #fdf2f2;
	border: 1px solid #e2b4b4;
	border-radius: 6px;
	padding: 8px 10px;
	margin: 0 0 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	max-width: 300px;
}

body.gp-body .vp-product-error[hidden] {
	display: none !important;
}

body.gp-body .gp-stock-note {
	display: inline-block;
	margin-top: 4px;
	font-size: 11px;
	color: #5a6570;
}

body.gp-body .vp-input-error {
	border-color: #8a2f2f !important;
	outline: 1px solid #8a2f2f;
}

.gp-catbar {
	margin: 0 0 18px;
	padding: 0;
	border-bottom: 1px solid #c5cdd6;
}

.gp-catbar-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7c7b7a;
	margin-bottom: 6px;
}

.gp-catbar-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.gp-catbar-list li {
	float: none;
	margin: 0 0 0 -1px;
}

.gp-catbar-list li:first-child {
	margin-left: 0;
}

.gp-cat {
	display: block;
	padding: 8px 12px;
	border: 1px solid #c5cdd6;
	border-bottom: none;
	background: #eef2f6;
	color: #303030;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 4px 4px 0 0;
	position: relative;
	top: 1px;
	white-space: nowrap;
}

.gp-cat:hover {
	background: #dce8f4;
	color: #2b5988;
	z-index: 1;
}

.gp-cat.is-active {
	background: #fff;
	border-color: #c5cdd6;
	color: #2b5988;
	font-weight: bold;
	z-index: 2;
}

.gp-cat.gp-cat-up {
	background: #f7f7f7;
	border-style: solid;
	color: #2b5988;
}

.gp-cat.has-kids {
	padding-right: 10px;
}

.gp-cat-none {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7b7a;
	padding: 7px 0;
}

.gp-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 24px;
	margin: 0;
	align-items: stretch;
}

.gp-card {
	float: none;
	width: auto;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.gp-card-media {
	position: relative;
	background: #f3f3f3;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	overflow: hidden;
	height: 170px;
	margin-bottom: 10px;
	flex: 0 0 auto;
}

.gp-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #fff;
}

.gp-card-price {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
	background: #5f5e5e;
	color: #ede7c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 8px;
}

.gp-card-oos {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
	background: #8a2f2f;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 8px;
	text-transform: uppercase;
}

.gp-card.is-oos .gp-card-media {
	opacity: 0.72;
}

.gp-card-ph {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2b5988;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.gp-card-ph a {
	color: #2b5988;
	text-decoration: none;
}

.gp-card-title {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.25;
	color: #303030;
	min-height: 2.5em;
}

.gp-card-title a {
	color: #303030;
	text-decoration: none;
}

.gp-card-title a:hover {
	color: #2b5988;
}

.gp-card-desc {
	margin: 0 0 12px;
	color: #7c7b7a;
	font-size: 12px;
	line-height: 1.45;
	min-height: 3.5em;
	flex: 1 1 auto;
}

.gp-card-cta {
	margin: 0;
	margin-top: auto;
}

.gp-card-cta a {
	display: inline-block;
	padding: 5px 12px;
	background: #e8e8e8;
	border: 1px solid #d0d0d0;
	color: #303030 !important;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
}

.gp-card-cta a:hover {
	background: #2b5988;
	border-color: #2b5988;
	color: #fff !important;
}

.gp-grid-empty,
.gp-grid-more {
	clear: both;
	text-align: center;
	color: #7c7b7a;
	padding: 12px 0;
}

.gp-grid-more a {
	color: #2b5988;
}

@media (max-width: 720px) {
	.gp-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 16px;
	}
}

@media (max-width: 480px) {
	.gp-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}

/* Classic category / product listing images (VP-ASP tables) */
.vp-category-table {
	table-layout: fixed;
	width: 100%;
}

.vp-category-cell {
	padding: 8px 10px 18px;
	vertical-align: top;
	overflow: hidden;
}

.vp-category-title {
	margin: 0 0 8px;
}

.vp-category-image {
	margin: 0 0 8px;
	text-align: center;
}

.vp-category-image img,
.vp-category-cell img {
	max-width: 200px;
	max-height: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.vp-category-desc {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #7c7b7a;
}

.gp-cat-thumb {
	max-width: 200px;
	max-height: 160px;
	width: auto;
	height: auto;
}

.gp-article-body {
	width: 100%;
	overflow-x: auto;
	text-align: left;
}

.gp-article-body table {
	max-width: 100%;
}

.gp-article-body img {
	max-width: 100%;
	height: auto;
}

#SixBitDescriptionWrapper,
#DescriptionDiv #SixBitDescriptionWrapper {
	border: 7px solid #009900;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

#SixBitDescriptionWrapper table {
	max-width: 100% !important;
}

#SixBitDescriptionWrapper img {
	max-width: 100%;
	height: auto;
}

#SixBitDescriptionWrapper > table > tbody > tr > td > table[height="100%"] > tbody > tr > td[width="20"],
#SixBitDescriptionWrapper > table > tbody > tr > td > table[height="100%"] > tbody > tr > td[width="7"],
#SixBitDescriptionWrapper > table > tbody > tr > td > table[height="100%"] > tbody > tr > td[width="10"] {
	display: none;
}

