.g3-plp-header {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	margin: 0 auto;
	padding: 1em 0 2.5em 0;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'poppins', sans-serif;
	font-size: 2.1vw;
	-webkit-text-decoration-skip: none;
	text-decoration-skip-ink: none;
}

@media (min-width: 768px) {
	.g3-plp-header {
		min-width: 978px;
	}
}

@media all and (min-width: 978px) and (max-width: 1440px) {
	.g3-plp-header {
		font-size: 1.12vw;
	}
}

@media (min-width: 1441px) {
	.g3-plp-header {
		font-size: 16px;
	}
}

@media all and (max-width: 978px) and (min-width: 769px) {
	.g3-plp-header {
		font-size: 11px;
	}
}

.g3-plp-header img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.g3-plp-header *,
.g3-plp-header *::before,
.g3-plp-header *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g3-plp-header a {
	color: inherit;
	text-decoration: none;
}

.g3-plp-header h2,
.g3-plp-header p {
	position: relative;
	display: block;
	margin: 0;
}

.g3-plp-header p {
	color: inherit;
	font-family: 'poppins', sans-serif;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: normal;
}

.g3-plp-header h2 {
	color: inherit;
	font-family: 'poppins', sans-serif;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: normal;
}

.g3-plp-header sup {
	font-size: 0.7em;
	vertical-align: 0.45em;
	line-height: inherit;
	top: 0;
}

.g3-plp-header small {
	font-weight: inherit;
}

.g3-plp-header__content {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 1.6em 0 0.3em 0;
	overflow: hidden;
}

.g3-plp-header__txt {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: visible;
	white-space: nowrap;
}

.g3-plp-header a.g3-cta--ul {
	display: inline-block;
	position: relative;
	font-family: 'poppins', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.02em;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.1em;
	padding-bottom: 0.3em;
	margin: 0.45em 0.8em 0.2em 0.8em;
}

.g3-plp-header__txt--left {
	text-align: center;
}

.g3-plp-header__txt--right {
	text-align: center;
}

.g3-plp-header__txt--center {
	text-align: center;
}

.g3-plp-header__txt--center > div {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

.g3-plp-header__txt .g3-coupon {
	display: inline-block;
	position: relative;
	width: 100%;
	font-family: 'poppins', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.7em;
	letter-spacing: normal;
	margin: 0.3em 0 0 0;
}

.g3-plp-header__txt .g3-coupon a {
	color: inherit;
	text-decoration: underline;
}

.g3-plp-header .g3-disclaimer--fixed {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0em;
	left: 0;
	padding: 0.5em 1em;
	color: inherit;
	font-family: 'poppins', sans-serif;
	font-size: 0.8175em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.7em;
	z-index: 100;
	text-align: right;
}

.g3-plp-header .g3-disclaimer--fixed > a {
	display: inline-block;
	color: inherit;
}

.g3-disclaimer--fixed.g3-text--center {
	text-align: center;
}

.g3-disclaimer--fixed.g3-text--right {
	text-align: right;
}

.g3-disclaimer--fixed.g3-text--left {
	text-align: left;
}

@media (min-width: 768px) {
	.g3-plp-header {
		padding: 2em 0 2.2em 0;
	}
	.g3-plp-header__content {
		padding: 0;
	}
	.g3-plp-header p {
		font-size: 1.07em;
		letter-spacing: 0.02em;
	}

	.g3-plp-header h2 {
		font-size: 1.875em;
	}

	.g3-plp-header__txt .g3-coupon {
		font-size: 0.94em;
		text-transform: uppercase;
		letter-spacing: 0.02em;
		margin: 0.6em 0 0 0;
	}

	.g3-plp-header .g3-disclaimer--fixed {
		font-size: 0.64em;
		padding: 1em;
	}

	.g3-plp-header__content {
		position: relative;
		width: 92%;
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
	}

	.g3-plp-header__txt--left {
		text-align: left;
	}

	.g3-plp-header__txt--right {
		text-align: right;
	}
}

@media (max-width: 1023px) {
	.plp-hero-banner-slot {
    		margin-left: -15px;
    		margin-right: -15px;
	}	
}
