:root {
	--brand_color: #8f293a;
	--brand_color_inverted: #fffce1;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #8f293a;
}

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: Open Sans;
	font-size: 18px;
}

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #8f293a;
	color: #fffce1;
	border-color: #8f293a;
}

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

.text-action {
	color: #8f293a;
}

.brand-inverted {
	background-color: #fffce1;
	color: #8f293a;
	border-color: #fffce1;
}

.action {
	background-color: #8f293a;
	color: #fffce1;
	border-color: #8f293a;
}

.action-inverted {
	background-color: #fffce1;
	color: #8f293a;
	border-color: #fffce1;
}

/* SiteHeader */

.announcement_bar {
	background-color: #8f293a;
	color: #f6f4e2;
}

.announcement_bar a {
	color: #fffce1;
}

.siteHeader {
	background-color: #fffce1;
	color: #8f293a;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #000000;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

.mainNavigation__list > li > a {
	font-size: 17px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #8f293a;
	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: #8f293a;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #8f293a;
		background-color: transparent;
		border-bottom: solid 2px #8f293a;
	}

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

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

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


.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: #fffce1;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

	.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: #8f293a;
    color: #fffce1;
}

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

.orderStatus__container {
	color: #fffce1;
}

.orderStatus__container a {
	border-bottom-color: #c15b6c;
	color: #fffce1;
}

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

.orderStatus__mobileToggle {
	color: #fffce1;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #c15b6c;
	color: #fffce1;
}

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

/* Logo */

.logo {
	color: #8f293a;
	font-size: 17px;
	padding: 20px;
}

.logo__img {
	max-height: 100px;
}

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

.siteFooter {
	background-color: #8f293a;
	color: #fffce1;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #a33d4e;
}

.backToTopLink__container a {
	color: #fffce1;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #8f293a !important;
	border-color: #7b1526 !important;
	color: #fffce1 !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #8f293a !important;
	border-color: #7b1526 !important;
	color: #fffce1 !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #b75162 !important;
	border-color: #b75162 !important;
	
	color: #fffce1 !important;
}

.btn-action-inverted {
	background-color: #fffce1;
	color: #8f293a;
	border: solid 1px #8f293a;
}

.btn-action-inverted:hover {
	background-color: #8f293a;
	color: #fffce1;
	border: solid 1px #8f293a;
}

.bullet, .confirmation__step-number {
	background-color: #8f293a;
	color: #fffce1;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #fffce1 !important;
	border-color: #fffce1 !important;
	color: #8f293a;
}

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

.storeIndex__sideBarList--style2 > li > a {
	color: #8f293a;
	border-color: #f5f2d7 !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #8f293a;
	background-color: #f5f2d7 !important;
}

.storeSearch__button--style2 {
	color: #8f293a;
}

.banner__protocols li:before {
    color: #8f293a
}

/*Custom Styles*/
.productListing__unitDescription--grid {
display: none;
}

/* Add message in cart fees summary */
.cart-slider_summary::after {
    content: " <- EXCITING!";
}

#tasteprofit {
    font-size: 12px;
        color: #34b393;
    text-align: center;
    padding-bottom: 20px;
}
#tasteprofit a {
    color: #34b393;
}

#howItWorksWidget294 .howItWorksWidget__step:first-of-type .bullet {
    background-color: transparent !important;
    box-sizing: content-box !important;
    height: 150px !important;
    width: 150px !important;
    background-image: url(https://s3.amazonaws.com/grazecart/dutchmeadowsfarm/images/1697731246_653152ae2b932.png) !important;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    object-fit: contain !important;
}
#howItWorksWidget294 .howItWorksWidget__step:nth-of-type(2) .bullet {
    background-color: transparent !important;
    box-sizing: content-box !important;
    height: 150px !important;
    width: 150px !important;
    background-image: url(https://s3.amazonaws.com/grazecart/dutchmeadowsfarm/images/1697731245_653152ad941a1.png) !important;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    object-fit: contain !important;
}
#howItWorksWidget294 .howItWorksWidget__step:last-of-type .bullet {
    background-color: transparent !important;
    box-sizing: content-box !important;
    height: 150px !important;
    width: 150px !important;
    background-image: url(https://s3.amazonaws.com/grazecart/dutchmeadowsfarm/images/1697731245_653152adb31c0.png) !important;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    object-fit: contain !important;
}
.howItWorksWidget--294 i {
    opacity: 0;
}
#howItWorksWidget294 .howItWorksWidget__step {
    background-color:#fff!important;
    border-width:2px!important;
    border-radius:5px!important;
}
