:root {
	--brand_color: #71873f;
	--brand_color_inverted: #FFF;
	--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: Montserrat;
}

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #71873f;
	color: #FFF;
	border-color: #71873f;
}

.text-brand {
	color: #71873f;
}

.text-action {
	color: #71873f;
}

.brand-inverted {
	background-color: #FFF;
	color: #71873f;
	border-color: #FFF;
}

.action {
	background-color: #71873f;
	color: #FFF;
	border-color: #71873f;
}

.action-inverted {
	background-color: #FFF;
	color: #71873f;
	border-color: #FFF;
}

/* SiteHeader */

.announcement_bar {
	background-color: #71873f;
	color: #ffffff;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #ffffff;
	color: #2e2e2e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #71873f;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #2e2e2e;
	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: #2e2e2e;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #71873f;
		background-color: transparent;
		border-bottom: solid 2px #71873f;
	}

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

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

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



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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #71873f;
    color: #ffffff;
}

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

.orderStatus__container {
	color: #ffffff;
}

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

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

.orderStatus__mobileToggle {
	color: #ffffff;
}

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

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

/* Logo */

.logo {
	color: #2e2e2e;
	font-size: 16px;
	padding: 3px;
}

.logo__img {
	max-height: 133px;
}

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

.siteFooter {
	background-color: #71873f;
	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: #859b53;
}

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #71873f !important;
	border-color: #5d732b !important;
	color: #FFF !important;
}

.btn-brand-inverted {
	background-color: #FFF;
	color: #71873f;
	border: solid 1px #71873f;
}

.btn-brand-inverted:hover {
	background-color: #71873f;
	color: #FFF;
	border: solid 1px #71873f;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #99af67 !important;
	border-color: #99af67 !important;
		color: #FFF !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #71873f !important;
	border-color: #5d732b !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #99af67 !important;
	border-color: #99af67 !important;
	
	color: #FFF !important;
}

.btn-action-inverted {
	background-color: #FFF;
	color: #71873f;
	border: solid 1px #71873f;
}

.btn-action-inverted:hover {
	background-color: #71873f;
	color: #FFF;
	border: solid 1px #71873f;
}

.bullet, .confirmation__step-number {
	background-color: #71873f;
	color: #FFF;
}

/* 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: #71873f
}

/*Custom Styles*/
/* Partners page — centered layout that inherits Intentional Farms styling */
.vendorsWidget__list--centered{
  display: flex;
  justify-content: center;
}

/* Add breathing room between page header and Partners content */
.vendorsWidget__list--centered{
  margin-top: 48px; /* matches typical Intentional Farms section spacing */
}

/* Optional: slightly tighter spacing on mobile */
@media (max-width: 640px){
  .vendorsWidget__list--centered{
    margin-top: 32px;
  }
}


/* Keep width consistent with other content sections on-site */
.vendorsWidget__listItem--partner{
  width: 100%;
  max-width: 760px;       /* adjust to match your site’s typical text width */
  margin: 0 auto 10px;
  text-align: center;
}

/* Make the image feel like other site images/cards */
.vendorsWidget__imageLink{
  display: inline-block;
  text-decoration: none;
}

/* Center the image and keep it responsive */
.vendorsWidget__coverPhoto--partner{
  display: block;
  margin: 0 auto 18px;
  max-width: 520px;       /* keeps it from getting too huge on desktop */
  width: 100%;
  height: auto;
}

/* Optional: subtle “this is clickable” behavior that won’t clash with theme */
.vendorsWidget__imageLink .vendorsWidget__coverPhoto--partner{
  transition: transform 180ms ease, opacity 180ms ease;
}
.vendorsWidget__imageLink:hover .vendorsWidget__coverPhoto--partner{
  transform: translateY(-1px);
  opacity: 0.95;
}

/* Center the text block while still allowing tw-prose to look right */
.vendorsWidget__descriptionContainer--centered{
  display: flex;
  justify-content: center;
}
.vendorsWidget__descriptionContainer--centered .tw-prose{
  margin-left: auto;
  margin-right: auto;
  text-align: center;       /* keeps paragraph readability like the rest of the site */
  max-width: 650px;
}

/* Mobile tweaks */
@media (max-width: 640px){
  .vendorsWidget__listItem--partner{
    text-align: center;
  }
  .vendorsWidget__coverPhoto--partner{
    max-width: 100%;
  }
  .vendorsWidget__descriptionContainer--centered .tw-prose{
    max-width: 100%;
    text-align: center;
  }
}
/* Partner CTA button */
.vendorsWidget__cta{
  margin-top: 24px;
  text-align: center;
}

.vendorsWidget__button{
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  background-color: var(--primary-color, #71873F); /* Intentional Farms green fallback */
  color: #ffffff;
  transition: background-color 180ms ease, transform 180ms ease;
}

.vendorsWidget__button:hover{
  background-color: #3d3d3d;
  transform: translateY(-1px);
}
