/* fonts */
@import url('https://use.typekit.net/kiz6mgo.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

html {
	font-family:"Poppins", sans-serif;
	line-height:1.5;
	letter-spacing:-0.01em;
	font-weight:500;
}

body {
	overflow:hidden;
	color:#333;
	background:#fff;
}
main section {
	margin:0;
}

/* 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 {
	z-index:199;
}
header {
	background:#DC1F26;
	max-width:100vw;
	border-bottom:5px solid #F7E8D9;
	
}
main {
	
}
.header-logo {
	background:transparent;
	display:inline-block;
	height:100%;
	padding:0;
	vertical-align:middle;
	width: 9em;
}
.header-logo img{
	display:block;
	height:90%;
	margin: 0 auto;
	
}
.navicon {
	
}
.navicon span, .navicon span:after, .navicon span:before {
	height: 0.2em;
	border-radius: 0;
	width: 2.5em
}
.mobile-menu--active .navicon span:after {
	width:2.5em;
	margin-left:0;
}
header a, 
header button, 
footer a, 
nav a {
	font-family: 'alverata';
	color:#fff;
	text-decoration:none;
	font-weight:400;
	text-transform: capitalize;
}

header nav a {
	position:relative;
}
.menu-button  {
	transform: scale(0.75);
	z-index: 5;
}

.search-button {
	transform: scale(0.55);
	z-index: 5;
}

.searchicon .search-button-span {
    font-size: 1.6rem;
    width: auto;
    padding: 0.2em 0.5em;
    left: auto;
    right: 0;
    margin: 0;
    bottom: -1.7em;
    top: auto;
    border-radius: 0.25em;
}

#search .search-label--submit::before,
.searchicon span::before {
	border-width:0.25em;
	height:1.33em;
	width:1.33em;
}
.nav--container {
	background:#DC1F26;
	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:#750F1B;
	padding:0 0.5em;
	top:4em;
	height:3em;
	text-align:center;
	border-bottom: 0.25em solid #F7E8D9;
}
.nav--featured ul {
	padding-top: 1em;
	justify-content:center;
}
.nav--featured li {
	flex-basis: 6.5em;
	text-align: center;
} 
.nav--featured a {
	color:#F7E8D9;
	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:#fff;
	background:transparent;
}
.nav--mobile-extras {
	margin:0;
	text-align: center;
	width: 100%;
	position: fixed;
}
.nav--mobile-extras a {
	text-transform:none; 
	display:inline-block;
}
.nav--mobile-extras .social_icons  {
	font-size:1.5em;
	margin: .5em 0 0 0;
}
.nav--mobile-extras p {
	font-size:90%;
	color:#fff;
	text-transform:none;
}

header .nav--secondary .nav--mobile-extras p {
    margin: 0 0 1rem;
}

.nav--mobile-extras p a {
	text-decoration:underline;
	padding: .25em;
}
nav a:hover {
	background:transparent;
	color:rgba(255,255,255,0.9);
}
.nav--main a.nav-list-title::after {
	display:none;
}

.page--contact-form .title p{text-align: center;}


.pagehero .hero-slider, .pagehero .hero-slide {
	height: 16.5em;
}

.hero-slide--doors-open h1 span{
	
}

.visually-hidden{
	 position: absolute !important;
	  width: 1px !important;
	  height: 1px !important;
	  padding: 0 !important;
	  margin: -1px !important;
	  overflow: hidden !important;
	  clip: rect(0, 0, 0, 0) !important;   /* legacy */
	  clip-path: inset(50%) !important;   /* modern */
	  white-space: nowrap !important;
	  border: 0 !important;
}

@media (max-width:47.95em) {
	header {
		height:7em;
		position:absolute;
		border:none;
	}
	main {
		padding-top:7em;
	}
	#search {
		top:4em;
	}
	header .content_wrapper {
		height:4.8em;
		position:fixed; 
		top:0;
		left:0;
		right:0;
		padding:0 1em;
		background:#DC1F26;
		z-index:199;
		box-shadow:0 -0.5em 0.5em 0.5em rgba(0,0,0,0.25);
		border-bottom: 0.25em solid #F7E8D9;
	}
	#critical_communications + 
	header .content_wrapper {
		top:3em;
	}
	.nav--container {
		left:0;
	}
	
	.header-logo {
		height:113%;
	}
	.header-logo img {
		display:block;
		height: 4.8em;
		transform-origin:50% 0;
		transition:transform 0.2s;
		pointer-events:none;
	}
	.mobile-menu--active .header-logo img {
		transform:scale(1.25);
	}
	.mobile-menu--active .nav--featured {
		visibility:visible;
	}
	.nav--container nav {
		padding:0;
	}
	.nav--container .nav--main {
		padding-top:3em;
	}
	header a {
		padding: 0.5em 1em;
	}
	.nav--main a {
		margin-right:3.5em;
	}
	.nav--main a::after {
		margin-left:1em;
	}
	.nav--main li.mobile-nav--opened > a::after {
		margin-left:4.5em;
	}
	.nav--main ul ul a {
		text-transform:none;
		font-weight: 600;
		padding: 0.5em 0.75em;
	}
	.nav--container {
		border-top:none;
		height:100vh;
		padding-top:0;
		top:4.25em;
	}
	.mobile-menu--active .nav--container {
		max-height:calc(100vh - 4.5em);
		padding-top:0;
		    background: #DC1F26 url(../images/refresh2026/site/footer-homes.png) bottom repeat-x;
    		background-size: 35em;
}
	
	.mobile-menu--active #critical_communications + header .nav--container {
		max-height:calc(100vh - 8em);
	}
}

.li--recipes:before{
		content: '';
        display: block;
        background: url(../images/refresh2026/home/cracker-hacks-logo.png) center / contain no-repeat;
        width: 8em;
        height: 2.1em;
        position: absolute;
        top: 0;
        left: 1em;
	}

.nav--secondary ul .li--recipes {
	padding-left: 9em;
}

@media (max-width:48em) {
	.nav--featured a {font-size:90%;padding: 0.75em 0.5em;}
	
}
@media (max-width:47.95em) 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:#fff;
	}
	#critical_communications + header .content_wrapper {
	}
	.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;
    }
    .nav--secondary ul {
        margin-bottom: 75px!important;
    }
}

@media (max-width:20em) {
	.nav--container nav {
		min-width:300px;
	}
}
@media screen and (min-width:48em) {
	main {
        padding-top: 8.5em;
    }
	header {
		transform:translatez(0px);
		height: 8.4em;
	}
	.header-logo img {
		height:auto;
		
	}
	.search-button {
		margin-top:2.5em;
	}
	.nav--container {
		background:transparent;
		box-shadow:none;
	}
	.nav--main ul div {
		left:-0.5em;
		padding-left:0.5em;
		padding-right:0.5em;
		transform:none;
		right:auto;
		transition: max-height 0.33s;
		overflow:hidden;
	}
	.nav--main ul div > ul {
		background:#DC1F26;
		margin-top:0.5rem;
		box-shadow:inset 0 0 0 10em rgba(0,0,0,0.33);
	}
	.nav--main ul div > ul a:last-child {
		padding-right:1.3em; 
	}
	.nav--main a {
		white-space:nowrap;
	}
	.header-logo {
		margin-left:-0.5em;
		margin-right: 0.5em;
		height:6em;
		width: 12em;
	}
	.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 {
		background: #F7E8D9;
		content:'';
		display:block;
		height: 0.5em;
		position:absolute;
		bottom: -0.5em;
		left: 0.75em;
		right: 0.75em;
		transition:left 0.2s 0.5s, right 0.2s 0.5s;
	}
	.nav--secondary .nav-item--current::after,
	.nav--secondary .nav-item--current-parent::after {
		left:2.5em;
	}
	.nav--main > ul > li:focus-within > div {
		max-height:30em;
		overflow:hidden;
	}
	.nav--main ul > li:hover > div {
		max-height:30em;
		overflow:hidden;
	}
	.nav--main > ul > .nav-item--current:first-child:hover::after, 
	.nav--main > ul > .nav-item--current-parent:first-child:hover::after {
		left:0;
		right:0;
		transition:left 0.2s, right 0.2s;
	}
	.nav--main > ul > .nav-item--current.li--products::after,
	.nav--main > ul > .nav-item--current-parent.li--products::after {
		/*right: 2.75em;*/
	}
	.nav--secondary a,
	.nav--secondary a {
		padding-left:2em;
		position:relative;
	}
	.nav--secondary img {
		width: 1.33em;
		height: 2em;
		position: absolute;
		top: 0.25em;
		left: 0.25em;
	}
	header .content_wrapper {
        height: 8.4em;
		align-items: center;
    }
	.pagehero .hero-slider, .pagehero .hero-slide {
		height: 100%;
	}
	.li--recipes:before{
		content: '';
        display: block;
        background: url(../images/refresh2026/home/cracker-hacks-logo.png) center / contain no-repeat;
        width: 8.5em;
        height: 2em;
        position: absolute;
        top: 0;
        left: 0;
	}
	.nav--secondary ul .li--recipes{
		  padding: 1.6em 2.5em .2em;
	}
}
/* largest size */
@media (min-width:75em) {
	.nav--container {
		flex-grow:1;
		display:flex;
		justify-content:space-between;
		align-items:center;
		align-self:center;
		height:100%;
	}
	.nav--container ul {
	}
	.nav--main,
	.nav--secondary	{
		margin-top:0;
		position:static;
		height: auto;
	}
	.nav--main > ul,
	.nav--secondary > ul {
	}
	.nav--main > ul > li,
	.nav--secondary > ul > li {

	}
	.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:-0.5em;
	}
	.search-button {
		margin-top: 0;
		margin-left:0;
	}
}

@media (min-width:64em) {
	header nav {
		font-size: 1.2em;
	}
}
@media (min-width:75em) {
}
footer {
	position:relative;
	overflow:hidden;
	color:#fff;
	padding-bottom:9em;
	border-top: 5px solid #750F1B;
	background:#DC1F26  url(../images/refresh2026/site/footer-homes.png) bottom repeat-x;
	background-size:50em;
}
footer .content_wrapper {
	position:relative;
	z-index:1;
	margin-top: 9em;
	margin-bottom:2em;
	max-width:58em;
}

.footer-nav--main ul {
	position:relative;
	display: block;
	text-transform:uppercase;
}
.footer-nav--main a:hover {
	background:none;
}
.footer-nav--main a {
	font-size: 1.125em;
	
}
.footer-nav--secondary a {
	text-decoration:underline;
	text-transform: none;
	font-weight:bold;
}
footer li {
	padding: 0.5em;
	break-inside: avoid;
}
.footer-nav--main li {
	display:block;
}
footer .social_icons a {
	padding:0.25em;
}
.footer-nav--main li:first-child::before {
	content: '';
	display:block;
	background:url(../images/refresh2026/site/townhouse-logo.svg) center / contain no-repeat;
	top: -7em;
    width: 13em;
    height: 7em;
    left: 50%;
    margin-left: -6.7em;
	position:absolute;
}
#back-to-top {
	top:-3em;
	bottom:4em;
}

@media (min-width:24em) {
    
}

@media (min-width:48em) {
	footer .content_wrapper {
		margin-top: 17em;
	}
	footer ul {
		margin:0 -0.5em;
	}
	.footer-nav--main ul {
		text-align:center;
		columns: 6;
	}
	.footer-nav--main li {
		display:block; 
		
	}
    footer:before {
        height: 60px;
   }
	.footer-nav--main li:first-child::before {
		top: -15em;
		width: 28em;
		height: 16em;
		left:50%;
		margin-left: -14.5em;
		
	}
	
	footer{
		background-size: 65em;
		padding-bottom: 13em;
	}
	
    
}

@media (min-width:75em) {
   
}
/* Headings and paragraph styles */
h1 {
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	 font-family: 'alverata';
	margin:1rem 0;
	color:#DC1F26;
    font-weight: 400;
}
h2 {
	font-size: 2em;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
    
}

h3 {
	text-transform:uppercase;
	font-size:1.5em;
	line-height:0.9;
}
p {
	margin:1rem 0;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	white-space:nowrap;
}
h2 span {
	display:block;
}

.registered-symbol {
  font-size: 0.5em;
  vertical-align: super;
	display: inline;
}

p {
	
}
.disclaimer {
	font-size:0.8em;
} 
small {
	font-size:0.667em;
} 
sup {
	text-decoration:none;
}
h1 sup,
h2 sup,
h3 sup {
	font-size: 45%;
	top: -1.1em;
	margin-left: 0.1em;
}
@media (min-width: 48em) {
	h1, h2 { 
		font-size:3em;
	}
	h3 { 
		font-size:2em;
	}
	.product-nutrition h2{
		font-size: 2em;
	}
}
.kfr-tout--sticky {
	
	text-transform:uppercase;
	font-weight:bold;
}
.kfr-tout--sticky strong {
}
@media (min-width: 40em) {
	.kfr-tout--sticky a>img {
		display: inline-block;
		position: static;
	}
	
	.kfr-tout--sticky a {
		display: flex;
		margin: 0.66em 3em 0.66em 0.66em;
	}
	.kfr-tout--sticky {text-align: left;}
}
@media (min-width: 60em) {
	.kfr-tout--sticky a>img {
		position: absolute;
		top: .66em;
		left: .66em;
	}
	
	.kfr-tout--sticky a {
		display: inline-block;
		margin: 1em;
	}
	.kfr-tout--sticky {text-align: center;}
}
.mobile-menu--active .kfr-tout--sticky,
.search--active .kfr-tout--sticky {
	pointer-events:none;
}
/* Tables */
table {
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
tr {
}
td {
	padding:0.5em 0;
}
/* Links and CTA Buttons */
a {
	color:#a00513;
	text-decoration:none;
}
a img {
	text-decoration:none;
}
form input[type=submit], 
form [type="button"], 
form [type="reset"], 
form [type="submit"],
.btn-primary,
.button-cta {
	color:#fff;
	font-weight:400;
	text-align:center;
	background:#DC1F26;
	border-radius:12px;
	padding: 0.8em .6em;
	/* border:0.15em solid #d32232; */
	transition:color 0.15s, background 0.15s;
	white-space: nowrap;
}
@media (min-width:48em) {
	form input[type=submit], 
	form [type="button"], 
	form [type="reset"], 
	form [type="submit"],
	.btn-primary,
	.button-cta {
		font-size: clamp(1vw, 2vw, 1.4em);
	}
}
.btn-primary,
.button-cta {
	font-family: 'alverata';
	min-width:9em;
}
.product-category .button-cta {
	white-space:nowrap;
	
}
[type="button"]:hover, 
[type="reset"]:hover, 
[type="submit"]:hover,
.btn-primary:hover,
.button-cta:hover {
	color: #fffefe;
	box-shadow: inset -20em 0 3em -3em #a00513;
}
.wtb-section .button-cta:hover {
	box-shadow: none;
	color: #750F1B;
}
.product-detail-actions .button-cta:hover {
	color: #fffefe;
	box-shadow: inset -20em 0 3em -3em #DC1F26;
}

.product-nutrition-smartlabel .button-cta:hover{
	color: #fffefe;
	box-shadow: inset -20em 0 3em -3em #a00513;
}

.video-fullwidth section {
	margin:2em auto;
}
.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:#fff;
	border:none;
	border-radius: 100%;
	box-shadow: 0.05em  0.05em 0.2em rgba(0,0,0,.5);
	overflow: hidden;
	width: 5em;
	height: 5em;
}
.icon--player::before {
	display: block;
	content: '';
	background: currentcolor;
	box-shadow: 1.65em 0 0.2em -1.55em rgba(0,0,0,0.5);
	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 rgba(0,0,0,.5), 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;
}
@media (min-width:48em) { 
	.video-fullwidth section {
		max-width:64em;
	}
	.icon--player {
		font-size:1em;
	}
}
/* Forms */
input,
textarea {
	border-radius:0em;
}
input[type=password], 
input[type=email], 
input[type=number], 
input[type=tel],
input[type=text], 
input[type=search], 
textarea {
	padding:0.75em 1em 0.75em 1em;
	border:0.15em solid #750F1B;
}
select {
	background:#fff;
	border:0.15em solid #750F1B;
	border-radius:0;
	font-weight:500;
	text-align:center;
	padding:0.75em 2em 0.75em 1em;
	transition:color 0.15s, background 0.15s;
}
.select-wrapper::before {
	color:#750F1B;
}
.select-wrapper select {
	padding:0.75em 3em 0.75em 1em;
} 
.pagination a,
.pagination input {
	background:#750F1B; 
}
.pagination input[type="text"] {
	padding-top:0;
	padding-bottom:0;
}
#search {
	background: #750F1B;
	    margin: 5em 0 0 0;
}
#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:32em;
	}
	#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: #fff !important;
	color: #fff !important;
}
#search .search-label--large {
	font-weight:bold;
	font-size:217%;
	text-transform: uppercase;
	top: .2em;
    position: relative;
	height: 1em
}
#search .search-label--submit::before {
	top:0.3em;
	left: 0.46em;
}
#search .search-label--submit::after {
	top: 2.15em;
	left: 1.8em;
}

/* Hide the final addthis element's hover to patch the reverse-tab-nav keyboard trap */

div#at15s {
	display:none !important;
}

/* 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;
}

.home-products-featured a:focus,
.product-detail-overview a:focus,
.product-detail-actions .button-cta:focus{
	outline:2px solid #fff;
	
}

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 ,
.promotion--home-dippers a:focus,
.promotion--home-dippers a:active,
.promotion--recipes a:focus .button-cta,
.promotion--recipes a:active .button-cta,
#search input[type="text"]:focus,
#search input[type="text"]:active, a img:focus, a img:active {
	outline:2px solid #000;
}

.social_icons a:focus{
	outline-offset: 30px;
}

#search input[type=text] {
	outline-offset: 0.25em;
}
#search input[type=text]:focus,
#search input[type=text]:active {
	outline: none;
	border-bottom-color: #000;
}
/* 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: #fff !important;
	color: #fff !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 .content_wrapper::before{
	/* margin-left:-0.4em; */
}
.pagehero {
	height:66vw;
	max-height:20em;
	color:#fff;
	background:#000;
    text-align: center;
	min-height: auto;
}

.pagehero p {
    line-height: 1.2em;
}

.pagehero .rich-text {
	max-width:32em;
	margin-left:-0.31em;
	text-align: center;
	padding:0 1em;
}

.hero--products .rich-text {
	max-width:51em;
	
}

.hero--products-flavors img{
	width: 100%;
	display: inline-block;
	max-width: clamp(8em, 50%, 13em);
}



.hero--products-flavors div{
	width: 80%;
    margin: 0 auto;
}



.pagehero  .button-cta {
	/* box-shadow:0 0 1em #0005; */
}
.pagehero h1, .pagehero h2 {
	color:inherit;
	text-align: center;
}


.hero--home {
	background: #DC1F26;
	color: #ffffff;
	height:auto;
	min-height:0; 
	max-height:none;
}
.hero-slide--products img {
	opacity:0.9;
}
.hero-slide--products .rich-text {
	text-shadow: 1px 1px 2px #420, 0 0 2em #420;
	padding:1em 0;
}
.hero-slide--dippinthins .rich-text {
	color:#fff;
	text-align:center;
	margin:0 0 13em 0;
}
.hero-slide--dippinthins .rich-text img {
	max-width: 16em;
	display:inline-block;
	opacity:1;
	margin-bottom:0.5em;
}
.hero-slide--dippinthins h1 span {
	display:block;
	line-height:0.9;
}
.hero-slide--dippinthins h1 .line-1 {
	font-size: .8em;
}
.hero-slide--dippinthins h1 .line-2 {
	font-size: 1.3em;
}
.hero-slide--dippinthins h1 .line-3 {
	font-size: 1.2em;
	margin-top:-0.05em;
}
.hero-slide--dippinthins .button-cta {
	background:#fff;
	color:#DC1F26;
}
.hero-slide--dippinthins .button-cta:hover {
	color: #fff;
	box-shadow: inset -20em 0 3em -3em #74010c;
}
.pagehero .tns-nav {
	bottom:0em;
}
.pagehero .tns-nav button {
	color:rgba(255,255,255,0);
}
.pagehero .tns-nav button:hover {
	box-shadow:none;
}
.pagehero .tns-nav button::before {
	box-shadow:inset 0 0 0 2px #fff;
}
.pagehero .tns-nav button.tns-nav-active {
	color:#fff;
}
.hero--ourfood .rich-text {
    text-shadow: 1px 1px 2px #420, 0 0 2em #420;
}

.hero-slide--doors-open{
	background-color: #DC1F26;
	background: url(../images/refresh2026/home/home-hero-doors-open-left.png), url(../images/refresh2026/home/home-hero-doors-open-right.png), url(../images/refresh2026/home/home-hero-doors-open-village-desktop.png) ;
	background-size: contain, contain, cover;
	background-repeat: no-repeat;
	background-position: -8%, 121%, center;
}

.hero-slide--doors-open .rich-text{ 
	max-width: none;
	    vertical-align: bottom;
}

.hero-slide--doors-open .rich-text img{
	width: 89%;
    margin: 0 auto;
    left: .4em;
    position: relative;
    max-width: 12em;
}


.wtb-section span {
	text-transform: uppercase;
	color: #750F1B;
	font-size: 1.5em;
	background: url(../images/refresh2026/site/banner-cream.svg);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0.3em 2em 0.7em 2em;
    border-radius: 0;
	min-width: auto;
}

.pagehero.hero--ourstory {
	height: clamp(10em, 45vw, 35em);
	max-height: none;
	text-align: center;
    background: url(../images/refresh2026/home/our-story-village.png), #DC1F26;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.pagehero.hero--products {
	height: clamp(10em, 45vw, 35em);
	max-height: none;
	text-align: center;
    background: url(../images/refresh2026/home/our-story-village.png), #DC1F26;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.promotions-featured .promotions--wtb {
	height: clamp(10em, 45vw, 35em);
	max-height: none;
	text-align: center;
    background: url(../images/refresh2026/home/wtb-crackers.png), url(../images/refresh2026/home/wtb-crackers-right.png), url(../images/refresh2026/home/wtb-village.png), #DC1F26;
    background-size: contain, contain, cover;
    background-repeat: no-repeat;
    background-position: left, right, center;

}

.hero--ourstory img{
	width: clamp(2em, 15vw, 8em);
	margin: 0 auto 0;
	position: relative
}

.hero--ourstory h1{
	line-height: 1;
	color: #F7E8D9;
	text-transform: uppercase;
}

.hero--products h1{
	line-height: 1;
	color: #F7E8D9;
	text-transform: uppercase;
}

.hero--home h1 {
		margin: 1.75em -0.25em 0 0;
	}

.hero-slide--doors-open h1{
	margin: 0;
}

@media (min-width:48em) {
	
	.hero--products-flavors {
		display: flex;
	}
	.hero--ourstory img{
		padding: 2em;
	}
	
	.pagehero > section > img, 
	.pagehero > section > picture img {
		width:100.5%;
		height:auto;
	}
	.pagehero {
		height:35vw;
		max-height:30em;
        text-align: left;
		color: #DC1F26;
		 
	}
	.pagehero .rich-text {
		padding:0;
	}
	.pagehero p {
		font-size:1.1em;
		max-width: 19em;
	}
    .pagehero h1{
        text-align: inherit;
    }
	.hero--home {
		height: 45vw;
        max-height: 35em;
		text-align:center;
	}
	.hero-slide--products .rich-text {
		margin-right: 45%;
		text-align: left;
		text-shadow:none;
	}
	.hero-slide--dippinthins .rich-text {
		margin:0 45% 0 0;
	}
	.hero-slide--dippinthins .rich-text img {
		max-width: 12.5em;
	}
	
	.hero-slide--dippinthins .new-bug {
		padding: 0.8em 1.25em 0.8em 4.5em;
		font-size: 2.5em;
	}
	.hero--home h1,
	.hero--home h2 {
		max-width:7em;
		text-align: center;
		margin: .5em 1em 0 0 ;
		font-size: 4em;
	}
	
	.hero-slide--doors-open h1{
		max-width: none;
		margin: 0;
	}
	.hero--home h1 img{
		margin: 1em auto auto;
		width: 32vw;
	}
	.hero--ourfood {
		height: 45vw;
		max-height: 32em;
		text-align:center;
	}
	.hero--ourfood .rich-text{
		text-shadow: none;
		text-align:left;
		margin-right: 36%;
	}
	.hero--ourstory h1{
		font-size: clamp(2em, 8vw, 6em);
	}
	.wtb-section span {
	    left: 26%;
		position: relative;
	}
	.hero-slide--doors-open .rich-text{ 
		max-width: none;
		width: 100%;
	}
	.hero--products h1{
		font-size: clamp(2em, 8vw, 6em);
	}
	.hero-slide--doors-open{
		background-position: left, right, center;
	}
	.promotions-featured .promotions--wtb {
		background-position: 15%, 88%, center;

	}
	.hero--products-flavors img{
		max-width: clamp(8em, 60%, 13em);
	}

	.hero--products-flavors div{
		padding: .5em;
		width: 100%;
		
	}
	.hero-slide--doors-open .rich-text img{
		width: 33%;
        left: -.1em;
        max-width: 25.5em;
	}

}




@media (min-width:75em) {
    .pagehero p {
		font-size:1.2em;
        max-width: 40em;
	}
    .pagehero h1{
       
    }
    .pagehero .rich-text {
       
    }
	
	
}

@media (min-width:98em) {
.hero-slide--doors-open{
		background-size: contain, contain, contain;
	}
	.pagehero.hero--ourstory {
		background-size: contain;
	}
	.pagehero.hero--products {
		background-size: contain;
	
	}
	.promotions-featured .promotions--wtb {
   background-size: contain, contain, contain;
   
	}
}



/* Contact us -- based on old KSTL form */
main #KSTL-ContactUs-main .writeus {
	min-height:2em;
}
main #KSTL-ContactUs-main .writeus p {
}
main #KSTL-ContactUs-main .box-bordered {
	border: 0.15em solid #D32232; 
	color: #0d1538;
	background: #ffffff;
}
main #KSTL-ContactUs-main .box-header {
	background: #D32232; 
	margin:-0.15em -0.15em 0;
}
main #KSTL-ContactUs-main .box-header h2 {
	color:#fff;
	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:#1579c1; 
}



.kstl-contactus {
	max-width:58em;
	margin:0 auto 5vw;
}
.contact-intro {
	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 {
	position:absolute; 
	white-space:nowrap;
	left:50%; 
	transform:translate(-50%,0);
	bottom:1em;
	font-size:1.125em;
}
.contact-preliminary-option {
	border: 0.15em solid #D32232; 
	flex-basis: 100%;
	margin: 0 0 1em 0;
	color: #0d1538;
	background: #ffffff;
	position:relative;
}
.contact-preliminary-title {
	background: #D32232; 
	padding: .5em;
	margin: -0.15em -0.15em 0;
}
.contact-preliminary-title h2 {
	color: #fff;
	margin: 0;
	font-size:1.5em;
}
.contact-preliminary-content {
	padding: 0 1em 5em;
	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: 2.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: #D32232;
	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: #fff;
}
#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 #006B64;
	outline-offset:1px;
}
/* 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;
}

/* home page features */
.promotion--home-dippers {
	position:relative;
}
.promotion--home-dippers section {
	background:#006b64;
	color:#fff;
	text-align:center; 
	overflow:hidden;
	position:relative;
}
.promotion--home-dippers section::before {
	content:'NEW'; 
	position:absolute;
	left: -3.66em;
	top: 0.66em;
	color:#FFD540;
	background:#D32232;
	transform:rotate(-45deg);
	font-weight:800;
	font-size:2em;
	width:10em;
}
.promotion--home-dippers .rich-text {
	padding:16em 0 calc(10em + 15vw);
	margin:0 -1em;
	background:url(../images/home/dippers-feature.png) center bottom / auto calc(10em + 15vw) no-repeat, 
		url(../images/home/dipper-box-shadow.png) center 2em / auto 15em no-repeat;
}
.promotion--home-dippers h2 {
	color:#fff;
	margin-top:0;
}
.promotion--home-dippers .sexy-text {
	font-style:italic;
	font-size:1.25em;
	margin-bottom:0;
}
.promotion--home-dippers .button-cta {
	box-shadow:0 0 1em #0005;
}
.promotion--home-dippers .sexy-text + p {
	margin-top:0;
}

@media (min-width:48em) {
	div.promotion--home-dippers::after {
		content:'';
		position:absolute;
		right:2em;
		bottom:-4em;
		height:9em;
		width:18%;
		background:url(../images/home/dippers-seal.svg) center / contain no-repeat;
	}
	.promotion--home-dippers section::before {
		font-size:3rem;
	}
	.promotion--home-dippers .rich-text {
		padding:8em 0 8em 50%;
		background:url(../images/home/dippers-feature.png) calc(45vw - 14em) bottom / auto calc(5em + 25vw) no-repeat, url(../images/home/dipper-box-shadow.png) calc(8em - 10vw) calc(5vw + 2em) / auto calc(10em + 15vw) no-repeat;
	}
	.promotion--home-dippers .sexy-text {
		font-style:italic;
		font-size:1.75em;
		margin-bottom:0;
	}
	.promotion--home-dippers .sexy-text + p {
		font-size:1.25em;
	}
}
@media (min-width:75em) {
	.promotion--home-dippers {
		margin:0 auto;
	}
	.promotion--home-dippers .rich-text {
		background:url(../images/home/dippers-feature.png) calc(100% - 18em) bottom / auto 26em no-repeat, url(../images/home/dipper-box-shadow.png) calc(100% - 48em) 5em / auto 24em no-repeat;
	}
}
@media (min-width:85em) {
	.promotion--home-dippers {
		max-width:75em;
	}
}


.promotion--home-our-story {
	padding:2em 0;
	text-align:center; 
}
.promotion--home-our-story h2 {
	
}
.promotion--home-our-story .products-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.promotion--home-our-story .products-row a {
	flex-basis:33%;
	padding-top:40%;
	position:relative;
}
.promotion--home-our-story .products-row img {
	position:absolute; left:50%;
	top:50%;
	max-width:90%;
	max-height:90%;
	width:auto;
	height:auto;
	transform:translate(-50%,-50%);
}
@media (min-width:48em) {
	.promotion--home-our-story .products-row {
		flex-wrap:wrap;
	}
	.promotion--home-our-story .products-row a {
		flex-basis:20%;
		padding-top:30%;
	}
}
/* featured products  */
.product-list,
.productlist{
	text-align: center;
}

.productlist h2{
    visibility: hidden;
    display: none;
    
}
.product-list h2 + p,
.productlist h2 + p {
	font-size: 1.25em;
}
.products-featured {
	text-align:center;
	padding:2em 0;
    background:#F7E8D9;
    background-image: url(../images/refresh2026/home/crackers-background-left.png), url(../images/refresh2026/home/crackers-background-right.png);
  background-position: -19% 15%, 118% 15%;
  background-repeat: no-repeat, no-repeat;
	background-size: 30%;
}

.products-featured h2, 
.products-featured h3 {
	position:relative;
    color: #750F1B;
	font-size:2em; 
}
.products-featured p {
	font-size:1em;
    color: #750F1B;
	margin: 1em auto 2em;
	position:relative;
}

.products-featured img {
	width:90%;
	margin: 2em auto;
	max-width: 35em;
}
.product-category-back[href*='/en_US/products/original.html'],
.product-category-back[href*='/en_US/products/dippers.html'] {
	display:none;
}
.product-category-back {
	font-weight:400;
	font-size:1.25em;
	position:relative;
	display:inline-block;
	max-width:calc(100% - 1em);
	transition:padding 0.2s;
	color: #F7E8D9;
	text-wrap-style: pretty;
}
.product-category-back::before {
	content:'';
	display:inline-block;
	position:absolute;
	width:0.8em;
	height:0.8em;
	border-top:0.2em solid #F7E8D9;
	border-left:0.2em solid #F7E8D9;
	transform:rotate(-45deg) scale(0.2);
	margin:.3em -0.9em 0;
	opacity:0;
	transition:margin 0.2s, transform 0.2s, opacity 0.2s;
}
.product-category-back:hover {
	padding-left:1.2em;
}
.product-category-back:hover::before {
	transform:rotate(-45deg) scale(0.6);
	opacity:1;
	transition:margin 0.2s, transform 0.2s, opacity 0.2s;
}
.product-category {
	margin:4em auto;
	position:relative;
	max-width:30em;
}
.product-category-description {
	padding:0 2em 5em;
}
.product-category-description h2 {
        color: #DC1F26;
}
.product-category-description .button-cta {
	position:absolute;
	bottom:1em;
	left:50%;
	transform:translate(-50%,0);
}
.products-featured-row .product-primary-image {
	display:block;
	position:relative;
	overflow: hidden;
	border-radius: 0.33em;
    top: -5em;
    width: 80%;
    margin: 0 auto 33%;
    max-width: 250px;
}

.products-featured-row > * {
	background-color: #fff;
	display:block;
}

.products-featured-row .product-secondary-image  {
	display:block;
	position:absolute;
	z-index:3;
	width:40%;
	left:50%;
	transform:translate(-50%,-100%) ;
	margin-top: -1em;
	filter:drop-shadow(0 0 0.5em rgba(0,0,0,0.15))
}
.products-featured-row .product-secondary-image img {
	width:100%;
}

.products-featured--crackerhacks{
	    width: 75%;
    margin: 0 auto;
}

.recipe-results {
	margin: 4em 0;
}

@media (min-width:48em) {
	.products-featured p {
		font-size:1.5em;
	}
	.products-featured h3,
	.products-featured h2{
	font-size:3.2em;
	}
	.products-featured-row {
		margin: 0 -0.5em;
	}
	.products-featured-row::before {
		display:block;
		content:'';
		flex-basis:50%;
	}
	.products-featured-row > * {
		flex-basis:calc(50% - 4em);
		margin:4em auto 2em;
	}
	.product-category--original {
		left:-25%;
	}
	.products-featured {
	background-size: clamp(10em, 20vw, 20em);
		 background-position: left 18%, right 18%;
	}
	.products-featured--crackerhacks{
		width: clamp(10em, 62vw, 40em);
		margin: 0 auto;
	}
}



/* promotions */
.promotions-featured, 
.promotions-featured section {
	margin:0; 
} 
.promotions-featured-row {
	margin:0 -1em;
	display: block;
}
.promotions-featured .promotions-featured-column {
	display:block;
	position:relative;
	overflow:hidden;
	font-size: 2.8vw;
	margin:0;
	background-color: #DC1F26;
}

.promotions-featured-column.promotion--recipes {
	   background-color: #750F1B;

}

.promotions-featured-column.promotion--ourstory {
	   background-color: #F7E8D9;

}


.promotion--recipes .button-cta:hover{
    color: #fff;
    box-shadow: inset -20em 0 3em -3em #74010c;
}

.promotions-featured img {
	margin: 0 auto;
	max-width: 62em;
}
.promotions-featured .promotions--wtb .promotions-description img {
	width: 60%;
	margin: 0 auto;
	display: block;
}


.promotion--recipes h2 {
	color:inherit;
	margin-top:0;
}
.promotions-featured .promotions-description {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	padding: 30% 2em;
	text-align:center;
	color:#fff;
	transform:translate(0,-50%);
}
.promotions-featured .rich-text {
	height:100%;
	box-sizing:border-box;
}
.promotions-description p{
	margin: 1em auto;
    width: 60%
}
.promotions-featured-row a {
	text-decoration:none;
}

@media (min-width:48em) {
	.promotions-featured h2 {
		font-size:2em;
	}
	.promotions-featured-row {
		flex-wrap: nowrap;
		align-items: stretch;
	}
	.promotions-featured-row > * {
		flex-basis:50%;
		
	}
	.promotions-featured .promotions-featured-column {
		font-size:inherit;
		
	}
		.promotions-featured .promotions-description {
		text-align:left;
	}
	.promotions-featured .promotions-description .content_wrapper {
		max-width: 58em;
	}
}

@media (min-width:78em) {
	.promotions-featured-row {
		margin:0;
	}
	.promotions-description p{
		width: 70%;
		margin: 0 auto 1em ;
	}
	.promotions-featured .promotions-featured-column {
		font-size:1.25em;
	}
}
.promotions-featured  .promotion--kfr a {
	padding:5em 0;
	position:absolute; 
	width:100%;
	left:0;
	top:50%;
	transform:translate(0,-50%);
}
.promotions-featured-column .promotion--kfr-text {
	margin-bottom: 1em;
}
.promotion--kfr section {
	padding:4em 0 6em;
	margin:0 0 -2em;
}

.promotion--kfr-text p {
	color:#000;
}

@media (min-width:48em) {
	.promotion--kfr .promotion--kfr-graphic {
		width:14em;
		height:7em;
	}
	.promotion--kfr .promotion--kfr-text {
		margin:0 2em;
	}
}




/* Product Line Lists */
.products-line {
	text-align:center;
	position:relative;
	padding:2em 0;
	background-color: #F7E8D9;
	margin-top: -.1em;
	font-family: 'alverata';
}
.products-line h2 {
	color: #a00513;
}
.products-list {
	padding:0;
	margin: 0;
	
}
.products-line--related .products-list {
	justify-content:center;
}
.products-list-product {
	padding:1em 0; 
	flex-basis:10em;
}
/* bazaarvoice stars */
.products-list-product {
	position:relative;
	padding-bottom: 3em;
}

.products-list-product .product-primary-image {
	height: 11em;
	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%);
}
.search-results-item-title,
.product-list-title {
	display: block;
	padding:0 1em 0.5em;
}
a:hover .search-results-item-title,
a:hover .product-list-title {
	text-decoration:underline;
}
@media (min-width:48em) {
	.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 (min-width:64em) {
	.products-list-product {
		font-size:1.25em;
	}
	.search-results-item {
		font-size:1.25em;
		flex-grow:0;
	}
}

/*hiding reviews */
.bvReviewContainer, .product-detail-overview [data-bv-show="rating_summary"] .bv_main_container, .products-list-product [data-bv-show="inline_rating"] .bv_main_container {
	display: none !important;
	visibility: hidden !important;
}


/* END Product Line Lists */


/* Product Detail page + a few Recipe Detail styles, since they are nearly the same */

.product-detail-actions .button-cta {
	color: #750F1B;
	background-color: #F7E8D9;
	text-transform: capitalize;;
}

.product-detail-highlights h1, .product-detail-highlights p{
	color: #F7E8D9;
}

.product-detail-highlights,
.recipe-detail-highlights {
	padding-top:4em;
    background-color: #750F1B;
	    background-image: url(../images/refresh2026/site/product-brick-left.png), url(../images/refresh2026/site/product-brick-right.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 25vw;
}

.productfeatures {
	padding-bottom:3em;
	background-color: #750F1B;
	background-image: url(../images/refresh2026/site/product-detail-left.png), url(../images/refresh2026/site/product-detail-right.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: clamp(10em, 30vw, 26em);
	margin-top: -.1em;
	min-height: 7em;
}

.home-products-featured {
	padding-bottom:6em;
	background-color: #750F1B;
	background-image: url(../images/refresh2026/site/product-detail-left.png), url(../images/refresh2026/site/product-detail-right.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: clamp(10em, 30vw, 26em);
	padding: 2em 0 5em;
	text-align: center
}

.home-products-featured img{
	width: 90%;
	max-width: 30em;
	margin: 0 auto 2em;
}

.home-products-featured h2, .home-products-featured h1 {
	color: #fff;
}

.home-products-featured .button-cta {
    color: #750F1B;
    background-color: #F7E8D9;
    text-transform: capitalize;
}

.home-products-featured .button-cta:hover {
    color: #fffefe;
    box-shadow: inset -20em 0 3em -3em #DC1F26;
}

.product-slider-holder,
.product-detail-overview,
.recipe-slider-holder,
.recipe-detail-overview {
	margin-top:1em;
	text-align: center
}
.product-thumbnails-container .tns-nav-active,
.recipe-thumbnails-container .tns-nav-active {
	border-color:#006B64;
}
.product-detail-overview h1,
.recipe-detail-overview h1 {
	font-size:3em;
	line-height:1;
    text-align: center;
}
.product-detail-overview p,
.recipe-detail-overview p {
	font-size:1.125em;
	margin:1em 0;
	white-space: pre-wrap;
}

@media (max-width:36em) {
	.sharer { font-size:0.75em; }
}
.recipe-thumbnails-container .tns-nav-active, 
.product-thumbnails-container .tns-nav-active {
	box-shadow: inset 0 0 0 1px #d32232;
}
.tns-controls button[data-controls="next"],
.tns-controls button[data-controls="prev"] {
	text-indent:-999em;
	padding:0.25em 0;
	filter:drop-shadow(0 0 0.25em rgba(0,0,0,0.5));
}
.tns-controls button[data-controls="next"]:hover,
.tns-controls button[data-controls="prev"]:hover {
	background:rgba(0,0,0,0.15);
	box-shadow:none;
}
.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:#fff;
	background:currentcolor;
}

.product-slider-holder, .recipe-slider-holder {
	text-align: center;
}


.addthis_toolbox {
	font-size:117%;
}
.addthis_toolbox a {
	margin:0 0 0 0.25em;
}




.product-nutrition {
	background-color:#DC1F26;
	color:#fff;
	text-align:left;
	position:relative;
	padding:4em 0 10em;
	background-image: url(../images/refresh2026/site/nutrition-footer-left.png), url(../images/refresh2026/site/nutrition-footer-right.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: clamp(15em, 40vw, 35em);
    margin-top: -.1em;
}
.product-nutrition section {
	margin:0;
}
.product-nutrition::after {
	bottom:-5vw;
}

.product-nutrition-row {
	display:flex;
	flex-wrap:wrap;
}

.product-nutrition-highlights h3:first-child {
	display:block;
	color:inherit;
}
.product-nutrition-row .product-nutrition-smartlabel {
	margin: 2em 0;
	text-align: center;
}
.product-instructions section {
	margin:0;
	position:relative;
}
.product-instructions h2 {
	color:inherit;
	font-size:2em;
}
.product-instructions .instruction-text{
	max-width: 50em;
	padding: 0 1em;
	margin: 0  auto;
}

@media (min-width:48em) { 
	.product-nutrition-highlights {
		order:0;
	}
	.product-nutrition-row > div {
		flex-basis:calc(50% - 2em);
		padding:0 1em;
	}
	.product-instructions .instruction-text{
		width: 90%;
		margin: 0.5em auto;
		max-width: 50em;
	}
	.product-detail-overview h1,
	.recipe-detail-overview h1 {
		text-align: left;
	}
	.product-slider-holder, .product-detail-overview, .recipe-slider-holder, .recipe-detail-overview {
		text-align: left;
	}
	.product-detail-highlights,
	.recipe-detail-highlights {
		background-position: left center, right center;
		background-size: 9em;
	}
	.product-nutrition-row .product-nutrition-smartlabel {
		text-align: left;
	}
	.productfeatures {
    	padding-bottom: 1em;
		min-height: 20em;
	}
	
}
.product-nutrition h2 {
	text-transform: uppercase;
    color: #750F1B;
    background: url(../images/refresh2026/site/banner-cream.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.4em 2em 0.5em 2em;
    border-radius: 0;
	background-position: center;
}

.product-nutrition h3 {
	font-size:2em;
	letter-spacing:-0.033em;
	text-transform: capitalize;
}
.product-nutrition select {
	font-size:1.125rem;
	border:0.15em solid #fff;
	color: #750F1B;
}
.product-nutrition .select-wrapper::before {
	/* color:#fff; */
	z-index:1;
}
.product-nutrition-highlights p {
	text-align:justify;
}
.product-nutrition-smartlabel-title + p {
	margin-bottom:0.25em;
}
.product-nutrition-smartlabel img {
	margin-bottom:0;
}
.product-nutrition-smartlabel .select-wrapper {
	width: calc(60% + 3em);
	margin: 0 auto 1em;
}
.product-nutrition-smartlabel .button-cta {
	width:auto;
    color: #750F1B;
    background-color: #F7E8D9;
    text-transform: capitalize;
	font-size: 1.2em;
    margin: 0 auto 1em;
}
.product-nutrition h2+p {
	display:none;
}
.product-nutrition p, 
.product-nutrition table {
	font-size:1em;
	line-height:1.5;
	font-weight:300;
	text-align: left;
	margin: 0 0 1em;
}
.product-nutrition td {
	border-bottom:1px solid currentcolor;
}
.product-nutrition td.spacer,
.product-nutrition tr:last-child td {
	border-bottom:none;
}
.product-related-recipes {
	text-align:center;
}
@media (min-width:48em) { 
	.recipe-detail-overview h1,
	.product-detail-overview h1 {
		font-size:3em;
	}
	.product-nutrition-smartlabel .select-wrapper {
		width: 17.26em;
		color: #006B64;
		margin: 0 0 1em;
	}
	.addthis_toolbox {
		display:block;
	}
	.product-nutrition {
		padding:4em 0 12em;
	}
	
}
@media (max-width:48em) {
.product-nutrition-smartlabel p{
	text-align: center;
	width: 100%
	}
	
}


/* recipe detail */
.recipe-highlights {
	text-align:center;
	justify-content:center;
	margin:2em 0;
}
.recipe-highlights strong {
	display:block;
	font-size:1.5em;
}
.recipe-highlights > div {
	padding-top: 4em;
	width:11em;
	margin: 0 auto 1em;
}
.recipe-highlight--preptime {
	background: url(../images/site/icon-chefhat.svg) center top / 4em 4em no-repeat;
}
.recipe-highlight--totaltime {
	background:url(../images/site/icon-clock.svg) center top / 4em 4em  no-repeat;
}
.recipe-highlight--yield {
	background:url(../images/site/icon-bowl.svg) center top / 4em 4em no-repeat;
}
.recipe-slider-aspect-ratio {
	padding-top:75%;
}
.recipe-directions-row {
	line-height:1.5;
	width:100%;
}
.recipe-directions-row h3 {

	font-weight:bold;
	text-align:center;
}
.recipe-ingredients ul {
	list-style:none;
	padding:0;
}
.recipe-related-product-tile {
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	height:auto;
	max-width: 24em;
	margin: 0 auto;
}

.recipe-related-product {
	overflow:hidden;
	position:relative;
}
.recipe-related-product::before {
	content: '';
	display: block;
	background: url(../images/site/curve-top-ltgray2.svg) center top / 102vw 25vw no-repeat;
	border-bottom:30em solid #f2f2f2;
	padding-top: 10vw;
	position: absolute;
	top:45%;
	left: 0;
	width: 100%;
}
.recipe-related-product-tile {
	background:#fff;
	box-shadow:0 0.2em 1em rgba(50,50,50,0.1);
	align-items:center;
	height:auto;
	max-width: 20em;
	margin: 4em auto;
	padding:8em 1em 0em;
	position:relative;
	text-align:center; 
}
.recipe-related-product-tile div  {
	width: 100%;
}
.recipe-related-product-tile h3 {
	margin:0.5rem 0;
	width:100%;
	font-weight:bold;
	font-size:0.9em;
	color:#000;
}
.recipe-related-product-tile p {
	font-weight:bold;
	color:#d32232;
	font-size:1.5em;
	line-height:1.2;
	margin-top:0;
}
.recipe-related-product-tile img {
	position:absolute;
	top:-4em;
	height:12em;
	left:50%;
	transform:translate(-50%,0);
}
.recipe-related-product-tile .button-cta {
	margin-bottom:1em;
}
.recipe-related {
	background:#f2f2f2;
}
.recipe-related section,
.recipe-related-product section {
	margin:0 auto;
	padding:1em 0;
}
.recipe-related-product-tile + .recipe-related-product-tile {
	margin-top:7em; 
}
@media (min-width:48em) {
	.recipe-related-product-tile {
		margin: 4em auto;
		padding: 1em 2em 1em 18em;
		text-align:center;
		width:22em;
	}
	.recipe-related-product-tile h3 {
	}
	.recipe-related-product-tile p {
	}
	.recipe-related-product-tile img {
		left:25%;
		top:auto;
		bottom: 1em;
		height: auto;
		max-height: 16em;
		width: auto;
		max-width: 20em;
	}
	.recipe-related-product + .recipe-related {
		padding-top:10em; margin-top:-8em;
	}
	.recipe-highlights {
		display:flex;
	}
}
/* recipe search */
.page--recipes {
	background:#f2f2f2;
}
.recipe-search-subhead {
	background:#d32232;
	color:#fff;
	padding:1em 0;
	text-align:center;
}
.recipe-search-subhead h2, .recipe-search-subhead h1 {
	color:#fff;
}
.recipe-search-subhead p {
	font-size:1.125em;
}
.recipe-search-subhead .content_wrapper {
	max-width:48em;
}
.recipe-search-text-field {
	max-width:22em;
	margin:1em auto;
	text-align:center;
}
#recipe-search-q {
	background:#fff;
	box-shadow: 0 0.05em 0.15em rgba(0,0,0,0.1), 0 0.15em 0.4em rgba(0,0,0,0.1);
}
#recipe_search_form {
	text-align:center;
	color:#3e3e3e;
	padding: 0em 0 2em;
	margin-top: -2.66em;
}
.recipe-search-filters-row {
	justify-content:center;
	max-width: 22em;
	margin: 0 auto;
}
.recipe-search-filter {
	flex-basis:100%;
}
.recipe-search-filter label {
	color:#D32232;
	font-weight:800;
	text-transform:uppercase;
}
.recipe-search-filter .select-wrapper {
	width:100%;
	box-shadow: 0 0.05em 0.15em rgba(0,0,0,0.1), 0 0.15em 0.4em rgba(0,0,0,0.1);
}
.recipe-search-filter .select-wrapper select {
	width:100%;
}
.recipe-list {
	margin: 0 -0.5em;
	
}
.recipe-list-item {
	margin:0 0.5em 1em;
	flex-basis: 100%;
	min-width:22em;
	position:relative;
}

.recipe-list-description {
	text-align:left;
	display: flex;
}
.recipe-list-description div{
	width: 60%;
	align-content: end;
	padding: 0 1em 0 0 ;
}
.recipe-list-description div:nth-of-type(2){
	display: flex;
	width: 40%;
	align-content: end;
	padding: 1.5em 0 .5em;
	justify-content: end;
	text-align: right;
	align-items: flex-start;
}

.recipe-list-description p{
	font-size: 1em;
	color: #750F1B;
	margin: 0;
}
.recipe-list-description .button-cta  {
	min-width: auto;
	    width: 80%;

}
.recipe-list-description h3 {
	font-size:1.5em;
	line-height: 1.2;
	text-transform: none;
	
}
.recipe-list-image {
	overflow:hidden;
	position: relative;
}
.recipe-list-image::before {
	content:'';
	display:block;
	padding-top:66.66%;
}
.recipe-list-image img {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	min-height:100%;
	object-fit:cover;
	height:auto;
	transform:translate(-50%,-50%);
}
.recipe-search-filters-row {
	justify-content: center;
	max-width: 22em;
	margin: 0 auto;
}
#recipe-search-submit {
	height:1.5em;
	margin-left: 0.66em;
	padding: 0.45em 1em;
	vertical-align: middle;
	box-shadow: 0 0.05em 0.15em rgba(0,0,0,0.1), 0 0.15em 0.4em rgba(0,0,0,0.1);
}
.pagination {
	margin-bottom:2em; 
}
@media (min-width:48em) {
	.recipe-list-description p{
	font-size: 1.2em;
	}
	.recipe-list {
		justify-content: space-between;
	}
	.recipe-search-text-field {
		max-width:none;
	}
	.recipe-search-filter {
		text-align: left;
		flex-basis: calc(50% - 1em);
		margin:0 0.5em 0;
	}
	#recipe-search-q {
		/* max-width: 34em; */
		width: calc(80% - 20em);
	}
	.recipe-search-filters-row {
		margin: 0 -0.5em;
		max-width: none;
	}
	.recipe-list-item {
		flex-basis: calc(50% - 2em);
		min-width:0;
	}
	.recipe-list-description h3 {
		font-size:2em; 
	}
}
@media (min-width:64em) {
	.recipe-list {
		justify-content: space-between;
	}
}

.about-us{
	background-color: #F7E8D9;
	padding: 2em 0 19vw;
	background-image: url(../images/refresh2026/site/our-story-roof-left.png), url(../images/refresh2026/site/our-story-roof-right.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: clamp(11em, 35vw, 35em);
}

.about-us img{
	margin: 4em auto 2em;
	width: clamp(5em, 25vw, 10em);
}

.about-us .content_wrapper {
	max-width:60em;
	text-align: center
}
.about-us  h2 {
	text-transform:uppercase; 
	font-size:2.25em;
	line-height:1.25;
	margin:1em 0;
	color: #750F1B;
}
.about-us p {
	text-transform:none; 
	font-size:1em;
	line-height:1.5;
	margin:1em 0;
	color: #750F1B;
}


.hero--promotion-detail img {
	width:100%;
	display: block;
	opacity:1;
}
.promotion-detail-overview h2 {
	font-weight: bold;
}
.promotion-detail-overview {
	text-align:center; 
}
.promotion-detail-overview p a {
	text-decoration:underline;
}
.promotion-detail-overview .button-cta {
	margin:1em auto;
	display:block;
	max-width:12em;
}
.promotion-columns h3 {
	font-weight:900;
	font-size: 2em;
	line-height: 0.9;
	text-transform:uppercase;
	letter-spacing: -0.033em;
}

.about-us-purpose {
	text-align: center;
}

.about-us-purpose img{
	margin: 0 auto;
}

.about-us-purpose section{
	
}
.about-us-purpose section>div{
	height: clamp(24em, 50vw, 45em);
	
}

.about-us-purpose div:nth-of-type(2){
	background-color: #750F1B;
	color: #F7E8D9;	
	display: flex;
	flex-direction: row;
	justify-content:  center;
}

.about-us-purpose div:nth-of-type(2) div{
	padding: 2em;
	max-width: 38em;
	
}

.about-us-purpose h2 {
	color: #F7E8D9;
}

.about-us-purpose p {
	color: #F7E8D9;
}

.about-us-purpose .button-cta {
    color: #750F1B;
    background-color: #F7E8D9;
    text-transform: capitalize;
}

.about-us-purpose .button-cta:hover {
    color: #F7E8D9;
        box-shadow: inset -20em 0 3em -3em #DC1F26;
}

.about-us-purpose .rich-text {
    height: 100%;
    box-sizing: border-box;
}

.about-us-purpose .rich-text img{
	object-fit: cover;
	height: 100%;
	max-width: none;
	width: 100%;
}


@media (min-width:48em) {
	.about-us-purpose section{
		display: flex;
		flex-direction: row-reverse;
		
	}
	.about-us-purpose section>div{
		width: 50%;
	}
	.about-us-purpose div:nth-of-type(2) {
		justify-content: right;
		display: flex;
	}
	.about-us-purpose div:nth-of-type(2) div{
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.promotion-columns h3 {
		font-size: 2em;
		white-space:nowrap;
	}
	.promotion-detail-overview .button-cta {
		margin:1em;
		display:inline-block;
	}
	.promotion-columns  {
		display:flex;
		padding:1em;
		text-align:center;
	}
	.promotion-columns > div {
		padding:0 1.5%;
		min-width:29%;
	}
	.about-us{
		padding: 2em 0 4em;
	}
	.about-us  h2 {
		font-size:4em;
	}
	.about-us p {
		font-size:1.5em;
	}
}


.nav--secondary img  {
	display:none;
}
/* 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 {
	
	margin: 1em 0;
}
header .social_icons a,
footer .social_icons a {
	text-decoration: none;
	padding: 0.25em;
	font-size: 1em;
	line-height: 1;
	margin: 1em;
	color: #750F1B;
	background-color: #fff;
}

header .social_icons a:after,
footer .social_icons a:after {
      border-bottom: .79em solid #fff;
		border-left: .79em solid transparent;
		border-right: .79em solid transparent;
		content: "";
		height: 0;
		left: 0;
		position: absolute;
		top: -0.75em;
		width: 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 .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;
}
/* end social icons */

@media (min-width:48em) {
	.nav--secondary > ul > li:nth-of-type(1){
		top: -1.1em;
	}
	
}


/* weird tracking iframe fix */
body > iframe { position:absolute; bottom:0; left:-999em; }

/*  */
.ccpa-button {
	color:#fff;
	border-radius:2em;
	padding:0.5em 1em;
}

@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;
	}
	.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-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);
	}
}


/*new kfr bar*/
@font-face {
	font-family: 'avenirnext';
	font-weight:bold;
	src: url('/content/dam/engage/fonts/subset-AvenirNext-Bold.woff') format('woff');
}
@font-face {
	font-family: 'avenirnext';
	font-weight:normal;'
	src: url('/content/dam/engage/fonts/subset-AvenirNext-Medium.woff') format('woff');
}
/* new tile style  */

.promotions-featured .promo-new-kfr-html { font-family: 'avenirnext'; color:#000; margin:auto; background:#fff; padding:2em 0; text-align:center; }
.promotions-featured .promo-new-kfr-inner { position:relative; height:100%; }
.promotions-featured .promo-new-kfr-inner::before { content:''; display:inline-block; height:100%; min-height:20em; vertical-align:middle; }
.promotions-featured .promo-new-kfr-content { content:''; display:inline-block; vertical-align:middle; width:80%;  }
.promotions-featured .promo-new-kfr-html img { }
.promotions-featured .promo-new-kfr-html .kfr-button-cta { font-weight:bold; text-align:center; letter-spacing:0.1em; text-transform:uppercase;  display:inline-block; margin:auto 1em; background:rgb(210,19,70); border: none; border-radius: 1em; color: #fff; padding: 0.8em 3em; transition:background 0.2s; }
.promotions-featured .promo-new-kfr-html .kfr-button-cta:hover {  background:rgb(170,12,50);  }
.promotions-featured .promo-new-kfr-html p { font-size:3.5vw; }

@media (min-width:48em) {
	.promotions-featured .promo-new-kfr-html p { font-size:1.75vw; }
}
@media (min-width:75em) {
	.promotions-featured .promo-new-kfr-html p { font-size:1.25em; }
}

/* sticky styles */
footer {
	margin-bottom: 0;
	box-shadow:0 4em 0 #000;
}
.kfr-tout--sticky { background:rgba(0,0,0,0.8); font-size:1rem; font-family: 'avenirnext'; font-weight:normal; padding:0; height:3.5em; text-transform:none; }
.kfr-tout--sticky a  { margin:0; display:flex; justify-content:center; height:100%; font-size:1rem; }
.kfr-tout--sticky a>img { position:static; height:3em; margin:auto 0.5em; }
.kfr-tout--sticky a>span { margin:auto 2em auto 0; }
.kfr-tout--sticky a::after { display:none}
.kfr-tout--sticky .icon--close { border:none; top:0; border-radius:0; color:rgb(210,19,70); background: rgba(0,0,0,0);}
.kfr-tout--sticky .icon--close:after, 
.kfr-tout--sticky .icon--close:before { border-radius:0; color:inherit; }
.kfr-tout--sticky .kfr-button-cta { display:block; margin-top:0.25em; font-size:inherit; font-weight:bold; text-align:center; letter-spacing:0.1em; text-transform:uppercase;  }
.kfr-tout--sticky .kfr-button-cta::after { content:''; display:inline-block; width:0.4em; height:0.4em; top:-0.1em; margin-left:0.2em; border-right:0.15em solid currentcolor; border-top:0.15em solid currentcolor; position:relative; vertical-align:middle; transform:rotate(45deg);   }

@media (min-width:48em) {
	.kfr-tout--sticky a { justify-content: center; }
	.kfr-tout--sticky a>img { position:static; height:3em; margin:auto 1em; }
	.kfr-tout--sticky .icon--close { font-size:50%; }
	.kfr-tout--sticky .kfr-button-cta { display:inline-block; margin:auto 1em; background:rgb(210,19,70); border: none; border-radius: 1.5em; color: #fff; padding: 0.5em 1.5em; transition:background 0.2s; }
	.kfr-tout--sticky .kfr-button-cta:hover {  background:rgb(170,12,50);  }
	.kfr-tout--sticky .kfr-button-cta::after { display:none; }
}

.tns-nav ~ div + div {
   padding-bottom: 0;
}

.tns-nav button:focus {
    outline: 2px solid #000;
}

.ps-product-details > h2.ps-product-name {
    text-align: left;
}

.ps-lightbox .ps-online-tab-label > h2, .ps-lightbox .ps-local-tab-label > h2 { 
    text-align: left;
}

[data-bv-rating] .bv_main_container, [data-bv-show=inline_rating] .bv_main_container {
    justify-content: center;
}

/* Start of PDP benefitss component code*/

@media (min-width: 48em) {
    .product-benefits--holder {
        padding: 2em 2em 2em 1.5em;
        margin: 2em auto 3em;
    }
}


.product-benefits--holder {
    padding: 1em 2em;
    margin: 0 auto 2em;
    max-width: 27em;
    display: block;
	color: #F7E8D9;
	font-size: 1.125em;
}


.product-benefits ul {
    padding-inline-start: 1em;
    list-style-type: none;
    padding-left: 0;
    color: #F7E8D9;
}


.product-benefits ul li {
    display: flex;
    margin: 1.5em 0;
    position: relative;
    padding-left: 2.5em;
    align-items: center;
}


.product-benefits ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 2em;
    height: 2em;
    background: url(../images/refresh2026/site/townhouse_crackers_check.svg) center center / contain no-repeat;
	top: .5em;
}

@media (min-width: 48em) {
	.product-benefits--holder {
		font-size: 1.2em;
	}
	
	
}

/* End of PDP benefitss component code*/

.ps-client-logo img{
	    margin-top: -.3em;
}

@media (min-width: 48em) and (max-width: 75em) {
    body nav.nav--secondary {
        position: absolute;
        right: -0.5em;
        top: 1em!important;
        margin: 0;
    }
}