/* fonts 
@import url('https://cdn.fonts.net/kit/35ab45b0-6404-4131-8235-3509191554ec/35ab45b0-6404-4131-8235-3509191554ec.css'); */
@import url('https://use.typekit.net/elw7fpt.css');

:root {
	--divider-mobile: calc(12% + 4em);
	--divider-desktop: min(calc(8% + 4em), 18em) ;
	--divider-position: top 0 left 33%; 
}
* {
	scrollbar-width: thin;
}
html {
	font-family: "FilsonSoft", Arial, sans-serif;
	font-family: "filson-soft", Arial, sans-serif;
	scroll-padding:5.5em 0 0;
	--scrollbar-color-track: #0000ff;
	--scrollbar-color-thumb: #ff69b4;
	scrollbar-width: thin;
	line-height:1.5;
}
body {
	background:#00649f; 
}
main {
	background:#F0E5D7;
	color:#00649F;
	overflow: hidden;
}
main section {
	margin:0;
}
.content_wrapper {
	width:calc(100% - 3em);
}
@media (min-width:48em) {
	.content_wrapper {
		width:calc(100% - 2em);
	}
}
@media (min-width:64em) {
	.content_wrapper {
		width:calc(100% - 4em);
	}
}

/* tiny sizing 
@media (max-width:337px) {
	html, body { font-size:calc((100vw - 17px) / 20); min-width:0; }
	body, header, #search, .kfr-tout--sticky { min-width:0; }
}
/* tiny sizing */

/* Navigation */
#critical_communications {
	background:#F0E5D7;
	z-index:199;
	color:#000;
}
#critical_communications a {
	color:#00649f;
}
header {
	background:#00649f; 
	max-width:100vw;
	box-shadow:0 -2em 2em 1em rgba(0,0,0,1);
}
.header-logo {
	background:transparent;
	display:inline-block;
	height: 100%;
	padding:0;
	vertical-align:middle;
	width: 6em;
}
.header-logo img{
	display:block;
	margin: 0% auto;
}
.mobile-menu--active .navicon span:before {
	transform: translate(-1em, -0%) rotate(-135deg);
}
.mobile-menu--active .navicon span:after {	
	transform: translate(-1em, -0%) rotate(135deg);
}
.mobile-menu--active .navicon span {
	width:0em;
	transform:translate(1em, -50%);
	background:currentcolor;
}
header a, 
header button,
footer a, 
nav a {
	color:#F0E5D7;
	text-decoration:none;
	text-transform:lowercase;
	transition:color 0.15s, transform  0.15s;
}
header a, 
header button {
	outline-offset:-2px;
}
header a[href*="faq"],
footer a[href*="faq"] {
	text-transform:none;
}

header nav a {
	position:relative;
}

.nav--main li > a {
	transition:color 0.15s, transform  0.15s, z-index 0.05s 0.1s
}

header a[style*="random"]:hover,
header a[style*="random"]:focus,
footer a[style*="random"]:hover,
footer a[style*="random"]:focus {
	color:var(--random-hover);
}


/*
.nav--container ul a:last-child::after,
.nav--featured a::after,
footer nav a::after {
	content:'';
	display:inline-block;
	position:relative;
	width:0.8em;
	height:0.8em;
	opacity:0;
	left: 0;
	border: none;
	transform-origin:-20% 100%;
	transform:scale(0.2);
	top:-0.5em;
	margin:0 -0.8em 0 0;
	background:url(../images/site/beep.png) center / contain no-repeat; 
	transition:transform 0.2s, opacity 0.1s;
}
.nav--container ul a:last-child:hover::after,
.nav--featured a:hover::after,
footer nav a:hover::after {
	transform:scale(0.9);
	opacity:1;
}
*/
.menu-button, .search-button {
	transform: scale(0.75);
	z-index: 5;
}
#search .search-label--submit::before,
.searchicon span::before {
	border-width:0.25em;
	height:1.33em;
	width:1.33em;
}
.nav--container {
	background:#00649f; /*#197EC9*/
	box-shadow: 0 100vh 0 100vh rgba(0,0,0,0.75);
}
.nav--container li {
	position:relative;
}
.nav--main,
.nav--featured,
.nav--secondary ul {
	font-weight:bold; 
}
.nav--featured {
	background:#00649f; /*#197EC9*/
	padding:0 0.5em;
	top:4em;
	height:3em;
	text-align:center;
	display:none;
}
.nav--featured ul {
	padding-top: 0.5em;
	justify-content: center;
	height: 80%;
	align-items: center;
}
.nav--featured li {
	width: 8em;
	text-align: center;
	font-size:min(4vw, 1em);
} 
.nav--featured a {
	color:#F0E5D7;
	padding:0.5em;
	display:inline-block;
}
.nav--featured a:hover {
	background:inherit;
}
.nav--featured .nav-item--current > a {
	text-decoration:underline;
}
.nav--main,
.nav--secondary {
}
.nav--main ul {
	color:#F0E5D7;
	background:transparent;
}
.nav--mobile-extras {
	margin:1em 0;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.nav--mobile-extras a {
	text-transform:none; 
	display:inline-block;
}
.nav--mobile-extras .social_icons a {
	margin:0;
}
.nav--mobile-extras p {
	font-size:90%;
	color:#F0E5D7;
	text-transform:none;
}
.nav--mobile-extras p a {
	text-decoration:underline;
	padding:0.5em;
}
header button:hover,
header a:hover,
footer a:hover {
	background:transparent;
	color:#fff;
}
.page--contact-form .title p{text-align: center;}

@media (max-width:47.95em) {
	header {
		height:5em;
		position:absolute;
	}
	main {
		padding-top:5em;
	}
	#search {
		top:4em;
	}
	html header .content_wrapper {
		height:5em;
		position:fixed; 
		top:0;
		left:0;
		right:0;
		padding:0 1em;
		padding:0 1.5em;
		background: #00649f; /*#197EC9*/
		z-index:199;
		box-shadow: -1em 0 0 #00649f,  1em 0 0 #00649f, 0 -0.5em 0.5em 0.5em rgba(0,0,0,0.25);
	}
	#critical_communications + 
	header .content_wrapper {
		top:3em;
	}
	.nav--container {
		left:0;
	}
	.header-logo img {
		display:block;
		margin: 0.5em auto;
	}
	.header-logo {
		transform-origin:50% 0;
		transition:height 0.2s;
		/* height:4.2em; */
	}
	.mobile-menu--active .header-logo {
	}
	.mobile-menu--active .nav--featured {
		visibility:visible;
	}
	.nav--container {
		border-top:none;
		width: 100vw;
		margin: 0;
	}
	.mobile-menu--active{
		/*padding-top:0.5em;*/
	}
	.nav--container nav {
		padding:0;
	}
	.nav--container .nav--main {
		padding-top:1em;
	}
	header a {
		padding: 0.5em 1em;
	}
	
	.nav--main li,
	.nav--secondary li {
		margin:0 0.5em;
	} 
	header .nav--main li a::after {
		margin-left: 1em;
		color:#f0e5d7;
	}
	header .nav--main li.mobile-nav--opened > a::after {
		margin-left: 5.1em;
	}
	header .nav--main a.nav-list-title {
		padding-left: 3em;
	}
	
	.nav--main a {
		margin-right:3.5em;
	}
	.nav--main a::after {
		margin-left:1em;
	}
	.nav--main li.mobile-nav--opened > a::after {
		margin-left:5em;
	}
	.nav--main ul ul a {
		text-transform:none;
	}
	.nav--container {
		height:100vh;
		padding-top:0;
	}
	.mobile-menu--active .nav--container {
		max-height:calc(100vh - 4em);
		padding-top:0;
	}
	.mobile-menu--active #critical_communications + header .nav--container {
		max-height:calc(100vh - 8em);
	}
}
@media (max-width:48em) and (min-aspect-ratio:10/7) {
	
	html {
		font-size:1em;
	}
	#search {
		top:0;
		z-index: 199;
		padding: 0.125em 0 0;
	}
	#search::before {
		height:0;
	}
	.page--search-results #search {
		top:5.5em;
	}
	/* layering elements  */
	.search--active .nav--featured {
		position:fixed;
		z-index:99;
	}
	.search--active #critical_communications ~ #search {
		margin-top:0;
	}
	.search--active #critical_communications + header .nav--featured {
		margin-top:3em;
	}
	.search--active header {
		z-index:auto;
		position:static;
		margin-bottom:-6.5em;
	}
	.header-logo {
		transition:opacity 0.15s;
	}
	.search--active .header-logo {
		opacity:0;
	}
	header .content_wrapper {
		position:fixed;
		left:0; right:0;
		top:0;
		z-index:999;
	}
	#search .content_wrapper {
		width:calc(100vw - 8em);
	}
	.search--active header .content_wrapper {
		pointer-events:none;
	}
	.search--active  .menu-button, 
	.search--active .search-button {
		pointer-events:auto;
		color:#F0E5D7;
	}
	#critical_communications + header .content_wrapper {
		margin-top:3em;
	}
	.menu-button, 
	.search-button {
		z-index:9999;
	}
	.nav--container {
		height: calc(100vh - 5.5em);
	}
	.nav--container nav {
	}
	.mobile-menu--active .nav--container {
		padding:1em 0;
	}
	.nav--mobile-extras .social_icons {
		display:inline-block;
		vertical-align:middle;
		margin: 0;
	}
	.nav--mobile-extras p {
		margin: 0 1em;
		display:inline-block;
		vertical-align:middle;
	}
	header .content_wrapper {
		max-width:none;
	}
	.nav--mobile-extras {
		position: relative;
	}
}

@media (max-width:20em) {
	.nav--container nav {
		min-width:300px;
	}
}


@media screen and (min-width:48em) and (max-width:54em) {
	header nav {
		font-size: 0.875em;
	}
}
@media screen and (min-width:48em) and (max-width:75em) {
	body header button.search-button {
		margin-top:3em;
	}
}
@media screen and (min-width:48em) {
	html {
		scroll-padding:6em 0 0;
	}
	main {
		padding-top:6em;
	}
	header,
	header .content_wrapper {
		height:6em;
	}
	header a[style*="random"]:hover,
	header a[style*="random"]:focus,
	footer a[style*="random"]:hover,
	footer a[style*="random"]:focus {
		/* color:var(--random-hover); */
		transform:scale(1.025);
	}
	.header-logo {
	}
	.header-logo img {
		height:auto;
		margin: 1em auto;
	}
	.search-button {
		margin-top:2.5em;
	}
	.nav--container {
		background:transparent;
		box-shadow:none;
	}
	.nav--main ul div {
		background:rgba(0,0,0,0);
		transform:none;
		right:auto;
	}
	.nav--main ul div > ul {
		background:#16315A;
	}
	.nav--main ul div > ul a:last-child {
		padding-right:1.5em; 
	}
	.nav--main a {
		white-space:nowrap;
	}
	.header-logo {
		margin-right: 1em;
	}
	.nav--main > ul > .nav-item--current::after,
	.nav--secondary .nav-item--current::after {
		background:#F0E5D7;
		content:'';
		display:block;
		border-radius:0.125em;
		height:0.1em;
		position:absolute;
		bottom: 0.33em;
		left: 1.25em;
		right: 01.25em;
	}
	.nav--secondary a {
		position:relative;
	}
	.nav--secondary img {
		display:none;
	}
	.pf-cta-button {
		position: absolute;
		padding: .75% .5%;
		font-size: 1em;
		z-index: 1;
		bottom: 12%;
		left: calc(3.15% + (100vw - 100%) / 2);
		border-radius: 50px 50px;
	}

}


/* largest size */
@media (min-width:75em) {
	.nav--container {
		flex-grow:1;
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		align-self:center;
		height:100%;
	}
	.nav--container ul {
	}
	.nav--main,
	.nav--secondary	{
		margin-top:0;
		position:static;
		height:100%;
	}
	.search-button {
		margin-top: 0;
		margin-left:0;
	}
	header nav {
		font-size: 1.125em;
	}
	.nav--main > ul > li,
	.nav--secondary > ul > li {
		padding:1.4em 0;
	}
	.nav--main > ul > .nav-item--current::after,
	.nav--main > ul > .nav-item--current-parent::after ,
	.nav--secondary .nav-item--current::after,
	.nav--secondary .nav-item--current-parent::after {
		bottom: 1em
	}



}
footer {
	position:relative;
	background:#00649f; /*#197EC9*/
	color:#F0E5D7;
	margin:0
}
footer::after {
	content:'';
	display:block;
	position:relative;
	background: url(../images/refresh-2025/layout/divider.svg) bottom center / auto 135%;
	padding-top:14%;
	margin-top:2em;
}
footer .content_wrapper {
	position:relative;
	padding-top: 9em;
	max-width:58em;
}
.footer-nav--main ul {
	position:relative;
	display: block;
}
.footer-nav--main a:hover {
	background:none;
}
.footer-nav--main a {
	font-weight:bold;
	font-size: 1.125em;
}
.footer-nav--secondary a {
	text-decoration:underline;
}
footer li {
	padding: 0.33em;
	break-inside: avoid;
}
.footer-nav--main li {
	display:block;
}
footer .social_icons a {
	margin:0.5em 0.33em;
}
.footer-nav--main li:first-child a::before {
	content: '';
	display:block;
	background:url(../images/refresh-2025/nutrigrain-logo-webcolor.svg) center / contain no-repeat;
	top: -6em;
	width: 8em;
	height: 5em;
	left:50%;
	margin-left: -3.8em;
	position:absolute;
}
#back-to-top {
	top:2em;
}
@media (min-width:48em) {
	footer .content_wrapper {
	}
	footer::after {
		padding-top:9%;
	}
	footer ul {
		margin:0 -0.5em;
	}
	.footer-nav--main ul {
		text-align:center;
		columns: 3;
	}
	.footer-nav--main li {
		display:block; 
		margin:0;
	}
}
/* Headings and paragraph styles */

.hidden_headline{
	display: none;
	visibility: hidden;
}
h1,h2,h3,h4,h5,h6 {
	margin:1rem auto;
	font-weight:bold;
}
h1, h2 {
	font-size: 2em;
	line-height:1;
	text-align:center;
	text-transform:lowercase;
	margin-top:0;
	margin-bottom:1em;
}
h3 {
	text-transform:lowercase;
	font-size:1.5em;
	line-height:1;
}
p {
	margin:1rem 0;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	white-space:nowrap;
}
h1 span,h2 span {
	display:block;
}
p {
	
}
.disclaimer {
	font-size:0.8em;
} 
small {
	font-size:0.667em;
} 
sup {
	text-decoration:none;
}
h1 sup,
h2 sup,
h3 sup {
}
h2.headline-smaller-mobile {
	font-size:1.5em;
}

@media (min-width:48em) {
	h1, h2, h2.headline-smaller-mobile {
		font-size:calc(3vw + 1em);
	}
}
@media (min-width:64em) {
	h1, h2, h2.headline-smaller-mobile {
		font-size:3em;
	}
}
/* Tables */
table {
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
tr {
}
td {
	padding:0.5em 0;
}
/* Links and CTA Buttons */
a {
	color:#00649f;
	text-decoration:none;
}
a img {
	text-decoration:none;
}
form input[type=submit],
form [type="reset"], 
form [type="submit"],
.btn-primary,
.button-cta {
	font-size:1.125rem;
	font-weight:bold;
	text-align:center;
	background:#00649F;
	border-radius:1.5em;
	color:#F0E5D7;
	line-height:1;
	outline-offset:2px;
	padding: 0.7em 1.5em;
	transition:color 0.25s, background 0.15s, filter 0.15s, box-shadow 0.4s;
	transition-delay:0.15s;
	transition-timing-function:cubic-bezier(0.5, 0, 0.3, 1);
	box-shadow:inset 0 0 0 -4em #16315A;
}

.btn-primary,
.button-cta {
	min-width:8em;
}
.button-cta:focus, 
.button-cta:active {
}
[type="reset"]:hover, 
[type="submit"]:hover,
.btn-primary:hover,
.button-cta:hover {
	box-shadow:inset 24em 0 0 -4em #16315A;
	color:#fff !important;
	transition-delay:0s;
	/* filter: saturate(40%) brightness(80%) contrast(160%); */
}
.button-cta:hover {
}
.video-fullwidth  .ytplayer-wrapper {
	height:auto;
}
.yt-link-initialized {
	opacity: 1;
	pointer-events: auto;
}
.ytplayer .icon--player {
	opacity: 0.33;
	transform:translate(-50%,-50%) scale(0.75);
}
.yt-link-initialized .icon--player {
	opacity:1;
	transform:translate(-50%,-50%) scale(1);
	transition:opacity 0.15s, transform 0.15s;
}
.icon--player {
	color:#F0E5D7;
	border:none;
	border-radius: 100%;
	box-shadow: 0.05em  0.05em 0.2em rgba(0,0,0,.25);
	overflow: hidden;
	width: 5em;
	height: 5em;
}
.icon--player::before {
	display: block;
	content: '';
	background: currentcolor;
	height: 5em;
	width: 4em;
	left: -2.2em;
	position: absolute;
	z-index: 1;
}
.icon--player::after {
	display: block;
	content: '';
	border:none;
	height: 5em;
	width: 5em;
	position: absolute;
	top: -1em;
	left: -3.7em;
	transform: translate3d(0,0,0) scaley(.6) rotate(-45deg);
	box-shadow: inset 0em 0em 0 3em #00649f, 2em 2em 0 2em currentcolor;
}
.ytplayer:hover .icon--player {
	color:#dedede;
}
.ytplayer {
	opacity:0.8;
	pointer-events:none;
}
.yt-link-initialized {
	opacity:1;
	pointer-events:auto;
}
.page-title {
	text-align:center;
}
.page-title p {
	max-width:42em;
	margin:1em auto;
}
@media (min-width:48em) { 
	.icon--player {
		font-size:1em;
	}
	.button-cta {
		min-width: 9em;
	}
	.video-fullwidth  .ytplayer-wrapper  {
		width:66%;
		margin:0 1em;
	} 
	.video--homepage .content_wrapper {
		display:flex;
		align-items: center;
		break-inside: avoid;
		page-break-inside: avoid;
		padding-bottom:6vw;
		padding:2em 0 6vw;
	}
	.video-fullwidth .button-cta {
		position:static; 
		transform:none;
	}
}
.nav--main li:hover > div {
	max-height:100vh !important;
}
/* Forms */
input,
textarea {
	border-radius:0em;
	outline-offset:2px;
}
select {
	border:0.15em solid currentcolor;
	border-radius:0;
	font-weight:bold;
	text-align:center;
	padding:0.45em 2em 0.5em 1em;
	transition:color 0.15s, background 0.15s;
	outline-offset:2px;
}
.pagination a,
.pagination input {
	background:#00649f; /*#197EC9*/
}
#search {
	background: #000e;
	color:#F0E5D7;
}
#search input[type="text"] {
	border-radius:0;
	padding: 0 3rem 0 0;
	cursor:text;
	outline-offset:4px;
}
@media (min-width:48em) { 
	#search .content_wrapper {
		max-width:30.5em;
	}
	#search input[type="text"] {
		width:calc(100% - 10rem);
	}
}
/* Change autocomplete styles in WebKit */
#search input[type=text]:-webkit-autofill,
#search input[type=text]:-webkit-autofill:hover,
#search input[type=text]:-webkit-autofill:focus,
#search input[type=text]:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #F0E5D7 !important;
	color: #F0E5D7 !important;
}
#search .search-label--large {
	font-weight:bold;
	font-size:275%;
}
#search .search-label--submit::before {
	top:0.3em;
	left: 0.46em;
}
#search .search-label--submit::after {
	top: 2.15em;
	left: 1.8em;
}
/* Some active styles */
a:focus,
a:active,
a:focus .button-cta,
a:active .button-cta,
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
[tabindex]:focus,
.qq-upload-button:focus-within,
form input[type="checkbox"]:focus + label:before, 
form input[type="radio"]:focus + label:before {
	outline:2px solid #000;
}
a:focus:hover,
a:focus:hover .button-cta,
button:focus:hover {
	outline: none; 
}
.contact-preliminary .button-cta:focus, .contactpreliminary .button-cta:focus {
	outline:2px solid #000;
}

header .content_wrapper a:focus,
header .content_wrapper a:active,
header button:focus,
header button:active,
footer a:focus,
footer a:active,
.pagehero a:focus,
.pagehero a:active ,
.product-category a:focus,
.product-category a:active,
#search input[type="text"]:focus,
#search input[type="text"]:active {
	/* outline:2px solid #F0E5D7; */
}
#search input[type=text] {
	outline-offset: 0.25em;
}
#search input[type=text]:focus,
#search input[type=text]:active {
	outline: none;
	border-bottom-color: #ed1846;
}
/* Change autocomplete styles in WebKit */
#search input[type=text]:-webkit-autofill,
#search input[type=text]:-webkit-autofill:hover,
#search input[type=text]:-webkit-autofill:focus,
#search input[type=text]:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #F0E5D7 !important;
	color: #F0E5D7 !important;
}
.menu-button:focus:hover,
.menu-button:active:hover,
.search-button:focus:hover,
.search-button:active:hover,
a:focus:hover,
a:active:hover {
	outline:none;
}
.tns-controls[tabindex]:focus {
	outline:none;
}
.tns-controls[tabindex]:focus::after {
	content: '';
	display: block;
	border:medium solid rgba(37, 165, 255, 0.67);
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}
/* Basic Hero */
.pagehero {
	height:auto;
	min-height:0;
	color:#F0E5D7;
	margin:0 0 2em;
	background: #00649F url(../images/refresh-2025/layout/bg-wheat-blue.svg) 45% 66% / min(150%, 48em) repeat;
}
.flavor-divider::after,
.pagehero::after {
	content:'';
	display:block;
	position:relative;
	width:100%;
	background:url(../images/refresh-2025/layout/divider.svg) top center / cover no-repeat;
	padding-top:var(--divider-mobile);
	margin-top:-5%;
}
.pagehero section {
	height:calc(16em + 25vw);
	position: relative;
}
.pagehero .rich-text {
	position:relative;
}
.pagehero h1, 
.pagehero h2 {
	margin-bottom:1rem;
}

.flavor-divider-apple::after,
.hero--products::after {
	background:url(../images/refresh-2025/layout/divider-apple.svg) var(--divider-position) / cover no-repeat;
}
.flavor-divider-cherry::after {
	background:url(../images/refresh-2025/layout/divider-cherry.svg) var(--divider-position) / cover no-repeat;
}
.flavor-divider-strawberry::after,
.hero--products-pf::after {
	background:url(../images/refresh-2025/layout/divider-strawberry.svg) var(--divider-position) / cover no-repeat;
}
.flavor-divider-blueberry::after {
	background:url(../images/refresh-2025/layout/divider-blueberry.svg) var(--divider-position) / cover no-repeat;
}
.flavor-divider-mixed::after,
.hero--about-us::after,
.hero--products-bars::after {
	background:url(../images/refresh-2025/layout/divider-mixed.svg) var(--divider-position) / cover no-repeat;
}
@media (min-width:48em) {
	.pagehero {
		background-size:min(80%, 75em);
	}
	.pagehero section {
		height:min(40vw, 36em);
	}
	.flavor-divider::after,
	.pagehero::after {
		padding-top:min(18%, 18em);
		padding-top:var(--divider-desktop);
		margin-top:max(-4%,-4em);
		background-position:top center;
	} 
	.pagehero h1, .pagehero h2 {
		font-size:3em;
	}
}


/* home hero  */

.hero--homepage {
	background:#F0E5D7;
	color:#00649F;
}
.hero--homepage section {
	text-align:left;
	height:auto;
}
.hero--homepage .content_wrapper {
	position:relative;
	z-index:1;
}
.hero--homepage .rich-text {
	height:auto;
	padding:3em 0;
	font-size:min(calc(0.25em + 3vw), 2em);
}
.hero--homepage picture {
	display:block;
	margin:0 -3%;
}
.hero--homepage img {
	margin:-15% auto -25%;
	width:min(calc(50% + 12em), 32em);
	pointer-events:none;
	min-height: 12em;
}
.hero--homepage h1 {
	font-size:1.85em;
	max-width:10.5em;
	margin:0;
	text-align:inherit;
}
.hero--homepage p {
	max-width:14em;
	margin:1em 0;
	font-size:1.3em;
}
@media (min-width:48em) {
	.hero--homepage {
		margin-bottom:4em;
	}
	.hero--homepage::after {
		padding-top:min(16em, calc(12% + 4em))
	}
	.hero--homepage img {
		position: absolute;
		right: -33%;
		width: min(100%, 80em);
		height: auto;
		margin: 0;
		transform: translate(0, -67%);
	}
	.hero--homepage .rich-text {
		padding:2em 0 4em;
		font-size:min(calc(1em + 1vw), 2em);
	}
	.hero--homepage h1 {
		font-size: 2em;
		max-width:14em;
	}
}


/* products hero  */
.hero--products::after {
	z-index: 1;
}
.hero--products .content_wrapper {
	text-align:left;
}
.hero--products h1 {
	margin-top:1em;
	max-width:9em;
}
.hero--products .rich-text {
	height:100%;
	display: inline-flex;
	width: 100%;
	flex-direction:column;
}
.hero--products .hero--products-image {
	display:block;
	flex-grow: 1;
	position:relative;
	margin:0 -1.5em 0 -2em;
}
.hero--products .hero--products-image img {
	width: 100%;
	position: absolute;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.hero-skip {
	background:url(../images/refresh-2025/icons/down.svg) center / contain no-repeat;
	width:4em;
	height:4em;
	padding:0;
	font-size:60%;
	border:none;
	position:absolute;
	z-index:2;
	margin:-3em;
	left:50%; top:85%;
}
.hero-skip .tooltip {
	background:#000;
	border-radius:0.25em;
	color:#F0E5D7;
	font-size:0.875rem;
	opacity:0;
	padding:0.25em 0.75em;
	pointer-events:none;
	position:absolute;
	top:100%; 
	left:50%;
	transform:translate(-50%,0) scale(0.8);
	transition:transform 0.15s, opacity 0.15s; 
	white-space:nowrap;
	font-weight:normal;
}
.hero-skip:focus .tooltip,
.hero-skip:hover .tooltip {
	opacity:1;
	transform:translate(-50%,0);
}
.hero-skip-target {
	position:relative;
	top:-2em;
	height:0;
}
@media (min-width:48em) {
	.hero--products .rich-text {
		flex-direction:row;
	}
	.hero--products .hero--products-image img {
		margin-top:5%;
		height:95%;
	}
	.hero--products h1 {
		margin:auto;
		text-align:left;
		top:-1em;
		position:relative;
		font-size:min(calc(3vw + 1.2em), 4em);
	}
	.hero-skip {
		left:23%;
		top:85%;
		font-size:120%;
	}
}


/* hero supplier/baldwin - reuses and slightly modifies .hero--products  */
.hero--baldwin h1 {
	max-width:7em;
}
.hero--baldwin::after  {
	background-image:url(../images/refresh-2025/layout/divider-cherry.svg);
}
.hero--baldwin .hero--products-image img {
}
@media (min-width:48em) {
	.hero--baldwin  .hero-skip {
		left:16%
	}
	.hero--baldwin .hero--products-image img {
		max-width:none;
		width:130%;
	}
}




/* hero - bubble (our story/faq/contact ) */
.hero--bubble {
	background-color:#f0e5d7;
	background-image:url(../images/refresh-2025/layout/bg-wheat.svg);
}
.hero--bubble h1 {
	width: 6em;
	height:6em;
	position:relative;
}
.hero--bubble h1 span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: calc(100% - 0.25em);
	padding-bottom:0.25em;
	background: #00649f;
	border-radius: 100%;
	position: relative;
}
.hero--bubble h1::after {
	content: '';
	display: block;
	width: 4em;
	height: 3em;
	position: absolute;
	left: 55%;
	top: 68%;
	background: url(../images/refresh-2025/bop-about-us.png) center / contain no-repeat;
}
.hero--bubble h1::before {
	content: '';
	display: block;
	width: 4em;
	height: 6em;
	position: absolute;
	left: -38%;
	top: -22%;
	background: url(../images/refresh-2025/bop-wheat.png) center / contain no-repeat;
}
@media (min-width:48em) {
	.hero--bubble h1 {
		font-size:min(4vw,3em);
	}
}

/* hero faq */
.hero--faq::after  {
	background-image:url(../images/refresh-2025/layout/divider-apple.svg);
}
.hero--faq h1::after {
	left: -20%;
	top: 75%;
	background: url(../images/refresh-2025/bop-apple-cinnamon.png) center / contain no-repeat;
}
.hero--faq h1::before {
	left: 70%;
	top: -32%;
	transform:scalex(-1);
	background: url(../images/refresh-2025/bop-wheat.png) center / contain no-repeat;
}
.hero--faq h1 span {
	font-size:87.5%;
}
@media (min-width:48em) {
	.hero--faq h1 {
	}
}

/* hero faq */
.hero--contact::after  {
	background-image:url(../images/refresh-2025/layout/divider-blueberry.svg);
}
.hero--contact h1::after {
	background: url(../images/refresh-2025/bop-blueberry.png) center / contain no-repeat;
}
.hero--contact h1::before {
	background: url(../images/refresh-2025/bop-wheat.png) center / contain no-repeat;
}
@media (min-width:48em) {
	.hero--contact h1 {
	}
}



/* other heros */
.hero--default .rich-text {
	font-size:1.5em;
}


/* NEW swoosh (home and PF Landing) */
.pf-hero-new {
	position:absolute;
	right:0;
	top:0;
	color:#16315A;
	background:url(../images/promotions/powerfulls/new-swoosh.svg) top right / contain no-repeat;
	font-size:min(calc(0.5em + 2vw), 2em);
}
.pf-hero-new span {
	display:block;
	padding:0.5em 0.5em 2em 2em;
}




.home-brand-statement {
	text-align:center;
	position:relative;
}
.home-brand-statement h2 {
	max-width:8em;
}
.home-brand-statement p {
	max-width:22em;
	margin:1em auto;
}
.home-brand-statement .rich-text {
	z-index: 1;
	padding:2em 0;
	position: relative;
}
.home-brand-statement .rich-text::after {
	content: '';
	display: block;
	padding: 33% 0 12em;
	margin: -4em -1.5em -20%;
	position: relative;
	pointer-events: none;
	background: url(../images/refresh-2025/bop-oats.png) top 4% left calc(50vw + 5.5em) / auto 6em no-repeat,
		url(../images/refresh-2025/bop-strawberry.png) top 50% left calc(33% - 4em) / calc(15% + 2em) auto no-repeat,
		url(../images/refresh-2025/bars/strawberry.png) bottom 10% right -4em / auto 52% no-repeat;
}
.home-brand-statement .rich-text img {
	width:25%;
	min-width:12em;
	margin:0 auto 1em;
}
@media (min-width:48em) {
	.home-brand-statement h2 {
		max-width:none;
	}
	.home-brand-statement p {
		width:60%;
		max-width:36em;
		margin: 1em auto;
	}
	.home-brand-statement .rich-text::after {
		padding: 38% 0 8em;
		margin: -13em -4em -12% 0;
		background: url(
		../images/refresh-2025/bop-oats.png) top 5% left 5% / 10% auto no-repeat,   url(../images/refresh-2025/bop-strawberry.png) top 55% left 0%  / 12% auto no-repeat,   url(../images/refresh-2025/bars/strawberry.png) bottom 0em right 0em / 56% auto no-repeat;
	}
}

.home-brand-proposition {
	text-align:center;
	position:relative;
	color: #F0E5D7;
	background: #00649F;
	padding: 4em 0 0;
} 
.home-brand-proposition .button-cta {
	background: #F0E5D7;
	color: #00649F;
	margin:2em auto;
}

.home-brand-proposition h2 {
	max-width:9em;
}
.home-brand-proposition h3 {
	font-size:1.25em;
}
.home-brand-proposition .rich-text {
	text-align:center;
	margin: 2em auto 4em;
}
.home-brand-stickers img {
	margin:0 auto 2em;
}
.home-brand-stickers > div {
	max-width:22em;
	margin:2em auto;
	flex-basis:calc(33.33% - 2em);
	font-size: min(4vw, 1em);
}

@media (min-width:48em) {
	.home-brand-proposition h2 {
		max-width:12em;
	}
	.home-brand-stickers {
		display:flex;
		text-align:center;
		justify-content:center;
		gap:3em;
	}
	.home-brand-stickers > div {
		margin:0 0 0;
	}
}

@media (min-width:75em) {
	.home-brand-stickers > div {
		font-size:1.2em;
	}
}


.home-wholesome {
	text-align:center;
	position:relative;
	padding: 4em 0 0;
	background: #f0e5d7 url(../images/refresh-2025/layout/bg-wheat.svg) 45% 66% / min(150%, 48em) repeat;
	overflow: hidden;
}
.home-wholesome h2 {
	max-width:12em;
}
.home-wholesome h3 {
	font-size:1em;
	color: #16315a;
	text-transform:uppercase;
}
.home-wholesome .button-cta  {
	margin: 2em auto 4em;
}
.wholesome-pill {
	display:inline-block;
	position:relative;
	margin: 1em auto;
	font-size: min(4vw, 1em);
}
.wholesome-pill::after {
	content: '';
	display: block;
	width: 8em;
	height: 18em;
	position: absolute;
	top: 50%;
	left: -6.5em;
	margin-top: -13em;
	background: url(../images/refresh-2025/bop-wheat.png) center / cover no-repeat;
}
.wholesome-pill-row {
	width:14em;
	border-radius:1.5em;
	overflow:hidden;
}
.wholesome-pill-row > div {
	padding:2em;
	background:#16315A;
	color:#fff;
}
.wholesome-pill-row > div:nth-child(2) {
	background:#1698D6;
	position:relative;
}
.wholesome-pill-row > div:nth-child(2)::before,
.wholesome-pill-row > div:nth-child(2)::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:50%;
	background:currentcolor;
	border-radius:0.1em;
	border:0.1em solid;
	width:0.4em; 
	height:0.4em;
	margin:-0.3em;
	font-size:80%;
	box-shadow: 0 -0.3em 0, 0 0.3em 0, -0.3em 0 0, 0.3em 0 0, 0 -0.6em 0, 0 0.6em 0, -0.6em 0 0, 0.6em 0 0; 
}
.wholesome-pill-row > div:nth-child(2)::after {
	top:auto;
	bottom:0;
}
.wholesome-pill-row b {
	display:block;
	font-size:250%;
}
@media (min-width:48em) {
	.home-wholesome {
		background-size:min(80%, 75em);
	}
	.home-wholesome h2 {
		max-width:16em;
	}
	.home-wholesome h3 {
		font-size:1.33em;
	}
	.home-wholesome .button-cta  {
		margin-bottom:6em;
	}
	.wholesome-pill {
		font-size:min(2vw, 1.5em);
	}
	.wholesome-pill::after {
		font-size:80%;
	}
	.wholesome-pill-row {
		display:flex;
		width:auto;
		max-width:36em;
	}
	.wholesome-pill-row > div:nth-child(2)::before{
		top:50%;
		left:0;
	}
	.wholesome-pill-row > div:nth-child(2)::after {
		left:100%;
		top:50%;
	}
	.wholesome-pill-row > div {
		padding:2em;
		flex-basis:33.33%;
	}
}


.home-snack-events {
	text-align:center;
	background:#00649F;
	color:#F0E5D7;
	padding:4em 0 0;
}
.home-snack-events h2 {
	max-width:12em;
}
.home-snack-grid-image {
	margin-bottom:0.5em;
	overflow:hidden;
	position:relative;
	padding-bottom:56.25%;
}
.home-snack-grid img {
	display:block;
	height:100%;
	object-fit:cover;
	position:absolute;
	width:100%; 
}
.home-snack-grid > div {
	box-shadow:0 0.25em 0.5em #14315A4D;
	width:22em; 
	max-width:100%;
	margin:0 auto 2em; 
	background:#74c044;
	color:#16315a;
	padding-bottom:0.5em;
	border-radius:1.5em;
	overflow:hidden;
	font-weight:bold;
	font-size: min(4vw, 1em);
}
@media (min-width:48em) {
	.home-snack-events h2 {
		max-width:16em;
	}
	.home-snack-grid {
		display:flex;
		flex-wrap:wrap;
		width:100%;
		margin: 2em auto 4em;
		font-size:min(1.75vw, 1em);
	}
	.home-snack-grid > div {
		width:auto;
		flex-basis:calc(33.33% - 1.67em);
	}
}




.home-review {
	text-align:center;
	padding:4em 0 0;
}
.home-review .rich-text {
	position:relative;
	z-index: 1;
}
.home-review .rich-text::after,
.faq-wrapper::after {
	content: '';
	display: block;
	padding: 30% 0 4em;
	margin: 0px -1.5em -14%;
	background: url(../images/refresh-2025/bars/apple.png) bottom 0 left calc(100% + 3em) / auto 85% no-repeat, url(../images/refresh-2025/bop-apple-cinnamon.png) bottom 0 left calc(20% - 3em) / auto 66% no-repeat;
}
.home-review p {
	max-width:14em;
	font-weight:bold;
	margin:1em auto;
}
.home-review-stars img {
	display:inline-block;
	width:2em;
	margin:0 -0.1em;
}

@media (min-width:48em) {
	.home-review p {
		font-size:1.5em;
	}
	.home-review .rich-text::after,
	.faq-wrapper::after {
		padding: 23% 0 8em;
		margin: 0px -5em -8%;
		background-position: bottom right, bottom 0 left 12%;
	}
}



.video-landing-page {
	padding-bottom:5vw;
	text-align:center;
}

.video-landing-page .ytplayer-wrapper{
	margin: 2em auto;
}

@media (min-width:48em) {
	.video-landing-page .ytplayer-wrapper{
		width: 66%;
		margin: 1em auto;
	}
}




/* products */
.products-featured {
	text-align:center;
}
.product-category {
	position:relative;
	display: block;
	margin-bottom:2em;
}
.product-category h2,
.product-category h3 {
	font-size:2em;
	margin-bottom:1rem;
}
.product-category-description .button-cta {
	position:relative;
	white-space: nowrap;
}
.products-featured .product-primary-image {
}
.products-featured .product-secondary-image img {
	height:12em;
	width:16em;
	object-fit:contain;
	margin:0 auto 1rem;
}
.product-category--bars .product-secondary-image  {
}
.products-featured p {
	margin: 0 auto 2em;
	max-width:30em;
}
@media (min-width:48em) {
	.products-featured {
		margin:4em auto calc(2em + 3%);
	}
	.products-featured-row {
		gap:2em;
		justify-content:center;
		margin: auto;
		max-width: 64em;
	}
	.product-category {
		flex-basis: calc(50% - 1em);
	}
	.product-category h2 {
		min-height:2em;
	}
	.product-category-description {
		padding-bottom:3em;
	}
	.product-category-description .button-cta {
		position:absolute;
		bottom: 0;
		left:50%;
		transform:translate(-50%,0);
		white-space: nowrap;
	}
}
@media (min-width:75em) {
	.products-featured h3 {
		min-height:0;
	}
}



/* Product Line Lists */
.products-line {
	text-align:center;
	position:relative;
	margin-top: 2em;
}
.products-line .content_wrapper {
	padding:2em 0;
}

.search-results-list a,
.products-line a {
	color:#16315A;
}
.products-line section {
	margin:0;
}
.products-line--related h2 {
	line-height: 0.85;
}
.products-line p {
	display:none;
}
.products-list {
	padding:0 0em;
	margin:0 -1em;
}
.products-list-product {
	padding:1em 0; 
}
.products-list-product .product-primary-image {
	height: 9em;
	margin-bottom:0.5em;
	position:relative;
}
.products-list-product .product-primary-image > img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}
.product-list-title,
.search-results-item-title {
	display: block;
	padding:0 0.5em 0.5em 0.5em;
	margin:0 auto;
	max-width:12em;
	font-weight:bold;
}
.product-list-title:hover,
.search-results-item-title:hover {
	text-decoration:underline;
}
.search-results-item {
	flex-grow:0;
}
@media screen and (min-width:48em) {
	.products-line .content_wrapper {
		/* padding:4em 0; */
	}
	.products-list {
		margin:0 auto;
	}
	.products-list-product {
		flex-basis: 25%;
	}
	.page--product-category .products-line h2::after {
		left:auto;
		right:4rem;
		transform:scalex(-1);
	}
	.page--product-category .products-line p {
		padding:0 20%;
		margin:0em 5em 2em;
	}
}
@media screen and (min-width:64em) {
	.products-list-product {
		font-size:1.25em;
	}
	.search-results-item {
		font-size:1.25em;
	}
	.products-list-product .product-primary-image {
		height: 10em;
	}
}

.page--search-results {
	background:#f0e5d7;
	color:#16315A;
}
.search-results > section,
section.search-results {
	margin-bottom:5vw;
}
/* END Product Line Lists */




/* Product Detail page */
.product-detail-highlights .content_wrapper {
	padding:2em 0;
	gap:4em;
	max-width: 64em;
}
.product-slider-holder {
}
.product-thumbnails-container {
	text-align: center;
}
.product-detail-highlights {
	color: #16315A;
}
.product-detail-overview {
	color:#00649F;
}
.product-detail-overview h1 {
	font-size:1.5em;
	text-transform:uppercase;
	margin:1rem 1rem 1rem 0;
	position:relative;
	text-align: left;
	word-spacing: 0;
	transition:left 0.2s;
	left:0
}
.product-detail-overview h1 span {
	display:inline;
	white-space:normal;
	font-weight:normal;
	text-transform:lowercase;
}
.product-category-back {
	font-weight:bold;
	font-size:1em;
	z-index:1;
	display:block;
	position:relative;
	width:calc(100% - 1em);
	text-transform:lowercase;
	transition:padding 0.2s;
}
.product-category-back::before {
	content:'';
	display:inline-block;
	width:0.8em;
	height:0.8em;
	border-top:0.2em solid currentcolor;
	border-left:0.2em solid currentcolor;
	transform:rotate(-45deg) scale(0.2);
	margin:0 -0.5em 0;
	position:absolute;
	top:0.25em;
	left:0;
	opacity:0;
	transition:margin 0.2s, transform 0.2s, opacity 0.2s;
}
.product-category-back:hover,
.product-category-back:focus {
	padding-left:1em;
}
.product-category-back:hover::before,
.product-category-back:focus::before {
	transform:rotate(-45deg) scale(0.6);
	margin:0 0.1em 0 0;
	opacity:1;
	transition:margin 0.2s, transform 0.2s, opacity 0.2s;
}
.tns-controls button[data-controls] {
	font-size:50%;
	border:0.5em solid transparent;
}
.tns-controls button[data-controls="next"]::before, 
.tns-controls button[data-controls="next"]::after, 
.tns-controls button[data-controls="prev"]::before, 
.tns-controls button[data-controls="prev"]::after {
	color:#00649f; /*#197EC9*/
	height: 0.4em;
	transform-origin: 0.2em 0.2em;
	margin-left: -0.2em;
	border-radius: 0.2em;
}
.recipe-thumbnails-container .tns-nav-active, 
.product-thumbnails-container .tns-nav-active {
	/* box-shadow: inset 0 0 0 2px #00649f; */
}
.recipe-thumbnails-container  .tns-ovh,
.product-thumbnails-container .tns-ovh {
	overflow:visible;
}
.recipe-thumbnails-container .tns-item, 
.product-thumbnails-container .tns-item {
	font-size:1rem;
	position:relative; 
	width:1.5em; height:1.5em;
	border-radius:100%; 
	padding:0;
	border:0.25em solid transparent;
	outline:none;
	box-shadow:inset 0 0 1em #C1B6A8;
	margin:0.2em;
}
.js-product-thumbnails > div.tns-nav-active {
	box-shadow:inset 0 0 1em #00649f;
}
.js-product-thumbnails img {
	display:none;
}
@media (min-width:48em) {
	.js-product-thumbnails > div::before {
		content:'';
		position:absolute; 
		left:50%; top:110%; 
		border-bottom:0.5em solid #fff;
		border-left:0.5em solid transparent;
		border-right:0.5em solid transparent;
		opacity:0;
		transform-origin:50% 0;
		transform:translate(-50%,0) scale(0.8);
		transition:transform 0.15s, opacity 0.1s  ;
		filter:drop-shadow(0 0.2em 0.07em #0003);
		
	}
	.js-product-thumbnails img {
		display:block;
		position:absolute; 
		background:#fff;
		border-radius:0.25em;
		padding: 0.5em 1em;
		width:4em; height:auto;
		max-width:none;
		border:none;
		outline:none;
		opacity:0; 
		top:110%; 
		margin-top:0.5em;
		transform-origin:50% -15%;
		transform:translate(-50%,0) scale(0.8);
		transition:transform 0.15s , opacity 0.1s ;
		filter:drop-shadow(0 0.2em 0.07em #0003);
		z-index:1;
	}
	.js-product-thumbnails .tns-item:hover img,
	.js-product-thumbnails .tns-item:hover::before {
		opacity:1; 
		transform:translate(-50%,0) scale(1);
		transition:transform 0.15s, opacity 0.1s;
		z-index:2;
	} 
}


.product-detail-overview p {
	margin:2em auto;
	white-space: pre-wrap;
}
.share-icon {
	background:url(../images/site/icon-sharer.svg) center / contain no-repeat;
}
.addthis_toolbox a {
	margin:0 0 0 0.25em;
}
.product-nutrition-row {
	display: flex;
	flex-wrap: wrap;
}
.product-nutrition h2 {
	color:inherit;
}
.product-nutrition h3 {
	font-size:2em;
	letter-spacing:-0.033em;
}
.product-nutrition .content_wrapper > h2+p {
	display: none;
}
.product-nutrition select {
	font-size:1.125rem;
	color:#00649f; /*#197EC9*/
	background:#F0E5D7;
	border-color:#F0E5D7;
	padding: 0.5em 3em 0.5em 0.75em;
	border-radius: 1.5em;
}
.product-nutrition .select-wrapper::before{
	z-index:1;
	pointer-events:none;
	color:#00649f; /*#197EC9*/
}
.product-nutrition .button-cta {
	color:#00649f; /*#197EC9*/
	background:#F0E5D7;
}
.product-nutrition-highlights {
	
}
.product-nutrition-highlights h3:first-child {
	display: block;
	color: inherit;
}
.product-nutrition-highlights p {
	/* text-align:justify; */
	text-align:left;
}
.product-nutrition-row .product-nutrition-smartlabel {
	margin: 2em 0;
}
.product-nutrition-smartlabel-title + p {
	margin-bottom:0.25em;
}
.product-nutrition p, 
.product-nutrition table {
	line-height:1.5;
	font-weight:300;
}
.product-nutrition td {
	border-bottom:1px solid currentcolor;
}
.product-nutrition td.spacer,
.product-nutrition tr:last-child td {
	border-bottom:none;
}
div.product-nutrition::before,
div.nutritionoverride::before {
	content:'';
	display:block;
	background: #015A8F;
	padding:7% 0 0;
	transform-origin:100% 100%;
	transform:rotate(-0.8deg);
	margin-bottom:-2%;
}
.nutritionoverride::after,
main > .nutritionoverride ~ div:last-child::after {
	content:'';
	display:block;
	position:relative;
	background:url(../images/refresh-2025/layout/divider-mixed.svg) top center / cover no-repeat;
	padding-top:var(--divider-mobile);
	margin-top:-5%;
}
body[class*="strawberry"] .nutritionoverride::after,
body[class*="strawberry"] main > .nutritionoverride ~ div:last-child::after {
	background:url(../images/refresh-2025/layout/divider-strawberry.svg) top center / cover no-repeat;
}
body[class*="apple"] .nutritionoverride::after,
body[class*="apple"] main > .nutritionoverride ~ div:last-child::after {
	background:url(../images/refresh-2025/layout/divider-apple.svg) top center / cover no-repeat;
}
body[class*="cherry"] .nutritionoverride::after,
body[class*="cherry"] main > .nutritionoverride ~ div:last-child::after {
	background:url(../images/refresh-2025/layout/divider-cherry.svg) top center / cover no-repeat;
}
body[class*="blueberry"] .nutritionoverride::after,
body[class*="blueberry"] main > .nutritionoverride ~ div:last-child::after {
	background:url(../images/refresh-2025/layout/divider-blueberry.svg) top center / cover no-repeat;
}
body[class*="raspberry"] .nutritionoverride::after,
body[class*="raspberry"] main > .nutritionoverride ~ div:last-child::after {
	background:url(../images/refresh-2025/layout/divider-raspberry.svg) top center / cover no-repeat;
}
body[class*="chocolate"] .nutritionoverride::after,
body[class*="chocolate"] main > .nutritionoverride ~ div:last-child::after {
	background:url(../images/refresh-2025/layout/divider-chocolate.svg) top center / cover no-repeat;
}

.flavor-bop::after, 
main > .nutritionoverride ~ div:last-child > section::after {
	content:'';
	display:block;
	position:relative;
	z-index:1;
	font-size:min(3vw, 1em);
	width:22em;
	height:14em;
	margin:2em auto calc(-3em - 3%);
	transform:translate(0,8%);
	background:url(../images/refresh-2025/bop-mixed.png) top center / contain no-repeat;
}

.flavor-bop-strawberry::after,
body[class*="strawberry"] main > .nutritionoverride ~ div:last-child > section::after {
	background-image:url(../images/refresh-2025/bop-strawberry2.png);
	transform:translate(-5%,11%);
}
.flavor-bop-apple::after,
body[class*="apple"] main > .nutritionoverride ~ div:last-child > section::after {
	background-image:url(../images/refresh-2025/bop-apple-cinnamon.png);
}
.flavor-bop-cherry::after,
body[class*="cherry"] main > .nutritionoverride ~ div:last-child > section::after {
	background-image:url(../images/refresh-2025/bop-cherry.png);
	transform:translate(0%,0%);
}
.flavor-bop-blueberry::after,
body[class*="blueberry"] main > .nutritionoverride ~ div:last-child > section::after {
	background-image:url(../images/refresh-2025/bop-blueberry.png);
	transform:translate(-5%,10%);
}
.flavor-bop-raspberry::after,
body[class*="raspberry"] main > .nutritionoverride ~ div:last-child > section::after {
	background-image:url(../images/refresh-2025/bop-raspberry.png);
}
.flavor-bop-chocolate::after,
body[class*="chocolate"] main > .nutritionoverride ~ div:last-child > section::after {
	background-image:url(../images/refresh-2025/bop-chocolate.png); 
	background-size: auto 75%;
	background-position: center bottom;
}
.flavor-bop-megacherry::after {
	width: 80%;
	background-image:url(../images/refresh-2025/bop-megacherry.png);
	background-position:center bottom;
	left:2em
}

.flavor-bop-contact::after {
	width: 100%;
	max-width:75rem;
	transform:translate(5%,0%);
	background:url(../images/refresh-2025/bars/blueberry.png) right 0 top 100% / auto 70% no-repeat,
		url(../images/refresh-2025/bop-blueberry.png) left 0 top 100% / auto 50% no-repeat ;
}
@media (min-width:48em) {
	.flavor-bop-contact::after {
		transform:translate(3rem,-5%);
		background-size:auto 100%, auto 60%;
	}
}


.nutritionoverride {
	text-align:center;
	position:relative;
}
.nutritionoverride section {
	padding:4em 0 calc(2em + 4%);
	color:#F0E5D7;
	position:relative;
	background: #00649F url(../images/refresh-2025/layout/bg-wheat-blue.svg) 45% 66% / min(150%, 48em) repeat;
}
.power-fulls .nutritionoverride {
	/* background:url(../images/home/nutrition-background-opacity.svg) center top / 100vw 67vw no-repeat, radial-gradient(circle farthest-corner at 50% 50%,  #19a1dc, #0161a5); */
}


.bvreview .content_wrapper {
	margin:2em auto;
	max-width:64em;
	padding:1em ;
	background:#fff;
	border-radius:1.5em; 
	box-shadow:0 0.25em 0.5em #14315A4D;
}

@media (min-width:64em) { 
	.bvreview .content_wrapper {
		
	}
}


@media (min-width:64em) { 
	.product-detail-highlights .content_wrapper {
		padding:4em 0;
	}
}
@media (min-width:64em) { 
	.product-detail-overview{
		font-size:1.25em;
	}
}
@media (min-width:48em) { 
	.nutritionoverride {
		background-size:min(80%, 75em);
	}
	div.product-nutrition::before,
	div.nutritionoverride::before {
		padding:5% 0 0;
	}
	.product-detail-overview h1 {
		font-size:2em;
	}
	.nutritionoverride::after,
	main > .nutritionoverride ~ div:last-child::after {
		padding-top:min(18%, 18em);
		padding-top:var(--divider-desktop);
		margin-top:max(-4%,-4em);
	}
	.product-nutrition-smartlabel .select-wrapper {
		width:14.7em;
	}
	main > .nutritionoverride ~ div:last-child > section::after {
		font-size:min(1.5vw, 1.5em);
	}
}
/* Contact us -- based on old KSTL form */
.page--gotyourbackbin main{
	background: #F0E5D7;
}
main #KSTL-ContactUs-main .writeus {
	min-height:2em;
}
main #KSTL-ContactUs-main .writeus p {
}
main #KSTL-ContactUs-main .box-bordered {
	border: 0.15em solid #16315A; /*#197EC9*/
	color: #16315A;
	background: #F0E5D7;
	margin-bottom:1em;
}
main #KSTL-ContactUs-main .box-header {
	background: #16315A; /*#197EC9*/
	margin:-0.15em -0.15em 0;
}
main #KSTL-ContactUs-main .box-header h2 {
	color:#F0E5D7;
	text-align:left;
	font-size:1.5em;
}
main #KSTL-ContactUs-main .box-header span {
	white-space:normal;
	display: inline;
}
main #KSTL-ContactUs-main fieldset input, 
main #KSTL-ContactUs-main fieldset textarea {
	width:100%
}
main #KSTL-ContactUs-main fieldset select {
	max-width:100%;
}
main #KSTL-ContactUs-main fieldset label {
	font-weight:bold;
}
.qq-upload-button {
	background:#00649f; /*#197EC9*/
}

#kfr-signup-form{
	background-color: #dedede;
}

.kstl-contactus {
	max-width:58em;
	margin:0 auto;
	padding-bottom:5vw;
}
.contact-intro {
}
.contact-intro section {
	max-width:50em;
	margin:2em auto;
} 
.contact-intro h2 {
	line-height:0.8;
	margin-top: 0;
	font-size:2em;
}
.contact-extra .content_wrapper {
	max-width:48em;
	text-align:center;
	margin:0 auto;
}
.contact-extra p {
	text-align:left;
	margin:1rem 0;
}
.contact-preliminary,
.contactpreliminary {
	max-width: 60em;
	margin: auto;
}
.contact-preliminary .content_wrapper,
.contactpreliminary .content_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.contact-preliminary .button-cta,
.contactpreliminary .button-cta {
	color:#F0E5D7;
	background:#00649f;
}
.contact-preliminary .button-cta:hover,
.contactpreliminary .button-cta:hover {
	color:#F0E5D7;
	background:#16315A;
}
.contact-preliminary-option {
	border: 0.15em solid #16315A; /*#197EC9*/
	flex-basis: 100%;
	margin: 0 0 1em 0;
	color: #16315A;
	background: #F0E5D7;
}
.contact-preliminary-title {
	background: #16315A; /*#197EC9*/
	padding: .5em;
	margin: -0.15em -0.15em 0;
}
.contact-preliminary-title h2 {
	color: #F0E5D7;
	margin: 0;
	font-size:1.5em;
}
.contact-preliminary-content {
	padding: 0 1em 1em;
	text-align: center;
}
@media (min-width:64em) { 
	.contactpreliminary .content_wrapper {
		
	}
	.contact-preliminary-option {
		flex-basis: calc(50% - 1em);
	}
	.contact-preliminary-content p {
		text-align: left;
		min-height: 3.5em;
	}
} 

/* Shim for contact form checkboxes + labels that are in the wrong order */
label {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
body #KSTL-ContactUs-main fieldset .checkbox>div {
	float:none;
}
body #KSTL-ContactUs-main .qq-upload-button {
	background: #16315A;
	padding:0.5em 1em;
}
body #KSTL-ContactUs-main a {
	color: #000;
	text-decoration:underline;
}
#KSTL-ContactUs-main fieldset .checkbox {
	position:relative;
}
#KSTL-ContactUs-main fieldset .checkbox label[for] { 
	padding-left:1.75em; 
	display:block;
	line-height: 1.15em;
}
#KSTL-ContactUs-main fieldset .checkbox label + div { float:none; }
#KSTL-ContactUs-main fieldset .checkbox>div>div {
	position:static;
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input#KSTL-ContactUs-Terms,
#KSTL-ContactUs-main fieldset .checkbox label + div span input#KSTL-ContactUs-Opt-In { 
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none; 
	margin:-1.25em 0.2em;
	float:left;
	position: static;
	outline: none;
	border:none;
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input::before { 
	content: '';
	position: absolute;
	left: 0;
	top: 0em;
	width: 1.06em;
	height: 1.06em;
	border: 2px solid #000000;
	background: #F0E5D7;
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input::after { 
	content: '✔';
	position: absolute;
	line-height: 0.8;
	color: #000;
	font-size: 154%;
	top: -0.1em;
	left: 0.1em;
	opacity:0;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	transition: all .15s;
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input:checked::after { 
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input:focus::before {
	outline:thin dotted #800000;
	outline-offset: 2px;
}
/* END Shim for contact form checkboxes + labels that are in the wrong order */

/* hide the custom checkbox in the bazaarvoice modal */
.bv-cleanslate input[type="checkbox"]:not(:checked) + label:before, 
.bv-cleanslate input[type="checkbox"]:checked + label:before,
.bv-cleanslate input[type="checkbox"]:not(:checked) + label:after, 
.bv-cleanslate input[type="checkbox"]:checked + label:after { display:none; }

/* bazaarvoice stars */
.products-list-product {
	position:relative;
	padding-bottom:1.5em;
}
.page-specific-legal {
	padding: 0 1em;
}
.about-us-content {
	text-align:center;
}
.about-us-content h1,
.about-us-content h2 {
	margin:1em auto; 
	max-width:12em;
}
.about-us-content img {
	overflow:hidden;
	border-radius:1em;
}
.about-us-content p a {
	/* color:#16315a; */
	font-weight:bold;
	text-decoration:underline
}
.about-us-content .ytplayer-wrapper {
	border-radius: 1em;
	overflow: hidden;
}
.baldwin-content {
	text-align:left;
}
.baldwin-content p {
	text-align:left;
	margin:2em auto;
	padding-left:1.3em;
	position:relative;
}
.baldwin-content p::before {
	content:'';
	display:block;
	background:currentcolor;
	width:0.2em;
	border-radius:0.1em;
	position:absolute;
	margin:0.3em 0;
	top:0;
	left:0;
	bottom:0;
	
}
@media (min-width:48em) { 
	.about-us-content-container {
		display: flex;
		align-items: flex-start;
		break-inside: avoid;
		page-break-inside: avoid;
	}
	.about-us-content-container > div{
		flex: 0 1 50%;
		padding: 0 1em;
	}
	
	.about-us-content .ytplayer-wrapper {
		width: 100%;
		margin-top: 1em;
	}
	.baldwin-content .ytplayer-wrapper {
		margin-top: 2em;
	}
}

/* price spider over-rides */
.ps-wtb .ps-header{
	background-color: #f0e5d7;
}

.ps-wtb .ps-product-details > h1.ps-product-name{
	word-spacing: 0;
}
.ps-wtb span.ps-lightbox-close>svg>path {
	fill:#16315A;
	stroke:#16315A;
	stroke-width:2px;
}
.ps-wtb .ps-local, 
.ps-wtb .ps-local-tab,
.ps-wtb .ps-online-tab {
	background-color: #f0e5d7;
}
.ps-wtb div.ps-online-seller>div, 
.ps-wtb li.ps-online-seller>div {
	background-color: #f0e5d7;
	padding:5px 0;
}
.ps-wtb div.ps-online-seller>div:hover, 
.ps-wtb li.ps-online-seller>div:hover {
	background:#0001;
}
.ps-wtb .ps-location,
.ps-wtb .ps-ribbon, 
.ps-wtb .ps-footer {
	background-color: #00649f;
}
.ps-product-selector > div > .single {
	line-height: 25px!important;
}
.ps-header .ps-client-logo.center.custom {
	top: -86px;
}
.ps-product-details > h2.ps-product-name {
	text-align: left;
	color:#16315A;
}
.ps-wtb button.ps-online-buy-button.unavailable {
	background:#16315A;
	border-color:#16315A;
}
.ps-wtb .ps-local-tab .ps-no-results>span>strong {
	color:#16315A;
}
.ps-lightbox .ps-online-tab-label > h2, 
.ps-lightbox .ps-local-tab-label > h2 { 
	text-align: left;
}
.ps-wtb div.ps-client-logo.center>div {
	background:#00649f url(../images/refresh-2025/nutrigrain-logo-webcolor.svg) center / 80% auto no-repeat;
	border-radius:1em;
	box-shadow:0 0 0.25em #0003;
}
.ps-wtb div.ps-client-logo img {
	opacity:0;
}
.ps-wtb .ps-lightbox .ps-wtb-content.ps-dual-column>.ps-location{
	background:#16315A;
}
@media print {
	@page {
		size: 68em 90em;
		margin: 2em;
	}
	* { 
		color:black !important;
	}
	.tns-controls button[data-controls] {
		color:transparent !important;
	}
	html {
		font-size:16pt;
	}
	header, .header {
		background:#fff;
		outline:none;
		border-bottom: 0.15em solid black;
	}
	body{
		background: #fff
	}
	main {
		background: #fff;
	}
	footer{
		background: #fff;
	}
	.nav--container {
		background:#fff;
		box-shadow: none;
	}
	.searchicon span:after {
		height:0;
		border-top:0.15em solid black;
		border-bottom:0.15em solid black;
	}
	select,
	.button-cta {
		border:0.15em solid black;
		background:#fff !important;
		color:#000 !important;
	}
	.product-detail-highlights, products-line{
		background: #fff;
	}
	.promotion--fullwidth.promotion--kfr{
		background: none;
		background-color: #fff;
	}
	products-line::before{
		background: none;
	}
	.product-nutrition {
		background:none;
	}
	.product-nutrition select {
		background:#fff;
	}
	.product-nutrition::before,
	.product-nutrition::after,
	footer::before,
	footer::after {
		display:none;
	}
	footer {
		padding-top:0;
		margin-bottom:0;
	}
	footer .content_wrapper {
		background:none;
		box-shadow:none;
	}
	.social_icons { 
		display:none;
	}
	.footer-nav--secondary,
	footer,
	footer nav a {
		color:black;
		background:none;
	}
	.footer-nav--main ul {
		padding:0;
	}
	.contact-preliminary-title,
	main #KSTL-ContactUs-main .box-header {
		background:transparent; 
		border-bottom:0.15em solid black; 
	}
	.contact-preliminary-option,
	main #KSTL-ContactUs-main .box-bordered	{
		border-color:black;
	}
	.recipe-detail-overview .recipe-highlights > div {
		padding-top:0;
		background:none;
	}
	.recipe-detail-overview .recipe-highlights > div::before {
		height:4em;
		width:4em;
		display:block;
		margin:0 auto;
	}
	.recipe-highlight--preptime::before {
		content: url(../images/site/icon-chefhat.svg);
	}
	.recipe-highlight--totaltime::before {
		content: url(../images/site/icon-clock.svg);
	}
	.recipe-highlight--yield::before {
		content: url(../images/site/icon-bowl.svg);
	}
}


.sitemapV2:last-of-type {
	padding: 0 0 5em 0;
}
.sitemapV2 a {
	color: #16315A;
}

.promotions-nobg {
	margin-top: 5vw;
	padding:0 0 5vw;
	background:#F0E5D7;
	position:relative;
}

.promotions-nobg::before {
	background-image: 
	url(../images/site/wave-white.svg); 
	
}
.faq-wrapper {
	position:relative;
	margin: 4em auto 0em;
	padding: 0;
	z-index: 1;
}

.faq-wrapper h2, .faq-wrapper h3 {
	font-size: 2em;
	margin-top: 2em;
	text-align: left;
}

html .faq-question {
	border-bottom:1.5px dashed;
	max-width: 48em;
	margin: 0 auto ;
}
html .faq-question button {
	font-size: 1.5em;
	font-weight:bold;
	color: #00649F;
	padding:1em 2.5em 1em 0;
	outline-offset:2px;
	width: calc(100% - 2.5em);
	margin:0;
}
html .faq-question:last-child {
	border-bottom:none;
}
html .faq-answer > div::after {
	height:0;
}
.faq-answer{
	color:#00649F;
}
.faq-answer a {
	color:#16315a;
	text-decoration:underline;
}
.faq-answer p {
	margin-top: 0.55em;
	margin-bottom: 1em;
	line-height: 1.6;
}










/* Social icons */
@font-face {
	font-family: 'icomoon';
	src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
	font-weight: bold;
	font-style: normal;
}

.social_icons {
	font-size: 1.5rem;
}
.social_icons a::before {
	font-family: 'icomoon' !important;
	margin:0;
}
.social_icons a {
	margin: 0.5em;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
.icon-icon-hourglass:before {
	content: "\e90b";
}
.icon-icon-trash:before {
	content: "\e90c";
}
.icon-shop-bag:before {
	content: "\e902";
}
.icon-login-arrow:before {
	content: "\e903";
}
.icon-login1:before {
	content: "\e909";
}
.icon-icon-map-pin:before {
	content: "\e908";
}
.icon-icon-coupon:before {
	content: "\e907";
}
.icon-icon-map:before {
	content: "\e90a";
}
.icon-x_logo:before {
	content: "\e90d";
}
.icon-user2:before {
	content: "\e90e";
}
.icon-cart2:before {
	content: "\e90f";
}
.icon-smartlabel:before {
	content: "\e905";
}
.icon-tiktok:before {
	content: "\e906";
}
.icon-snapchat-ghost:before {
	content: "\e904";
}
.icon-envelope:before {
	content: "\e900";
}
.icon-pinterest-p:before {
	content: "\e901";
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-facebook2:before {
	content: "\ea91";
}
.icon-instagram:before {
	content: "\ea92";
}
.icon-twitter:before {
	content: "\ea96";
}
.icon-youtube:before {
	content: "\ea9d";
}
.icon-flickr4:before {
	content: "\eaa6";
}
.icon-linkedin2:before {
	content: "\eaca";
}
.icon-pinterest2:before {
	content: "\ead2";
}
header .social_icons,
footer .social_icons {
	font-size: 1.75rem;
	margin: 1em 0;
}
header .social_icons a,
footer .social_icons a {
	text-decoration: none;
	padding: 0.25em;
	font-size: 1em;
	line-height: 1;
	margin: 0;
}
.social_icons a[data-tracking*="instagram-com"] img,
.social_icons a[href*="instagram.com"] img,
.social_icons a[data-tracking*="twitter-com"] img,
.social_icons a[href*="twitter.com"] img,
.social_icons a[data-tracking*="facebook-com"] img,
.social_icons a[href*="facebook.com"] img,
.social_icons a[data-tracking*="pinterest-com"] img,
.social_icons a[href*="pinterest.com"] img,
.social_icons a[data-tracking*="youtube-com"] img,
.social_icons a[href*="youtube.com"] img,
.social_icons a[data-tracking*="tiktok-com"] img,
.social_icons a[href*="tiktok.com"] img {
	display: none;
}

.social_icons a[href*="facebook.com"]:before,
.social_icons a[data-tracking*="facebook-com"]:before {
	font-family: icomoon!important;
	content: "\ea90";
	font-size: 1em;
	position:relative;
}

.social_icons a[href*="twitter.com"]:before,
.social_icons a[data-tracking*="twitter-com"]:before {
	font-family: icomoon!important;
	content: "\e90d";
	font-size: 1.25em;
	padding: 0;
	top: -0.1em;
	left: -0.1em;
	position: relative;
}

.social_icons a[href*="instagram.com"]:before,
.social_icons a[data-tracking*="instagram-com"]:before {
	font-family: icomoon!important;
	content: "\ea92";
	font-size: 1em
}

.social_icons a[href*="pinterest.com"]:before,
.social_icons a[data-tracking*="pinterest-com"]:before {
	font-family: icomoon!important;
	content: "\e901";
	font-size: 1em
}

.social_icons a[href*="youtube.com"]:before,
.social_icons a[data-tracking*="youtube-com"]:before {
	font-family: icomoon!important;
	content: "\ea9d";
	font-size: 1em
}

.social_icons a[href*="tiktok.com"]:before,
.social_icons a[data-tracking*="tiktok-com"]:before {
	font-family: icomoon!important;
	content: "\e906";
	font-size: 1em
}
@media (min-width:48em) {
	.nav--secondary > ul a::before { /* default is wtb */
		font-family: icomoon!important;
		font-size:1.75em;
		content: "\e908";
		display:inline-block;
		vertical-align:top;
		margin:-0.3em 0.1em -0.5em 0;
		position:relative;
	}
	.nav--secondary >  ul .link--promotions::before {
		content: "\e907";
	}
	.nav--secondary > ul .link--account::before,
	.nav--secondary > ul .link--my-account::before {
		content: "\e90e";
		margin: -0.23em 0 -0.5em 0;
		font-size: 140%;
	}
	.nav--secondary  > ul .link--cart::before {
		content: "\e90f";
		font-size: 133%;
		margin: -0.2em 0 -0.5em 0;
		left:-0.3em
	}
	.nav--secondary > ul .link--eningles::before,
	.nav--secondary > ul .link--in-english::before,
	.nav--secondary > ul .link--en-espa-ol::before,
	.nav--secondary > ul .link--enspanol::before {
		display:none;
	}
	.nav--secondary > ul .link--cart::before {
		margin: -0.2em -0.1em -0.5em -0.1em;
		left:-0.3em
	}
}
.nav--secondary li {
	vertical-align: top;
}
.nav--secondary .link--in-english {
	display:none;
}
html[lang="es"] 	.link--en-espa-ol,
html[lang="es-US"] 	.link--en-espa-ol {
	display:none;
}
html[lang="es"] 	.link--in-english,
html[lang="es-US"] 	.link--in-english {
	display:inline-block;
}
html .social_icons a span[class] {
	margin-top:-0.33rem;
}

/* end social icons */

.product-nutrition-smartlabel img { 
	display:none; 
}
.product-nutrition-smartlabel p:first-child::after {
	display:block;
	font-family: icomoon!important;
	font-size:3em;
	content: "\e905";
}

[data-bv-rating] .bv_main_container, 
[data-bv-show=inline_rating] .bv_main_container {
	justify-content: center;
}
.product-icons{
	margin: -2em 0 1em
}
.product-icons .content_wrapper{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.product-icons--icon{
	flex-basis: 33%;
	text-align: center;
}
.product-icons--icon p{
	text-align: center;
	font-size: .7em;
	position: relative;
	color: #16315A;
	display: inline-block;
}

.product-icons--icon img{
	margin: 0 auto;
	width: 90%;
}


@media (min-width:48em) {
	.product-icons{
		margin: -4em 0 2em
	}
	.product-icons--icon{
		flex-basis: 18%;
		margin: 0 1em
	}
	.product-icons--icon p{
		font-size: 1.4em;
	}
	.product-icons--icon img{
		width: 70%;
	}
}




.product-benefits--holder {
	background-color: #012d5c;
	color: #F0E5D7;
	width: calc(100% - 2.5em);
	border-radius: 1em;
	padding: 1em 1.5em 1em 1em;
	margin: 0 auto 2em;
	display: block;
}
.product-benefits--holder a {
	color: #06aeef;
}

.product-benefits ul{
	padding-inline-start: 1em;
	list-style-type: none;
	padding-left: 0;
}
.product-benefits ul li{
	margin: 1.5em 0;
	position: relative;
	padding-left: 2.5em;
}
.product-benefits ul li::before,
.product-benefits ul li::after {
	content: '';  
	position: absolute;
	left:0;  
	top:0;
	width: 1.7em;
	height:1.7em;
	border:0.16em solid;
	border-radius:100%;
}
.product-benefits ul li::after{
	margin:0.6em 0.5em;
	width: 0.8em;
	height:0.45em;
	transform:rotate(-45deg);
	border-top:none;
	border-right:none;
	border-radius:0;
}
.product-detail-actions .button-cta {
	min-width:16em;
	flex-basis:auto;
}

@media (min-width:48em) {
	.product-benefits ul li::before,
	.product-benefits ul li::after {
		font-size:125%;
		left:-1em;
	}
	.product-benefits--holder{
		width: calc(60%);
		padding: 2em 4em 2em 4em;
		margin: 2em auto;
	}
}
.product-detail-actions .sharer {
	display:none;
}
.product-icons {
	text-align:center;
	margin:0 auto 2em;
	display:block;
}
.product-icons ul {
	text-align:left;
	margin:0;
	padding:0;
	display:inline-block;
}
.product-icons li {
	background:#2982C4;
	display:block;
	width:auto;	
	margin: 1.5em 0.25em 1.5em 1.0em;
	padding: 0.15em 1em 0.15em 3em;
	position:relative;
	white-space:nowrap;
	border-radius:0 0.33em 1.15em 0;
	border:thin solid #16315A;
	color:#fff;
	font-weight:bold;
}
.product-icons li::before {
	content:'';
	display:block;
	position:absolute;
	width:3em;
	height:3em;
	left:0;
	margin:-0.75em;
	border-radius:100%;
	background:#015A8F;
	border:thin solid #16315A;
}
.product-icons li.icon-wheat::before {
	background:#015A8F url(../images/refresh-2025/icons/icon-wheat.svg) center / 60% auto no-repeat;
}
.product-icons li.icon-strong::before {
	background:#015A8F url(../images/refresh-2025/icons/icon-strong.svg) center / 66% auto no-repeat;
}
.product-icons li.icon-no-hfcs::before {
	background:#015A8F url(../images/refresh-2025/icons/icon-no-hfcs.svg) center / 85% auto no-repeat;
}
.product-icons li.icon-energy::before {
	background:#015A8F url(../images/refresh-2025/icons/icon-energy.png) center / 75% auto no-repeat;
}
.product-icons li.icon-protein::before {
	background:#015A8F url(../images/refresh-2025/icons/icon-protein.png) center / 75% auto no-repeat;
}
@media (min-width:48em) {
	.product-icons li {
		display:inline-block;
		font-size: min(1.8vw, 1.25em);
		margin-bottom:3em;
	}
}




.getaway-content .content_wrapper {
	padding:2em 0;
	max-width:64em;
}