:root {
	--brand_color: #294674;
	--brand_color_inverted: #ccbd7e;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #294674;
}

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #294674;
	color: #ccbd7e;
	border-color: #294674;
}

.text-brand {
	color: #294674;
}

.text-action {
	color: #ccbd7e;
}

.brand-inverted {
	background-color: #ccbd7e;
	color: #294674;
	border-color: #ccbd7e;
}

.action {
	background-color: #ccbd7e;
	color: #294674;
	border-color: #ccbd7e;
}

.action-inverted {
	background-color: #294674;
	color: #ccbd7e;
	border-color: #294674;
}

/* SiteHeader */

.announcement_bar {
	background-color: #ccbd7e;
	color: #294674;
}

.announcement_bar a {
	color: transparent;
}

.siteHeader {
	background-color: #294674;
	color: #ccbd7e;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #f5f5f5;
}

.siteHeader__container {
	max-width: 100%;
}

/* MainNavigation */

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

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

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

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

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


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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f5f5f5;
    color: #a2a2a2;
}

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

.orderStatus__container {
	color: #a2a2a2;
}

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

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

.orderStatus__mobileToggle {
	color: #a2a2a2;
}

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

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

/* Logo */

.logo {
	color: #ccbd7e;
	font-size: 16px;
	padding: 30px;
}

.logo__img {
	max-height: 77px;
}

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

.siteFooter {
	background-color: #294674;
	color: #ccbd7e;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #3d5a88;
}

.backToTopLink__container a {
	color: #ccbd7e;
}

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

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

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



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #516e9c !important;
	border-color: #516e9c !important;
		color: #ccbd7e !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #ccbd7e !important;
	border-color: #b8a96a !important;
	color: #294674 !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #a49556 !important;
	border-color: #a49556 !important;
	
	color: #294674 !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #294674;
	color: #ccbd7e;
}

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

/*Custom Styles*/
/* --- FONT SETUP --- */

/* Steelworks Vintage for main header */
@font-face {
  font-family: 'Steelworks Vintage';
  src: url('https://jrvoncannon.github.io/CJM/Steelworks-Vintage.woff') format('woff');
}

/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf') format('truetype');
}

/* Roboto Light */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf') format('truetype');
}

/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf') format('truetype');
}

/* --- FONT USAGE --- */

/* Default font for all general text */
body, p, h3, h4, h5, h6, li, a, span, div {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; /* Regular */
}

/* h1 and h2 headings — bold */
h1, h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/* Homepage main header only — Steelworks Vintage */
.bannerWidget__heading {
  font-family: 'Steelworks Vintage', sans-serif !important;
}

/* Accent / caption text */
.caption, .small-text, .note, .footer-text {
  font-weight: 300; /* Light */
}

/* Buttons — bold text for clear CTAs */
button, .btn, .button {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/* --- SECTION SPACING --- */

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
