/* 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;}
.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:'Open Sans', sans-serif;
	--ngg-btn-txt:#212121;
}

.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:100%; letter-spacing:0; font-size:clamp(14px, 1.5vw, 1rem); }
.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; }

/* XFINITY + css and responsive */
:root {
      --bg: #000;
      --text: #fff;
      --muted: #cfcfcf;
      --maxw: 1200px;   /* Centered content width */
      --gap: 24px;
    }

    /* Global reset + base */
    * { box-sizing: border-box; }
    html, body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      line-height: 1.55;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: var(--text); text-decoration: none; }
    h1, h2, h3, h4 { margin: 0 0 12px; line-height: 1.25; }
    p { margin: 0 0 12px; color: var(--muted); }

    /* Centered container so content doesn't shift */
    .container {
      max-width: var(--maxw);
      margin: 0 auto;
      padding: 32px 20px;
      display: grid;
      gap: var(--gap);
      justify-items: center; /* center children horizontally */
    }

    /* 1) Image banner: grid layout, centered */
    .banner-grid {
      width: 120%;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: var(--gap);
      align-items: center;
      justify-items: center;
    }
    .banner-grid img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 10px;
    }

    /* 2) Video (iframe) centered with autoplay */
    .video-wrap {
      width: 100%;
      display: grid;
      justify-items: center;
    }
    .video-frame {
      width: 100%;
      max-width: 960px;
      aspect-ratio: 16 / 9;
      border: 0;
      border-radius: 12px;
      overflow: hidden;
    }
        .two-images {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--gap);
      justify-items: center;
      align-items: center;
    }
    .two-images img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
      max-height: 320px;
    }
    @media (max-width: 800px) {
      .two-images { grid-template-columns: 1fr; }
    }

    /* 3/4) Image + Text sections */
    .media {
      width: 100%;
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: var(--gap);
      align-items: center;
    }
    .media.reverse { grid-template-columns: 1fr 1.1fr; }
    .media img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      height: 100%;
      max-height: 420px;
    }
    .media .copy {
      text-align: left;          /* text aligned left */
    }
    .media .copy h2 {
      font-size: 28px;
      margin-bottom: 10px;
    }
    .media .copy p {
      font-size: 16px;
    }

    /* Utilities */
    .spacer-sm { height: 8px; }
    .spacer-md { height: 16px; }
    .spacer-lg { height: 32px; }

    /* Responsive */
    @media (max-width: 980px) {
      .banner-grid { grid-template-columns: 1fr 1fr; }
      .media,
      .media.reverse { grid-template-columns: 1fr; }
      .media img { max-height: 320px; }
    }
    @media (max-width: 600px) {
      .banner-grid { grid-template-columns: 1fr; }
    }


/* 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; }
}

@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: 21.96%; }
	.banner-img {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}	

	.items-grid .item-cell { width:19%; margin:0; }
}

@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 */
}