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

/* =========================================
   RAW MILK LANDING PAGE
   Reuses the Hobby Ag food-guide system
   ========================================= */

.ha-milk-page {
  --ha-green: #2f5736;
  --ha-green-dark: #24442a;
  --ha-cream: #f5f1e7;
  --ha-cream-soft: #faf8f2;
  --ha-border: #e5dfd2;
  --ha-text-soft: #62645f;
}

.ha-milk-page section {
  margin-block: 88px;
}

.ha-milk-page figure {
  margin: 0;
}

.ha-milk-page figcaption {
  margin-top: 10px;
  font-size: .84rem;
  line-height: 1.45;
  color: var(--ha-text-soft);
}

/* Hero */

.ha-milk-hero {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 56px;
  align-items: center;
  margin-top: 40px !important;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--ha-border);
}

.ha-milk-hero h1 {
  max-width: 720px;
}

.ha-milk-hero__content .ha-lead {
  max-width: 650px;
}

.ha-milk-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(42, 39, 31, .13);
}

.ha-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 26px;
}

.ha-secondary-link {
  color: var(--ha-green-dark) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Trust row */

.ha-milk-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 0 !important;
  overflow: hidden;
  border: 1px solid var(--ha-border);
  border-radius: 18px;
  background: var(--ha-border);
}

.ha-milk-trust > div {
  padding: 24px 20px;
  background: var(--ha-cream-soft);
}

.ha-milk-trust strong,
.ha-milk-trust span {
  display: block;
}

.ha-milk-trust strong {
  margin-bottom: 5px;
  color: var(--ha-green-dark);
  font-size: 1rem;
}

.ha-milk-trust span {
  font-size: .88rem;
  line-height: 1.45;
  color: var(--ha-text-soft);
}

/* Product intro */

.ha-product-intro {
  max-width: 720px;
  margin-top: 72px !important;
  margin-bottom: 30px !important;
}

.ha-product-intro h2 {
  margin-top: 0;
}

/* Partner story */

.ha-milk-partner {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 52px;
  align-items: center;
}

.ha-milk-partner__photo img {
  display: block;
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(42, 39, 31, .11);
}

.ha-pullquote {
  margin: 34px 0 0;
  padding: 22px 0 22px 26px;
  border-left: 5px solid var(--ha-green);
  color: var(--ha-green-dark);
  font-family: inherit;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;
}

/* Standard section headings */

.ha-section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

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

/* Process cards */

.ha-process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.ha-process-card {
  overflow: hidden;
  border: 1px solid var(--ha-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(42, 39, 31, .06);
}

.ha-process-card img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.ha-process-card__body {
  position: relative;
  padding: 28px;
}

.ha-process-card__body h3 {
  margin: 0 0 10px;
}

.ha-process-card__body p {
  margin-bottom: 0;
}

.ha-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--ha-cream);
  color: var(--ha-green-dark);
  font-size: .82rem;
  font-weight: 800;
}

/* Standards */

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

.ha-checklist--two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.ha-milk-note {
  margin-top: 0;
  background: var(--ha-cream-soft);
}

.ha-milk-note .ha-eyebrow {
  margin-bottom: 8px !important;
}

.ha-milk-note h3 {
  margin-top: 0;
}

/* Ordering steps */

.ha-ordering {
  padding: 52px;
  border-radius: 24px;
  background: var(--ha-cream);
}

.ha-ordering-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ha-ordering-grid article {
  padding-right: 24px;
  border-right: 1px solid rgba(47, 87, 54, .18);
}

.ha-ordering-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.ha-ordering-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--ha-green);
  color: #fff;
  font-weight: 800;
}

.ha-ordering-grid h3 {
  margin: 0 0 10px;
}

.ha-centered-action {
  margin-top: 36px;
  text-align: center;
}

/* FAQ */

.ha-faq {
  max-width: 820px;
  margin-inline: auto;
}

/* Mobile */

@media (max-width: 900px) {
  .ha-milk-page section {
    margin-block: 70px;
  }

  .ha-milk-hero,
  .ha-milk-partner,
  .ha-milk-standards {
    grid-template-columns: 1fr;
  }

  .ha-milk-hero {
    gap: 34px;
  }

  .ha-milk-hero__media img {
    aspect-ratio: 4 / 3;
  }

  .ha-milk-trust {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .ha-ordering-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ha-ordering-grid article {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(47, 87, 54, .18);
  }

  .ha-ordering-grid article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.ha-product-reassurance {
  max-width: 720px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  color: #666;
}

.ha-milk-final-cta {
  max-width: 820px;
  margin: 72px auto 30px;
}

.ha-product-intro {
  margin-top: 54px !important;
  margin-bottom: 22px !important;
}

.ha-milk-trust {
  margin-bottom: 48px !important;
}

@media (max-width: 640px) {
  .ha-milk-page {
    padding-inline: 24px;
  }

  .ha-milk-page section {
    margin-block: 58px;
  }

  .ha-milk-hero {
    margin-top: 20px !important;
    padding-bottom: 46px;
  }

  .ha-milk-hero__media img {
    aspect-ratio: 1 / 1;
  }

  .ha-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .ha-milk-trust > div {
    padding: 20px;
  }

  .ha-milk-partner__photo img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ha-process-card img {
    height: 250px;
  }

  .ha-process-card__body {
    padding: 24px;
  }

  .ha-checklist--two-column {
    grid-template-columns: 1fr;
  }

  .ha-ordering {
    padding: 32px 24px;
    border-radius: 18px;
  }
}
