:root {
	--brand_color: #728175;
	--brand_color_inverted: #f1efed;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #ee522a;
}

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #728175;
	color: #f1efed;
	border-color: #728175;
}

.text-brand {
	color: #728175;
}

.text-action {
	color: #ee522a;
}

.brand-inverted {
	background-color: #f1efed;
	color: #728175;
	border-color: #f1efed;
}

.action {
	background-color: #ee522a;
	color: #f1efed;
	border-color: #ee522a;
}

.action-inverted {
	background-color: #f1efed;
	color: #ee522a;
	border-color: #f1efed;
}

/* SiteHeader */

.announcement_bar {
	background-color: #f5dcdc;
	color: #c90000;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #f1efed;
	color: #1c1a1b;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f1efed;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

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


.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: #3d3d3d;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f1efed;
    color: #728175;
}

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

.orderStatus__container {
	color: #728175;
}

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

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

.orderStatus__mobileToggle {
	color: #728175;
}

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

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

/* Logo */

.logo {
	color: #1c1a1b;
	font-size: 16px;
	padding: 20px;
}

.logo__img {
	max-height: 78px;
}

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

.siteFooter {
	background-color: #728175;
	color: #f1efed;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #869589;
}

.backToTopLink__container a {
	color: #f1efed;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #728175 !important;
	border-color: #5e6d61 !important;
	color: #f1efed !important;
}

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

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



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #9aa99d !important;
	border-color: #9aa99d !important;
		color: #f1efed !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #ee522a !important;
	border-color: #da3e16 !important;
	color: #f1efed !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #ff7a52 !important;
	border-color: #ff7a52 !important;
	
	color: #f1efed !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #728175;
	color: #f1efed;
}

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

/*Custom Styles*/
/* Set the entire website's background color */
body {
  background-color: #f1efed; /* Light beige background */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  /*font-family: 'Open Sans', sans-serif; /* Ensure consistent font style */
}
/* Change the background color of the blog listing container */
.tw-bg-white {
    background-color: #f1efed !important; /* Change the background to the desired color */
}

/* Adjust spacing for better alignment */
.blog__grid {
    gap: 30px; /* Adjust gap between blog cards if needed */
}

/* Optional: Style individual blog post cards */
.blog__gridPost {
    background-color: #ffffff; /* Optional: Keep individual posts white for contrast */
    border-radius: 10px; /* Optional: Add rounded corners to the cards */
    padding: 10px; /* Optional: Add padding inside each card */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add subtle shadow for depth */
}

/* Change the background color of each blog post listing */
.blog__gridPost {
    background-color: #f8f6f4; /* Slightly lighter shade than #f1efed */
    border-radius: 10px; /* Optional: Add rounded corners */
    padding: 20px; /* Optional: Add some padding inside each post */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow for better visibility */
    transition: background-color 0.3s ease; /* Optional: Smooth transition for hover effect */
}

/* Add a hover effect for better interactivity */
.blog__gridPost:hover {
    background-color: #f1efed; /* Return to original site background color on hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* Enhance shadow on hover */
}

@media only screen and (max-width: 768px) {
    .logo--style2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo__container--style2 {
        text-align: center;
        margin: 0 auto;
    }

    .logo__img--style2 {
        display: block;
        margin: 0 auto;
    }
}

.footerAccreditation {
    background-color: #f1efed;
}

.footerAccreditation .accreditation {
    color: #728175 !important;
}

.footerAccreditation .accreditation a {
    color: #728175 !important;
    text-decoration: none; /* Optional: Remove underline for the link */
}
