:root {
	--brand_color: #092b1d;
	--brand_color_inverted: #e8e4a6;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: var(--brand_color);
}

body {
	background-color: var(--background_color);
	color: var(--text_color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
	font-family: Lalezar;
}

body, p, label, .paragraph {
	font-family: Hind;
	font-size: 18px;
}

a {
	color: var(--link_color);
}

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #092b1d;
	color: #e8e4a6;
	border-color: #092b1d;
}

.text-brand {
	color: #092b1d;
}

.text-action {
	color: #d8534c;
}

.brand-inverted {
	background-color: #e8e4a6;
	color: #092b1d;
	border-color: #e8e4a6;
}

.action {
	background-color: #d8534c;
	color: #ffffff;
	border-color: #d8534c;
}

.action-inverted {
	background-color: #ffffff;
	color: #d8534c;
	border-color: #ffffff;
}

/* SiteHeader */

.announcement_bar {
	background-color: #689854;
	color: #ffffff;
}

.announcement_bar a {
	color: #ffffff;
}

.siteHeader {
	background-color: #987654;
	color: #092b1d;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #000000;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: #987654;
}

.mainNavigation__list {
	text-align: left !important;
}

.siteHeader__container--style4 {
	text-align: left;
}

.mainNavigation__list > li > a {
	font-size: 20px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #092b1d;
	background-color: #423626;
}

.mobileNav > li > a:hover {
	background-color: #1a0e00;
}

.mobileNav > li > a:focus {
	background-color: #1a0e00;
}

/* Underline Link Effect */
	.mainNavigation__list > li > a {
		color: #092b1d;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #ffffff;
		background-color: transparent;
		border-bottom: solid 2px #ffffff;
	}

	.mobileNav > li > a {
		color: #092b1d;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}

	.mobileNav > li > a:hover {
		color: #ffffff;
		background-color: transparent;
		border-bottom: solid 2px #ffffff;
	}

	.mobileNav > li > a:focus {
		color: #ffffff;
		background-color: transparent;
		border-bottom: solid 2px #ffffff;
	}


.mainNavigation__list > li > a {
	transition: all 0.2s ease-in-out;
}

/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: transparent;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

	.auxiliaryMenu > li > a {
		color: #092b1d;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #ffffff;
    color: #092b1d;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #ffffff;
}

.orderStatus__container {
	color: #092b1d;
}

.orderStatus__container a {
	border-bottom-color: #ffffff;
	color: #092b1d;
}

.orderStatus__container a:hover {
	border-bottom-color: #092b1d;
}

.orderStatus__mobileToggle {
	color: #092b1d;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #ffffff;
	color: #092b1d;
}

.orderStatus__mobileToggle a:hover {
	border-bottom-color: #092b1d;
}

/* Logo */

.logo {
	color: #092b1d;
	font-size: 20px;
	padding: 20px;
}

.logo__img {
	max-height: 182px;
}

@media (max-width: 414px) {.logo {padding: 15px;}.logo__img {max-height: 75px;}}

.siteFooter {
	background-color: #987654;
	color: #092b1d;
}

.siteFooter .tw-prose {
	--tw-prose-headings: #092b1d;
	--tw-prose-body: #092b1d;
	--tw-prose-p: #092b1d;
	--tw-prose-a: #092b1d;
	--tw-prose-bullets: #092b1d;
}

.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6 {
	color: #092b1d;
}

.siteFooter a {
	--tw-prose-a: #092b1d;
	color: #092b1d;
}

.siteFooter a:hover, .siteFooter a:focus {
	color: #001709;
}

.siteFooter img {
	margin-left: auto;
	margin-right: auto;
}

.backToTopLink__container {
	background-color: #ac8a68;
}

.backToTopLink__container a {
	color: #092b1d;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #092b1d !important;
	border-color: #001709 !important;
	color: #e8e4a6 !important;
}

.btn-brand-inverted {
	background-color: #e8e4a6;
	color: #092b1d;
	border: solid 1px #092b1d;
}

.btn-brand-inverted:hover {
	background-color: #092b1d;
	color: #e8e4a6;
	border: solid 1px #092b1d;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #315345 !important;
	border-color: #315345 !important;
		color: #e8e4a6 !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #d8534c !important;
	border-color: #c43f38 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #ff7b74 !important;
	border-color: #ff7b74 !important;
	
	color: #ffffff !important;
}

.btn-action-inverted {
	background-color: #ffffff;
	color: #d8534c;
	border: solid 1px #d8534c;
}

.btn-action-inverted:hover {
	background-color: #d8534c;
	color: #ffffff;
	border: solid 1px #d8534c;
}

.bullet, .confirmation__step-number {
	background-color: #092b1d;
	color: #e8e4a6;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #f8f8f8 !important;
	border-color: #f8f8f8 !important;
	color: #777;
}

.storeSearch__input--style2 {
	border-color: #f8f8f8 !important;
}

.storeIndex__sideBarList--style2 > li > a {
	color: #777;
	border-color: #eeeeee !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #777;
	background-color: #eeeeee !important;
}

.storeSearch__button--style2 {
	color: #777;
}

.banner__protocols li:before {
    color: #092b1d
}

/*Custom Styles*/
/* ===== CPR holiday turkey announcement bar ===== */
.announcement_bar.cprB-done { display: none !important; }
.announcement_bar { background-color: #092B1D !important; padding: 9px 20px !important; min-height: 44px; display: flex !important; align-items: center; justify-content: center; }
.cprB { display: flex; width: 100%; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 16px; font-family: 'Hind', Helvetica, Arial, sans-serif; line-height: 1.2; }
.cprB, .cprB * { outline: none !important; box-shadow: none !important; -webkit-tap-highlight-color: transparent; }
.cprB__lead { font-size: 14px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #F7F2E2; }
.cprB__lead--short { display: none; }
.cprB__clock { display: inline-flex; align-items: baseline; gap: 10px; }
.cprB__cell { display: inline-flex; align-items: baseline; gap: 3px; }
.cprB__num { font-family: 'Lalezar', Georgia, serif; font-weight: 400; font-size: 20px; line-height: 1; color: #E8E4A6; font-variant-numeric: tabular-nums; min-width: 2ch; text-align: right; }
.cprB__unit { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #F7F2E2; opacity: 0.85; }
.announcement_bar a.cprB__cta, .announcement_bar a.cprB__cta:link, .announcement_bar a.cprB__cta:visited, .announcement_bar a.cprB__cta:active, .announcement_bar a.cprB__cta:focus {
  display: inline-block; padding: 6px 14px; border-radius: 4px; background-color: #D8534C; color: #FFFFFF;
  font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; text-decoration: none;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.announcement_bar a.cprB__cta:hover { background-color: #BF453F; color: #FFFFFF; text-decoration: none; transform: translateY(-1px); }
.announcement_bar a.cprB__cta:focus-visible { outline: 2px solid #E8E4A6 !important; outline-offset: 2px; }
@media (max-width: 767px) {
  .announcement_bar { padding: 8px 12px !important; }
  .cprB { gap: 6px 10px; }
  .cprB__lead--long { display: none; }
  .cprB__lead--short { display: inline; font-size: 12px; }
  .cprB__cell--sec { display: none; }
  .cprB__num { font-size: 18px; }
  .announcement_bar a.cprB__cta, .announcement_bar a.cprB__cta:link, .announcement_bar a.cprB__cta:visited { padding: 5px 10px; font-size: 12px; }
}
