:root {
	--brand_color: #8b2f1c;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #2447e3;
}

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #8b2f1c;
	color: #FFF;
	border-color: #8b2f1c;
}

.text-brand {
	color: #8b2f1c;
}

.text-action {
	color: #b1561b;
}

.brand-inverted {
	background-color: #FFF;
	color: #8b2f1c;
	border-color: #FFF;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #bd2d2d;
	color: #3d3d3d;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #ffffff;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: transparent;
}

.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: 20px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #000000;
	background-color: #423626;
}

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

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

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

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

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

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


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

	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
				color: #787878;
			}
	
.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #9b7e2f;
    color: #ffffff;
}

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

.orderStatus__container {
	color: #ffffff;
}

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

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

.orderStatus__mobileToggle {
	color: #ffffff;
}

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

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

/* Logo */

.logo {
	color: #000000;
	font-size: 20px;
	padding: 0px;
}

.logo__img {
	max-height: 206px;
}

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

.siteFooter {
	background-color: #b1561b;
	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: #c56a2f;
}

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #8b2f1c !important;
	border-color: #771b08 !important;
	color: #FFF !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #b1561b !important;
	border-color: #9d4207 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #d97e43 !important;
	border-color: #d97e43 !important;
	
	color: #FFF !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #8b2f1c;
	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: #8b2f1c
}

/*Custom Styles*/
.tw-text-theme-action-color {
  font-family: "Lora", serif;   /* or try "Open Sans", "Roboto", etc. */
  font-size: 18px;              /* adjust for size preference */
  font-weight: 600;             /* makes it stand out */
  letter-spacing: 0.5px;        /* optional – adds a little polish */
  text-transform: uppercase;    /* optional – makes all caps */
  color: #8b2f1c !important;    /* optional – your barn red accent */
}

/* Make the logo larger on mobile */ @media (max-width: 640px) { .logo__img.logo__img--style2 { max-height: 110px !important; /* adjust as needed */ width: auto; } }

/* Hide the homepage subheading on mobile */
@media (max-width: 640px) {
  .bannerWidget__subheading {
    display: none !important;
  }
}

/* Make the homepage heading smaller on mobile */
@media (max-width: 640px) {
  .bannerWidget__heading {
    font-size: 32px !important;   /* adjust up/down */
    line-height: 1.25 !important;
  }
}

/* ❄ Snow overlay only when body has class "snowing" */
body.snowing::before,
body.snowing::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;

  /* start fully visible, allow fade */
  opacity: 1;
  transition: opacity 1s ease-out;
}

/* Front flakes – larger, brighter, varied sizes */
body.snowing::before {
  background-image:
    radial-gradient(4px 4px at 20px 20px, rgba(255,255,255,0.95) 60%, transparent 61%),
    radial-gradient(6px 6px at 80px 60px, rgba(255,255,255,0.9) 60%, transparent 61%),
    radial-gradient(5px 5px at 140px 100px, rgba(255,255,255,0.85) 60%, transparent 61%),
    radial-gradient(7px 7px at 200px 40px, rgba(255,255,255,0.95) 60%, transparent 61%);
  background-size: 240px 240px;
  background-repeat: repeat;
  animation: snowFront 16s linear infinite;
}

/* Back flakes – larger but softer + more transparent for depth */
body.snowing::after {
  background-image:
    radial-gradient(5px 5px at 40px 30px, rgba(255,255,255,0.55) 60%, transparent 61%),
    radial-gradient(7px 7px at 120px 90px, rgba(255,255,255,0.5) 60%, transparent 61%),
    radial-gradient(4px 4px at 200px 50px, rgba(255,255,255,0.4) 60%, transparent 61%);
  background-size: 300px 300px;
  background-repeat: repeat;
  animation: snowBack 32s linear infinite;
}

/* Fade-out state (JS will add .snow-hidden) */
body.snowing.snow-hidden::before,
body.snowing.snow-hidden::after {
  opacity: 0;
}

/* Falling animation */
@keyframes snowFront {
  from { background-position: 0 0; }
  to   { background-position: 0 1200px; }
}

@keyframes snowBack {
  from { background-position: 0 0; }
  to   { background-position: 0 900px; }
}
