:root {
	--brand_color: #2f455b;
	--brand_color_inverted: #ffffff;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #000000;
}

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: Roboto;
	font-size: 15px;
}

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #2f455b;
	color: #ffffff;
	border-color: #2f455b;
}

.text-brand {
	color: #2f455b;
}

.text-action {
	color: #e84d56;
}

.brand-inverted {
	background-color: #ffffff;
	color: #2f455b;
	border-color: #ffffff;
}

.action {
	background-color: #e84d56;
	color: #ffffff;
	border-color: #e84d56;
}

.action-inverted {
	background-color: #ffffff;
	color: #e84d56;
	border-color: #ffffff;
}

/* SiteHeader */

.announcement_bar {
	background-color: #ffe9e8;
	color: #ec4b43;
}

.announcement_bar a {
	color: #2f455b;
}

.siteHeader {
	background-color: #ffffff;
	color: #426484;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #ffff00;
}

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

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

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

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

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

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

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

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


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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #ededed;
    color: #373737;
}

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

.orderStatus__container {
	color: #373737;
}

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

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

.orderStatus__mobileToggle {
	color: #373737;
}

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

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

/* Logo */

.logo {
	color: #426484;
	font-size: 18px;
	padding: 23px;
}

.logo__img {
	max-height: 132px;
}

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

.siteFooter {
	background-color: #000000;
	color: #ffffff;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #141414;
}

.backToTopLink__container a {
	color: #ffffff;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #2f455b !important;
	border-color: #1b3147 !important;
	color: #ffffff !important;
}

.btn-brand-inverted {
	background-color: #ffffff;
	color: #2f455b;
	border: solid 1px #2f455b;
}

.btn-brand-inverted:hover {
	background-color: #2f455b;
	color: #ffffff;
	border: solid 1px #2f455b;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #576d83 !important;
	border-color: #576d83 !important;
		color: #ffffff !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #e84d56 !important;
	border-color: #d43942 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #c0252e !important;
	border-color: #c0252e !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #2f455b;
	color: #ffffff;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #f7f7f7 !important;
	border-color: #f7f7f7 !important;
	color: #6c6c6c;
}

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

.storeIndex__sideBarList--style2 > li > a {
	color: #6c6c6c;
	border-color: #ededed !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #6c6c6c;
	background-color: #ededed !important;
}

.storeSearch__button--style2 {
	color: #6c6c6c;
}

.banner__protocols li:before {
    color: #2f455b
}

/*Custom Styles*/
/*chatgpt testing*/

.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 7%;
}

.testimonial {
  width: 30%;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.testimonial img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.testimonial p {
  margin: 0;
  position: relative;
}

.testimonial .quote {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
}

.testimonial .quote:hover {
  /* Increase the height of the quote when hovered */
  height: 250px;
  width: 100%;
  /* Add a higher z-index to the quote to make sure it overlaps the other content */
  z-index: 1;
  /* Add a background color to the quote to fill the expanded area */
  background-color: #fff;
  /* Add a box-shadow to create the illusion of the quote being on top of the card */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
  /* Change the position of the quote to absolute so it overlaps the card */
  position: center;
  /* Make the quote fill the entire width of the card */
  left: 0;
  right: 0;
  /* Make sure the quote stays within the bounds of the card */
  padding: 20px;
  box-sizing: border-box;
  /* Set a higher line height to make sure there's enough space between lines */
  line-height: 1.5;
  -webkit-line-clamp: unset;
}

@media screen and (max-width: 767px) {
  .testimonial {
    width: 100%;
  }
}
