:root {
	--brand_color: #4fa83d;
	--brand_color_inverted: #eeeeee;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #000000;
}

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: PT Serif;
}

body, p, label, .paragraph {
	font-family: PT Serif;
	font-size: 16px;
}

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #4fa83d;
	color: #eeeeee;
	border-color: #4fa83d;
}

.text-brand {
	color: #4fa83d;
}

.text-action {
	color: #0b0b0b;
}

.brand-inverted {
	background-color: #eeeeee;
	color: #4fa83d;
	border-color: #eeeeee;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #4fa83d;
	color: #fed33c;
}

.announcement_bar a {
	color: #ffffff;
}

.siteHeader {
	background-color: #0b0b0b;
	color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0b0b0b;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #ffffff;
	background-color: #2C5170;
}

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

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

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

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

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

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


.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: #ffffff;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #4fa83d;
    color: #ffffff;
}

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

.orderStatus__container {
	color: #ffffff;
}

.orderStatus__container a {
	border-bottom-color: #81da6f;
	color: #ffffff;
}

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

.orderStatus__mobileToggle {
	color: #ffffff;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #81da6f;
	color: #ffffff;
}

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

/* Logo */

.logo {
	color: #ffffff;
	font-size: 16px;
	padding: 30px;
}

.logo__img {
	max-height: 250px;
}

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

.siteFooter {
	background-color: #0b0b0b;
	color: #FFF;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #1f1f1f;
}

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #4fa83d !important;
	border-color: #3b9429 !important;
	color: #eeeeee !important;
}

.btn-brand-inverted {
	background-color: #eeeeee;
	color: #4fa83d;
	border: solid 1px #4fa83d;
}

.btn-brand-inverted:hover {
	background-color: #4fa83d;
	color: #eeeeee;
	border: solid 1px #4fa83d;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #77d065 !important;
	border-color: #77d065 !important;
		color: #eeeeee !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #0b0b0b !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #333333 !important;
	border-color: #333333 !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #4fa83d;
	color: #eeeeee;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #3fce10 !important;
	border-color: #3fce10 !important;
	color: #000000;
}

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

.storeIndex__sideBarList--style2 > li > a {
	color: #000000;
	border-color: #35c406 !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #000000;
	background-color: #35c406 !important;
}

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

.banner__protocols li:before {
    color: #4fa83d
}

/*Custom Styles*/
/* Overlay for hero images */
.collection-hero {
  position: relative;
}
.collection-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4); /* adjust opacity */
  z-index: 1;
}
/* Ensure all text is above overlay */
.collection-hero * {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}

/* Recolor bullet icons inside hero */
.collection-hero li {
  list-style: none; /* remove default bullet */
  margin: 6px 0;
}
.collection-hero li::before {
  content: attr(data-icon);
  margin-right: 8px;
  font-weight: bold;
}

/* Specific coloring per bullet by keyword */
.collection-hero li[data-icon="🌱"]::before { color: #4FA83D; } /* Dark Green Apple */
.collection-hero li[data-icon="🌾"]::before { color: #FED33C; } /* Bright Sun */
.collection-hero li[data-icon="🚫"]::before { color: #66FF00; } /* Bright Green */
.collection-hero li[data-icon="🐓"]::before { color: #FED33C; } /* Accent Yellow */
.collection-hero li[data-icon="🧊"]::before { color: #4FA83D; } /* Green tint */

/* Remove list bullets from any <li> that contains your callout <p> */
li:has(> p.tw-text-theme-action-color),
li:has(p.tw-text-theme-action-color) {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Kill markers/pseudo bullets some themes inject */
li:has(p.tw-text-theme-action-color)::marker,
li:has(p.tw-text-theme-action-color)::before {
  content: '' !important;
}

/* Optional: give the callout a tidy label look (not a pill) */
p.tw-text-theme-action-color {
  display: inline-block !important;
  margin-left: 0 !important;  /* cancel tw-ml-3 indent if you want */
  padding-left: 0 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}
