:root {
	--brand_color: #19191b;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: var(--brand_color);
}

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #19191b;
	color: #FFF;
	border-color: #19191b;
}

.text-brand {
	color: #19191b;
}

.text-action {
	color: #c72427;
}

.brand-inverted {
	background-color: #FFF;
	color: #19191b;
	border-color: #FFF;
}

.action {
	background-color: #c72427;
	color: #FFF;
	border-color: #c72427;
}

.action-inverted {
	background-color: #FFF;
	color: #c72427;
	border-color: #FFF;
}

/* SiteHeader */

.announcement_bar {
	background-color: #f8c2c5;
	color: #19191b;
}

.announcement_bar a {
	color: #c72427;
}

.siteHeader {
	background-color: #ffffff;
	color: #3d3d3d;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
}

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

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

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

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

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



/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: #ffffff;
		border-bottom-color: transparent
	}

.auxiliaryMenu {
	max-width: 1366px;
}

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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f2f2f4;
    color: #97979e;
}

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

.orderStatus__container {
	color: #97979e;
}

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

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

.orderStatus__mobileToggle {
	color: #97979e;
}

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

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

/* Logo */

.logo {
	color: #3d3d3d;
	font-size: 16px;
	padding: 15px;
}

.logo__img {
	max-height: 79px;
}

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

.siteFooter {
	background-color: #5c6150;
	color: #000000;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #707564;
}

.backToTopLink__container a {
	color: #000000;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #19191b !important;
	border-color: #050507 !important;
	color: #FFF !important;
}

.btn-brand-inverted {
	background-color: #FFF;
	color: #19191b;
	border: solid 1px #19191b;
}

.btn-brand-inverted:hover {
	background-color: #19191b;
	color: #FFF;
	border: solid 1px #19191b;
}



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

.btn-danger, .btn-action, .cta {
	background-color: #c72427 !important;
	border-color: #b31013 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #ef4c4f !important;
	border-color: #ef4c4f !important;
	
	color: #FFF !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #19191b;
	color: #FFF;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #f37452 !important;
	border-color: #f37452 !important;
	color: #ffffff;
}

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

.storeIndex__sideBarList--style2 > li > a {
	color: #ffffff;
	border-color: #e96a48 !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #ffffff;
	background-color: #e96a48 !important;
}

.storeSearch__button--style2 {
	color: #ffffff;
}

.banner__protocols li:before {
    color: #19191b
}

/*Custom Styles*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Lato:wght@300;400;500;600&display=swap');

body {
    font-family: 'Lato', sans-serif !important;
    background-color: #F7F4EF !important;
    color: #3A2E24 !important;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Playfair Display', serif !important;
    color: #4A3728 !important;
}

p, li, span, a, td, th, label, input, textarea, select {
    font-family: 'Lato', sans-serif !important;
}

a {
    color: #6B5344;
    transition: color 0.2s ease;
}

a:hover {
    color: #4A3728;
}

header,
.header,
[class*="header"] {
    background-color: #F7F4EF !important;
    border-bottom: 1px solid rgba(200, 188, 174, 0.4) !important;
}

header a,
.header a,
nav a {
    font-family: 'Lato', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #6B5E54 !important;
    font-weight: 500 !important;
}

header a:hover,
.header a:hover,
nav a:hover {
    color: #4A3728 !important;
}

.logo__img {
    max-height: 70px;
}

[class*="announcement"],
.announcement-bar {
    background-color: #5C6150 !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
}

[class*="announcement"] a {
    color: #fff !important;
    text-decoration: underline !important;
}

button,
.btn,
[class*="btn"],
input[type="submit"],
a.btn,
[class*="button"],
.add-to-cart,
[class*="addToCart"],
[class*="add-to-cart"] {
    background-color: #7A8060 !important;
    color: #FDFCFA !important;
    border: none !important;
    border-radius: 2px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    padding: 12px 28px !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
    cursor: pointer;
}

button:hover,
.btn:hover,
[class*="btn"]:hover,
input[type="submit"]:hover,
a.btn:hover,
[class*="button"]:hover {
    background-color: #5E6348 !important;
    transform: translateY(-1px);
}

.btn-secondary,
.btn-outline,
[class*="btn-outline"],
[class*="btn-secondary"] {
    background-color: transparent !important;
    color: #7A8060 !important;
    border: 1.5px solid #7A8060 !important;
}

.btn-secondary:hover,
.btn-outline:hover,
[class*="btn-outline"]:hover,
[class*="btn-secondary"]:hover {
    background-color: #7A8060 !important;
    color: #FDFCFA !important;
}

[class*="hero"],
[class*="banner"],
[class*="jumbotron"],
.pageWidget--hero {
    background-color: #F7F4EF !important;
    text-align: center !important;
}

[class*="hero"] h1,
[class*="banner"] h1 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
    color: #4A3728 !important;
    letter-spacing: -0.5px !important;
}

[class*="hero"] h3,
[class*="hero"] p,
[class*="banner"] h3,
[class*="banner"] p {
    font-family: 'Playfair Display', serif !important;
    color: #6B5E54 !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

section:nth-child(even),
[class*="pageWidget"]:nth-child(even) {
    background-color: #FDFCFA;
}

section:nth-child(odd),
[class*="pageWidget"]:nth-child(odd) {
    background-color: #F7F4EF;
}

section h2,
[class*="pageWidget"] h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    color: #4A3728 !important;
    margin-bottom: 16px !important;
}

section h3,
[class*="pageWidget"] h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #4A3728 !important;
}

section p,
[class*="pageWidget"] p,
.tw-prose p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #6B5E54 !important;
}

section,
[class*="pageWidget"] {
    border-bottom: 1px solid rgba(200, 188, 174, 0.3);
}

.tw-prose {
    max-width: 700px;
    margin: 0 auto;
}

[class*="product-card"],
[class*="productCard"],
[class*="ProductCard"],
.product-card {
    background: #FDFCFA !important;
    border: 1px solid rgba(200, 188, 174, 0.25) !important;
    border-radius: 4px !important;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

[class*="product-card"]:hover,
[class*="productCard"]:hover,
[class*="ProductCard"]:hover,
.product-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(58, 46, 36, 0.08) !important;
}

[class*="product-card"] h3,
[class*="productCard"] h3,
[class*="ProductCard"] h3,
.product-card h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #4A3728 !important;
}

[class*="product-card"] [class*="price"],
[class*="productCard"] [class*="price"],
.product-card .price {
    font-size: 14px !important;
    color: #6B5E54 !important;
}

[class*="store"] h1,
[class*="Store"] h1,
[class*="collection"] h1 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 500 !important;
    color: #4A3728 !important;
}

.locationPage__header {
    display: grid;
    gap: 15px;
    max-width: 750px;
}

.locationPage__address {
    font-size: 20px;
    font-weight: 500;
    color: #6B5E54 !important;
}

.h4 {
    font-size: 20px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 500;
    color: #4A3728 !important;
}

footer,
.footer,
[class*="footer"] {
    background-color: #F7F4EF !important;
    color: #3A2E24 !important;
    border-top: 1px solid rgba(200, 188, 174, 0.4) !important;
}

footer h2,
footer h3,
footer h4,
footer h5,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
[class*="footer"] h2,
[class*="footer"] h3,
[class*="footer"] h4,
[class*="footer"] h5 {
    font-family: 'Playfair Display', serif !important;
    color: #4A3728 !important;
}

footer p,
footer span,
footer li,
.footer p,
.footer span,
.footer li,
[class*="footer"] p,
[class*="footer"] span,
[class*="footer"] li {
    color: #6B5E54 !important;
}

footer a,
.footer a,
[class*="footer"] a {
    color: #6B5344 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

footer a:hover,
.footer a:hover,
[class*="footer"] a:hover {
    color: #4A3728 !important;
}

footer #mc_embed_signup,
.footer #mc_embed_signup,
[class*="footer"] #mc_embed_signup {
    max-width: 400px !important;
}

footer input[type="email"],
.footer input[type="email"],
[class*="footer"] input[type="email"],
footer input[type="text"],
.footer input[type="text"] {
    background-color: #FDFCFA !important;
    border: 1px solid #C8BCAE !important;
    color: #3A2E24 !important;
    border-radius: 2px !important;
    padding: 10px 14px !important;
    font-family: 'Lato', sans-serif !important;
}

footer input[type="email"]::placeholder,
footer input[type="text"]::placeholder {
    color: #6B5E54 !important;
}

footer [class*="grazecart"],
[class*="powered-by"] {
    opacity: 0.5;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
    border: 1px solid #C8BCAE !important;
    border-radius: 2px !important;
    padding: 10px 14px !important;
    font-family: 'Lato', sans-serif !important;
    background-color: #FDFCFA !important;
    color: #3A2E24 !important;
    transition: border-color 0.2s ease !important;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #7A8060 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(122, 128, 96, 0.15) !important;
}

[class*="pageWidget"] img,
section img {
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .logo__img {
        max-height: 120px;
    }
    [class*="hero"] h1,
    [class*="banner"] h1 {
        font-size: 36px !important;
    }
    section h2,
    [class*="pageWidget"] h2 {
        font-size: 26px !important;
    }
    footer #mc_embed_signup,
    #mc_embed_signup {
        max-width: 100% !important;
        padding: 0 16px !important;
    }
}

@media only screen and (max-width: 480px) {
    .logo__img {
        max-height: 150px;
    }
    #mc_embed_signup {
        max-width: 400px !important;
    }
    button,
    .btn,
    [class*="btn"],
    input[type="submit"] {
        padding: 10px 20px !important;
        font-size: 11px !important;
    }
}
