:root {
	--brand_color: #05a845;
	--brand_color_inverted: #ffffff;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #1b4332;
}

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: Roboto;
	font-size: 16px;
}

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #05a845;
	color: #ffffff;
	border-color: #05a845;
}

.text-brand {
	color: #05a845;
}

.text-action {
	color: #f28c28;
}

.brand-inverted {
	background-color: #ffffff;
	color: #05a845;
	border-color: #ffffff;
}

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

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

/* SiteHeader */

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

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #000000;
	color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #008000;
}

.siteHeader__container {
	max-width: 100%;
}

/* MainNavigation */

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

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

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

.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: #ffffff;
		background-color: transparent;
		border-bottom: solid 2px #ffffff;
	}

	.mobileNav > li > a {
		color: #ffffff;
		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: 100%;
}

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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f5f5f5;
    color: #a2a2a2;
}

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

.orderStatus__container {
	color: #a2a2a2;
}

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

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

.orderStatus__mobileToggle {
	color: #a2a2a2;
}

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

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

/* Logo */

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

.logo__img {
	max-height: 164px;
}

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

.siteFooter {
	background-color: #05a845;
	color: #ffffff;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #19bc59;
}

.backToTopLink__container a {
	color: #ffffff;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #05a845 !important;
	border-color: #009431 !important;
	color: #ffffff !important;
}

.btn-brand-inverted {
	background-color: #ffffff;
	color: #05a845;
	border: solid 1px #05a845;
}

.btn-brand-inverted:hover {
	background-color: #05a845;
	color: #ffffff;
	border: solid 1px #05a845;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #2dd06d !important;
	border-color: #2dd06d !important;
		color: #ffffff !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #f28c28 !important;
	border-color: #de7814 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #ca6400 !important;
	border-color: #ca6400 !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #05a845;
	color: #ffffff;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #05a845 !important;
	border-color: #05a845 !important;
	color: #555555;
}

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

.storeIndex__sideBarList--style2 > li > a {
	color: #555555;
	border-color: #009e3b !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #555555;
	background-color: #009e3b !important;
}

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

.banner__protocols li:before {
    color: #05a845
}

/*Custom Styles*/
/* ================= HEADER FIX ================= */

.siteHeader__container {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  min-height: 110px;
}

/* LOGO */
.logo__container {
  display: flex !important;
  justify-content: flex-start !important;
  width: 100%;
  padding-left: 20px;
}

/* NAV */
.mainNavigation {
  width: 100%;
  background: #05a845;
}

.mainNavigation__list {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  padding: 10px 20px;
  padding-right: 300px; /* space for search */
}

/* ================= STICKY HEADER ================= */

.siteHeader {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  position: relative;
}

/* ================= SEARCH BAR ================= */

/* default (inside header visually) */
.custom-search-section {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10000;

  display: flex;
  justify-content: center;
  pointer-events: none;
  transition: all 0.2s ease;
}

/* active sticky */
.custom-search-section.sticky-search {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

/* search box */
.custom-search {
  display: flex;
  width: 100%;
  max-width: 520px;
  pointer-events: auto;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.custom-search input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 10px 0 0 10px;
  outline: none;
}

.custom-search button {
  background: #05a845;
  color: white;
  border: none;
  padding: 0 18px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}

/* ================= SHOP BANNERS FIX ================= */

.banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

/* overlay */
.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.2),
    transparent
  );
  z-index: 1;
}

/* banner text */
.banner h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;

  color: #ffffff;
  font-size: 24px;
  font-weight: 600;

  text-shadow: 0 4px 12px rgba(0,0,0,0.6);
  z-index: 2;
}

/* ================= GLOBAL CLEANUP ================= */

/* prevent overflow issues */
body {
  overflow-x: hidden;
}

/* consistent container */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
