: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; }
}

@media (max-width: 700px) {
  /* Slim images ONLY inside widgets 58 and 136 */
  .photoGridWidget__listItemContainer[data-widget="58"] .photoGridWidget__listImage,
  .photoGridWidget__listItemContainer[data-widget="136"] .photoGridWidget__listImage {
    height: 140px;          /* adjust as needed */
    object-fit: cover;
    width: 100%;
    border-radius: 8px;      /* optional but looks clean */
  }

  /* Optional: tighten spacing */
  .photoGridWidget__listItemContainer[data-widget="58"],
  .photoGridWidget__listItemContainer[data-widget="136"] {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 701px) {
  .bannerWidget {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
}

/* =============== TESTIMONIAL GRID LAYOUT =============== */
.testimonialsWidget--60 .testimonialsWidget__testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.testimonialsWidget--60 .testimonialsWidget__testimonial {
  flex: 1 1 260px;          /* responsive cards */
  display: flex;
  flex-direction: column;
  margin: 0;
}

/* Let the quote area stretch, keep attribution at bottom */
.testimonialsWidget--60 .testimonial__bodyContainer {
  flex: 1;
}

.testimonialsWidget--60 .testimonial__body {
  position: relative;
  max-height: 7.5em;        /* controls “preview” height (about 4–5 lines) */
  overflow: hidden;
  line-height: 1.4;
  font-size: 1rem;
}

/* Fade-out at bottom of truncated text */
.testimonialsWidget--60 .testimonial__body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.2em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

/* Card click hint */
.testimonialsWidget--60 .testimonialsWidget__testimonial {
  cursor: pointer;
}

.testimonialsWidget--60 .testimonialsWidget__testimonial::after {
  content: "Tap to read full story";
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  opacity: 0.7;
}

/* Make sure image + name stay together at bottom */
.testimonialsWidget--60 .testimonialAttribution {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

/* =============== MODAL STYLES =============== */
#jcm-testimonial-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 9998;
}

#jcm-testimonial-modal {
  position: fixed;
  inset: 10vh 1.25rem auto;
  max-width: 620px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem 1.5rem 1.5rem;
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
  display: none;
  z-index: 9999;
}

#jcm-testimonial-modal-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

#jcm-testimonial-modal-photo {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
}

#jcm-testimonial-modal-name {
  font-weight: 600;
  font-size: 0.95rem;
}

#jcm-testimonial-modal-body {
  font-size: 0.95rem;
  line-height: 1.5;
  white-space: pre-wrap;  /* keep line breaks from your text */
}

#jcm-testimonial-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: none;
  font-size: 1.4rem;
  cursor: pointer;
}

/* Slightly tighter on phones */
@media (max-width: 700px) {
  #jcm-testimonial-modal {
    inset: 8vh 0.75rem auto;
    padding: 1rem 1.1rem 1.2rem;
  }
}
