/* template.css overrides -- use only when absolutely necessary
================================*/
.banner {padding-top:41.667%;}
.banner-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 300px;
background: url(../imgs/hero.jpg) no-repeat 0 0;
background-size:289.722222%;
}
.header2021-logo-img > img{
  width:102px !important;
  height:auto;
}

.price{margin:0 0 0.825em 0;}
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:#cc4e00;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:19px solid #cc4e00;border-right: 10px solid transparent;margin-bottom:0;}
.price-save-label{padding:2px 0 1px 6px}
.price-save-dollar{padding:2px 0 1px 2px}
.price-save-percent{padding:2px 6px 1px 2px}
.price-save-label:before,.price-save-percent:after{content:'';position:absolute;bottom:0;width:0;height:0;}
.item-cell{border-bottom:none;}
.item-promo{margin-top:1em;}
.item-promo-code{border-color:#888;}
.item-promo-title span{color:#333;}
.item-promo-info{color:#cc4e00;}
.item-promo-code{padding:1.5em 5px 1em 5px;height:auto;color:#cc4e00;}
.item-promo-code-save{display:inline;}
li.mir{display:none;}
.instantSavings, .mir{display:block;}
.finalPrice{font-size:1.6em; text-align:center;}
.instantSavings{font-size:0.925em}
.finalPrice, .instantSavings{color:#000;}
.shipping{visibility:hidden;}
.mir{font-size:1em;margin:0;color:#016B04}
.header .logo { width:125px; }
.items-grid:after { background:none; }
.item-title a { font-size:14px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; }
.item-container:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
/* No Orange Bar for Custom LPs with Black Background
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:none;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:none;border-right: 10px solid transparent;margin-bottom:0;}
================================*/

/* custom CSS
================================*/
:root {
	--ngg-darkblue:#09144f;
	--ngg-blue:#084BA6;
	--ngg-orange:#fa9d28;
	--ngg-darkorange: #ff8500;  
	--ngg-footgry: #333;  
	--ngg-opensans:sans-serif;
	--ngg-btn-txt:#212121;

	/* NVIDIA / RTX brand tokens */
	--nv-black:#0a0a0a;
	--nv-panel:#111111;
	--nv-green:#76b900;
	--nv-green-dark:#5a9100;
	--nv-magenta:#b400ff;
	--nv-text-dim:#b7b7b7;
	--nv-border:#2a2a2a;
  }

/* Newegg's global template.css visually hides .main-title-text (clip-path pattern
   meant for image-led titles with hidden text for SEO). This page's titles are
   real visible text, so force full visibility on .main-title regardless of any
   inherited hidden-text rules. */
.ngg-perf .main-title, .ngg-rtx-on .main-title, .ngg-features .main-title, .ngg-skus .main-title {
	position:static !important; clip:auto !important; clip-path:none !important;
	width:auto !important; height:auto !important; overflow:visible !important;
	white-space:normal !important; opacity:1 !important; text-transform:unset;
}
.ngg-vndr { width:100%; background-color: #000; }

.btn-primary, .button.button-primary, .ngg-shopall, .ngg-buynow { text-transform:none; font-family:var(--ngg-opensans); border:0; background-color:var(--ngg-orange); color:var(--ngg-btn-txt); }
.ngg-btn { border:0; background:none; width:100%; margin:3% auto; text-align:center; }
.ngg-item-btn { margin:auto; text-align:center; }
.ngg-item-btn a { border-radius:35px; width:50%; letter-spacing:0.5px; font-size:clamp(14px, 1.5vw, 1.2rem); }
.ngg-shopall, .ngg-buynow { border-radius:30px; text-align:center; transition:0.5s;	font-weight:700; font-family:var(--ngg-opensans); }
.ngg-shopall { border-radius:50px; text-align:center; background-color:#fa9d28; color:#212121; border:0; padding:10px 4%; transition:0.5s; font-weight:700; text-transform:none; font-family:'Open Sans' !important; font-size:clamp(1.5rem, 2vw, 2.5rem); }
.ngg-buynow { padding:10px 8%; }
.ngg-shopall:hover, .ngg-buynow:hover, .ngg-item-btn a:hover { background-color:var(--ngg-darkorange); transition:0.35s; }

/* ===== NVIDIA GeForce RTX 50 Series Upgrade page ===== */

.section-inner { background-color:none; color:#fff; font-family:var(--ngg-opensans); max-width:1366px; margin:0 auto; }

.ngg-divider { border:0; border-top:1px solid var(--nv-border); width:90%; margin:4% auto; }

/* Buttons on this dark page use NVIDIA green, not the default orange, and are rectangular */
.ngg-shopall { background-color:var(--nv-green); color:#0a0a0a; font-size:15px; padding:12px 32px; border-radius:0; }
.ngg-shopall:hover { background-color:var(--nv-green-dark); }
.ngg-shopall-alt { background-color:transparent; color:#fff; border:2px solid var(--nv-green); border-radius:0; }
.ngg-shopall-alt:hover { background-color:var(--nv-green); color:#0a0a0a; }
.ngg-btn-row { display:flex; flex-wrap:wrap; justify-content:center; gap:16px; width:100%; }
.ngg-btn-row .ngg-shopall { width:auto; }

/* "View details" buttons on product cards -- green, rectangular */
.ngg-item-btn a { background-color:var(--nv-green); color:#0a0a0a; border-radius:0; }
.ngg-item-btn a:hover { background-color:var(--nv-green-dark); }

/* Hero */
.ngg-hero { position:relative; text-align:center; padding:2% 5% 4%; overflow:hidden; }
.ngg-hero-content { position:relative; z-index:1; max-width:1366px; margin:0 auto; }
.ngg-hero-title { font-family:var(--ngg-opensans); font-weight:700; font-size:44px; margin:0 0 0.5em; color:#fff; }
.ngg-hero-tagline { font-size:20px; font-weight:700; margin:0 0 2em; }
.ngg-underline { text-decoration:underline; text-decoration-color:var(--nv-green); }

.ngg-hero-visual { position:absolute; top:0; left:0; right:0; z-index:0; max-width:1366px; margin:0 auto; }
.ngg-hero-visual img { width:100%; display:block; }
.ngg-hero-spacer { max-width:1000px; margin:0 auto; aspect-ratio:1350 / 580; visibility:hidden; }

.ngg-hero-copy { color:var(--nv-text-dim); font-size:17px; line-height:1.6; max-width:720px; margin:34px auto 1.5em; }

.ngg-logo-lockup { display:flex; align-items:center; justify-content:center; margin:2em auto 0; }
.ngg-logo-lockup-footer { margin:3% auto; }
.ngg-geforce-logo { height:32px; width:auto; }

/* Section headings reused across sections */
.ngg-perf .main-title, .ngg-rtx-on .main-title, .ngg-features .main-title { text-align:center; text-transform:none; }
.ngg-perf .main-title, .ngg-rtx-on .main-title, .ngg-features .main-title { font-family:var(--ngg-opensans); font-weight:700; font-size:30px; color:#fff; }
.ngg-perf-subhead { text-align:center; font-weight:700; font-size:17px; margin:0.2em 0 1.5em; }
.ngg-eyebrow { text-align:center; font-weight:700; letter-spacing:0.5px; font-size:15px; margin-bottom:0.5em; }
.ngg-section-copy { max-width:760px; margin:1em auto 2em; text-align:center; color:var(--nv-text-dim); line-height:1.6; font-size:15px; }
.main-title { margin:1%; }

/* Performance chart -- baked-in image, legend and bars included */
.ngg-perf { padding:4% 5%; }
.ngg-chart-img { max-width:1100px; margin:0 auto; }
.ngg-chart-img img { width:100%; display:block; }

.ngg-chart-title { text-align:center; font-weight:700; font-size:14px; margin:2em 0 0.5em; }
.ngg-chart-footnote { text-align:center; color:#7a7a7a; font-size:12px; max-width:700px; margin:0 auto; line-height:1.5; }

/* RTX ecosystem tile wall */
.ngg-rtx-on { padding:4% 5%; }
.ngg-game-wall { max-width:1200px; margin:2em auto 0; }
.ngg-game-wall img { width:100%; display:block; }

/* Features and benefits */
.ngg-features { padding:2% 5% 4%; }
.ngg-feature-grid { display:flex; gap:20px; flex-wrap:wrap; justify-content:center; max-width:900px; margin:2em auto 0; }
.ngg-feature-card { flex:1 1 320px; max-width:420px; background:var(--nv-panel); border:1px solid var(--nv-border); border-radius:6px; overflow:hidden; }
.ngg-feature-img { width:100%; aspect-ratio:16/9; background:#1c1c1c; }
.ngg-feature-img img { width:100%; height:100%; object-fit:cover; display:block; }
.ngg-feature-title { color:var(--nv-green); font-size:12px; font-weight:800; letter-spacing:0.5px; text-transform:uppercase; margin:1.2em 1.2em 0.4em; }
.ngg-feature-subtitle { font-size:19px; font-weight:700; margin:0 13px 5px 15px; line-height:1.3; }
.ngg-feature-copy { font-size:13px; color:var(--nv-text-dim); line-height:1.6; margin:0 1.2em 1.4em; }

/* Product grid on dark background */
.ngg-skus { background:#fff; padding:2% 5%; border-radius:5px; border:0; }
.ngg-skus .main-title { color:#0a0a0a; font-family:var(--ngg-opensans); font-weight:700; font-size:26px; text-align:center; display:block; }
.items-grid .item-container { background:#fff; border:1px solid #e0e0e0; border-radius:6px; padding:12px; }
.items-grid .item-title a { color:#0a0a0a; }

.disclaimer { color:#7a7a7a; text-align:center; max-width:900px; margin:2em auto; padding:0 0 2%; font-size:11px; line-height:1.5; }


/* responsive CSS
================================*/
@media only screen and (max-width: 768px) {
  /* insert responsive CSS for tablet screens below 768px */
}

@media only screen and (max-width: 550px) {
	/* insert responsive CSS for mobile screens below 550px */
  .items-grid .item-cell { width:90%; text-align:center; border-bottom:1px solid #333; padding-bottom:8%; }
  .item-img > img { max-width:300px; }
	.items-grid .item-title { height:auto; }

	.ngg-logo-lockup { gap:10px; }
}

/* Mockup breakpoints -- exact type-scale steps from the design comp */
@media only screen and (max-width: 1000px) {
	.ngg-hero-title { font-size:34px; }
	.ngg-hero-tagline { font-size:17px; }
	.ngg-perf .main-title, .ngg-rtx-on .main-title, .ngg-features .main-title { font-size:26px; }
}

@media only screen and (max-width: 580px) {
	.ngg-hero-title { font-size:26px; }
	.ngg-hero-tagline { font-size:14px; }
	.ngg-hero-copy { font-size:14px; }
	.ngg-perf .main-title, .ngg-rtx-on .main-title, .ngg-features .main-title,
	.ngg-skus .main-title { font-size:21px; }
}

@media only screen and (min-width: 375px) {
	/* insert responsive CSS for screens above 375px */
}
@media only screen and (min-width: 481px) {
	/* insert responsive CSS for screens above 481px */
}
@media only screen and (min-width: 641px) {
	/* insert responsive CSS for screens above 641px */
	.banner { padding-top: 18.96%; }
	.banner-img {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}	

	.items-grid .item-cell { width:19%; margin:0; }
	.ngg-four-up.items-grid .item-cell { width:22%; padding:1%; }
	.items-grid .item-title { height:auto; }
}

@media only screen and (min-width: 769px) {
	/* insert responsive CSS for screens above 769px */
}

@media only screen and (min-width: 1025px) {
	/* insert responsive CSS for screens above 1025px */
}