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

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

body, p, label, .paragraph {
	font-family: Arima Madurai;
	font-size: 17px;
}

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #000000;
	color: #e0c501;
	border-color: #000000;
}

.text-brand {
	color: #000000;
}

.text-action {
	color: #000000;
}

.brand-inverted {
	background-color: #e0c501;
	color: #000000;
	border-color: #e0c501;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #dcc101;
	color: #000000;
}

.announcement_bar a {
	color: #000000;
}

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

.siteHeader__container {
	max-width: 100%;
}

/* MainNavigation */

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

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

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

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

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


.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: 100%;
}

	.auxiliaryMenu > li > a {
		color: #e9ca3a;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #e5e5da;
    color: #000000;
}

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

.orderStatus__container {
	color: #000000;
}

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

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

.orderStatus__mobileToggle {
	color: #000000;
}

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

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

/* Logo */

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

.logo__img {
	max-height: 233px;
}

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

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

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #e0c501 !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #282828 !important;
	border-color: #282828 !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #000000;
	color: #e0c501;
}

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

/*Custom Styles*/
/* =========================================================
   Love Less Sugar — CLEAN HEADER CSS (Desktop + Mobile)
   ========================================================= */

/* ---------- Global spacing knobs ---------- */
:root{
  --lls-pad-m: 16px;     /* mobile header L/R padding */
  --lls-pad-d: 96px;     /* desktop header L/R padding (80–128 ok) */
  --lls-mobile-logo: 128px;  /* mobile logo height you prefer (90–110 ok) */
  --lls-mobile-nav-top: 30px; /* vertical offset for the mobile icon row */
  --lls-mobile-bottom-pad: 12px; /* bottom padding under header on mobile */
}

/* ========================= DESKTOP (>=1024px) ========================= */
@media (min-width:1024px){

  /* Header gutter + slim top lane for Sign In / Create Account */
  .siteHeader__container.siteHeader__container--style2{
    box-sizing: border-box !important;
    padding-left: var(--lls-pad-d) !important;
    padding-right: var(--lls-pad-d) !important;
    padding-top: 14px !important;     /* room for auth links */
    position: relative !important;
  }

  /* Center main nav */
  #mainNavigation .mainNavigation__list{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 28px !important;
    position: static !important;      /* lets auth links anchor to header */
  }

  /* Top-right auth links (Sign In, Create Account) */
  .siteHeader__container.siteHeader__container--style2
  #mainNavigation .mainNavigation__list > li:nth-last-child(2),   /* Sign In */
  .siteHeader__container.siteHeader__container--style2
  #mainNavigation .mainNavigation__list > li:last-child{           /* Create Account */
    position: absolute !important;
    top: 6px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    z-index: 20 !important;
  }
  .siteHeader__container.siteHeader__container--style2
  #mainNavigation .mainNavigation__list > li:last-child{ right: 110px !important; }  /* Create Account */
  .siteHeader__container.siteHeader__container--style2
  #mainNavigation .mainNavigation__list > li:nth-last-child(2){ right: 255px !important; } /* Sign In */

  /* Auth link typography */
  .siteHeader__container.siteHeader__container--style2
  #mainNavigation .mainNavigation__list > li:nth-last-child(2) > a,
  .siteHeader__container.siteHeader__container--style2
  #mainNavigation .mainNavigation__list > li:last-child > a{
    font-size: 16px !important;  /* 15–17px if you like */
    line-height: 1.1 !important;
    font-weight: 500 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }
  /* Neutralize CTA pill if present */
  .siteHeader__container.siteHeader__container--style2
  #mainNavigation .mainNavigation__list > li:last-child > a.cta{
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
  }

  /* Remove beige "Sign In or Create Account" bar under header */
  .orderStatusBar{ display: none !important; height: 0 !important; padding: 0 !important; margin: 0 !important; border: 0 !important; }
}

/* ========================= MOBILE (<=768px) ========================= */
@media (max-width:768px){

  /* Header: revert to simple block layout, control only padding */
  .siteHeader__container.siteHeader__container--style2{
    position: relative !important;
    display: block !important;
    padding: 10px var(--lls-pad-m) var(--lls-mobile-bottom-pad) !important; /* top, sides, bottom */
    min-height: auto !important;
  }

  /* BIGGER logo (use real height, no scaling) */
  .logo.logo--style2,
  .logo__container.logo__container--style2{
    display: flex !important;
    align-items: center !important;
    height: var(--lls-mobile-logo) !important;
    min-height: var(--lls-mobile-logo) !important;
  }
  .logo.logo--style2 a{ display: flex !important; align-items: center !important; height: 100% !important; }
  .logo.logo--style2 img,
  .logo__img.logo__img--style2,
  .logo__container.logo__container--style2 img{
    height: 100% !important;           /* fills the lane */
    max-height: none !important;
    width: auto !important;
    display: block !important;
    line-height: 0 !important;
    transform: none !important;
  }

  /* Use the real mobile icon row you have: <ul class="mobileNav"> */
  ul.mobileNav{
    position: absolute !important;     /* same row as logo */
    top: var(--lls-mobile-nav-top) !important;   /* you liked 22px */
    right: 16px !important;
    left: auto !important;
    z-index: 50 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 16px !important;

    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    white-space: nowrap !important;
  }
  ul.mobileNav a{ font-size: 17px !important; white-space: nowrap !important; }
  ul.mobileNav i{ font-size: 26px !important; line-height: 1 !important; }

  /* Hide duplicate hamburger inside the logo block (keep the right one) */
  .logo .siteHeader__mobileToggle{ display: none !important; }

  /* Hide desktop-style word nav on mobile (Shop Now / About Us / etc.) */
  #mainNavigation, .mainNavigation, .mainNavigation__list{ display: none !important; }

  /* Hide stray header titles like "Start Shopping" if theme outputs them */
  .siteHeader__container--style2 .pageTitle,
  .siteHeader__container--style2 .headerTitle,
  .siteHeader__container--style2 .page-title,
  .siteHeader__container--style2 .storeTitle,
  .siteHeader__container--style2 .pageHeading{ display: none !important; }
}

/* ========================= TABLET (769–1023px) ========================= */
@media (min-width:769px) and (max-width:1023px){
  .siteHeader__container.siteHeader__container--style2{
    position: relative !important;
    display: block !important;
    padding: 12px var(--lls-pad-m) var(--lls-mobile-bottom-pad) !important;
  }
  .logo.logo--style2, .logo__container.logo__container--style2{
    height: calc(var(--lls-mobile-logo) + 8px) !important; min-height: calc(var(--lls-mobile-logo) + 8px) !important;
  }
  .logo.logo--style2 img, .logo__img.logo__img--style2{ height: 100% !important; max-height: none !important; width: auto !important; }
  ul.mobileNav{ top: calc(var(--lls-mobile-nav-top) + 2px) !important; right: 20px !important; gap: 18px !important; }
}
