:root {
	--brand_color: #eaa62c;
	--brand_color_inverted: #ffffff;
	--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: Bevan;
}

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

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #eaa62c;
}

.text-action {
	color: #eaa62c;
}

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

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

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

/* SiteHeader */

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

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #f5eaca;
	color: #7c603f;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #f5eaca;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

.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: #7c603f;
	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: #7c603f;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #eaa62c;
		background-color: transparent;
		border-bottom: solid 2px #eaa62c;
	}

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

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

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



/* 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: #7c603f;
    color: #f5eaca;
}

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

.orderStatus__container {
	color: #f5eaca;
}

.orderStatus__container a {
	border-bottom-color: #ae9271;
	color: #f5eaca;
}

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

.orderStatus__mobileToggle {
	color: #f5eaca;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #ae9271;
	color: #f5eaca;
}

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

/* Logo */

.logo {
	color: #7c603f;
	font-size: 16px;
	padding: 20px;
}

.logo__img {
	max-height: 162px;
}

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

.siteFooter {
	background-color: #7c603f;
	color: #f5eaca;
}

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

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

.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: #907453;
}

.backToTopLink__container a {
	color: #FFF;
}

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

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #eaa62c !important;
	border-color: #d69218 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #c27e04 !important;
	border-color: #c27e04 !important;
	
	color: #FFF !important;
}

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

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

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

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

/*Custom Styles*/
.announcement_bar a {
    color: #FFF;
    text-decoration: underline;
}

/* HTML Form Embed Styling */

#pageWidget--286,
#pageWidget--287,
#pageWidget--288,
#pageWidget--289,
#pageWidget--290,
#pageWidget--291,
#pageWidget--292,
#pageWidget--293,
#pageWidget--294,
#pageWidget--295,
#pageWidget--315,
#pageWidget--364 {
    max-width: 600px;;
    margin: auto;
}

.btn-light {
    background-color: #f5c775;
    border: 0;
    color: #ffffff;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    background-color: #c27e04;
    border: 0;
    color: #ffffff;
}

/* CUSTOM PAGE STYLES */
.ha-guide {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 18px 60px;
  font-size: 20px;
  line-height: 1.65;
}

.ha-guide h1 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.05;
  margin: 0 0 20px;
}

.ha-guide h2 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  margin-top: 56px;
  margin-bottom: 16px;
}

.ha-guide h3 {
  font-size: 24px;
  margin-top: 0;
}

.ha-guide p {
    font-size: 20px;
}

.ha-eyebrow + h2 {
    margin-top: 0;
}

.ha-hero {
  padding: 56px 0 36px;
  border-bottom: 1px solid #ddd;
}

.ha-eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  opacity: .75;
}

.ha-lead {
  font-size: 22px;
  line-height: 1.45;
  max-width: 760px;
}

.ha-button {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #2f4f2f;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}

.ha-text-link {
  font-weight: 700;
  text-decoration: underline;
}

.ha-callout {
  margin: 42px 0;
  padding: 28px;
  border-left: 6px solid #2f4f2f;
  background: #f5f2ea;
  border-radius: 10px;
}

.ha-callout h2 {
  margin-top: 0;
}

.ha-callout-soft {
  border-left-color: #9a7b3f;
}

.ha-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: start;
}

.ha-card {
  background: #f7f7f2;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #e4e1d8;
  margin-top: 56px;
}

.ha-checklist {
  padding-left: 0;
  list-style: none;
}

.ha-checklist li {
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
}

.ha-checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.ha-guide details {
  border-top: 1px solid #ddd;
  padding: 18px 0;
}

.ha-guide details:last-of-type {
  border-bottom: 1px solid #ddd;
}

.ha-guide summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
}

.ha-final-cta {
  margin-top: 60px;
  padding: 42px;
  border-radius: 18px;
  background: #f5f2ea;
  text-align: center;
}

.ha-final-cta h2 {
  margin-top: 0;
}

.ha-feature{
    display:block;
    width:100%;
    margin:48px auto;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.ha-split{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:48px;
    align-items:center;
    margin:56px 0;
}

.ha-split img{
    width:100%;
    border-radius:16px;
}

/* ---------- Egg Testing Section ---------- */

.ha-testing{

    margin:90px 0;

}

.ha-testing-intro{

    font-size:1.35rem;
    line-height:1.6;
    margin-bottom:28px;

}

.ha-proof-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin:60px 0;

}

.ha-proof{

    background:#fff;
    border:1px solid #e7e2d7;
    border-radius:18px;
    padding:28px;
    text-align:center;
    box-shadow:0 8px 30px rgba(0,0,0,.05);

}

.ha-proof-icon{

    font-size:34px;
    margin-bottom:14px;

}

.ha-proof h3{

    font-size:1.2rem;
    margin-bottom:10px;

}

.ha-proof p{

    font-size:.95rem;
    line-height:1.6;
    margin:0;

}

.ha-testing-summary{

    background:#f8f5ef;
    border-radius:20px;
    padding:42px;
    margin:50px 0;

}

.ha-testing-summary h3{

    margin-top:0;

}

.ha-note{

    margin-top:30px;
    font-size:.95rem;
    color:#666;
    border-top:1px solid #ddd;
    padding-top:24px;

}

.ha-report-cta{

    text-align:center;
    padding:55px 30px;
    border-radius:20px;
    background:#f2efe8;

}

.ha-report-cta h3{
    margin-top:0;

}

@media(max-width:900px){

    .ha-proof-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:640px){

    .ha-proof-grid{

        grid-template-columns:1fr;

    }

}

@media(max-width:800px){

.ha-split{
grid-template-columns:1fr;
}

}

@media (max-width: 760px) {
  .ha-grid {
    grid-template-columns: 1fr;
  }

  .ha-card {
    margin-top: 0;
  }

  .ha-guide {
    font-size: 17px;
  }

  .ha-lead {
    font-size: 20px;
  }

  .ha-final-cta {
    padding: 28px 20px;
  }
}
/* ha-promo block */
.ha-inline-guide-link {
  font-weight: 700;
  color: #2f4f2f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ha-slim-guide-callout {
  margin: 36px 0 46px;
  padding: 22px 26px;
  border-radius: 14px;
  background: #f5f2ea;
  border-left: 4px solid #2f4f2f;
}

.ha-slim-guide-callout p {
  margin: 0 0 10px;
  line-height: 1.55;
}

.ha-slim-eyebrow {
  margin-bottom: 6px !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.ha-slim-guide-callout a {
  font-weight: 700;
  color: #2f4f2f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* COLLECTION PAGE STYLES */
.ha-collection-intro {
  max-width: 760px;
  margin: 0 0 34px;
  font-size: 18px;
  line-height: 1.55;
}

.ha-collection-intro p {
  margin: 0 0 10px;
}

.ha-collection-intro a,
.ha-collection-footer a {
  color: #2f4f2f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ha-collection-footer {
  max-width: 820px;
  margin: 64px 0 20px;
  font-size: 18px;
  line-height: 1.65;
}

.ha-collection-footer h2 {
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.ha-collection-footer p {
  margin: 0 0 18px;
}

.ha-eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.ha-slim-guide-callout {
  margin: 36px 0 46px;
  padding: 22px 26px;
  border-radius: 14px;
  background: #f5f2ea;
  border-left: 4px solid #2f4f2f;
}

.ha-slim-guide-callout p {
  margin: 0 0 10px;
  line-height: 1.55;
}

.ha-slim-eyebrow {
  margin-bottom: 6px !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.ha-footer-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:42px;
    align-items:center;
    margin-bottom:42px;
}

.ha-footer-photo{
    width:100%;
    display:block;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.ha-slim-guide-callout h3{
    margin:0 0 10px;
    font-size:28px;
    line-height:1.15;
}

@media(max-width:850px){

    .ha-footer-grid{
        grid-template-columns:1fr;
    }

}

@media (max-width: 760px) {
  .ha-collection-intro,
  .ha-collection-footer {
    font-size: 16px;
  }

  .ha-collection-footer h2 {
    font-size: 28px;
  }
}
