/** Shopify CDN: Minification failed

Line 1003:2 Expected ":"
Line 1012:2 Expected ":"
Line 1018:2 Expected ":"
Line 1022:2 Expected ":"
Line 1026:2 Expected ":"
Line 1044:2 Expected ":"
Line 1048:2 Expected ":"
Line 1055:2 Expected ":"
Line 1064:2 Expected ":"
Line 1071:2 Expected ":"
... and 3 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



html, body {
	font-size: 15px;
    font-family: "Montserrat", sans-serif;
	color: #000000;
	height: 100%;
	margin: 0;
  padding: 0;
  padding-top: 0px;
}

h1, h2 {
	color: #000000;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "thirsty-script", sans-serif;
	color: #000000;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #877d73; text-decoration: none; font-weight: 600; }
a:visited {color: #877d73; text-decoration: none; font-weight: 600; }
a:hover {color: #a3ad94; text-decoration: none; font-weight: 600; }
a:active {color: #877d73; text-decoration: none; font-weight: 600; }






.logoleft {
	width: 200px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float:left;
}


.logoright {
	width: 930px;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 32px;
	font-family: "thirsty-script", sans-serif;
	color: #a3ad94;
	font-weight: 400;
	text-align: right;
	float:left;
}
.iconwhitebglinks {
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-bottom: 30px;
}

.iconwhitebglinks a {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	text-decoration: none;
	transition: background-color 0.4s ease;
}

.iconwhitebglinks img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;

	transition: filter 0.4s ease;
}

/* HOVER */
.iconwhitebglinks a:hover {
	background-color: #a3ad94;
}

/* Turn icon white on hover */
.iconwhitebglinks a:hover img {
	filter: brightness(0) invert(1);
}

.searchfieldfloat {
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float:left;
}










.headerbg {
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 600px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.olivegreenbar {
	background-color: #a3ad94;
	width: 100%;
	height: auto;
	padding: 12px 0;
	font-size: 28px;
	line-height: 32px;
	font-family: "thirsty-script", sans-serif;
	color: #ffffff;
	font-weight: 400;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: center;
}

.olivegreenbar img {
	width: 30px;
	height: 28px;
	display: block;
	flex-shrink: 0;
}

@media (max-width: 700px) {
	.olivegreenbar {
		flex-direction: column;
		gap: 8px;
		padding: 15px 20px;
		box-sizing: border-box;
	}

	.olivegreenbar span,
	.olivegreenbar img {
		margin: 0 auto;
	}
}




.bodytext {
	width: 1150px;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}


.bodyctext {
	width: 1150px;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}



.bodycenteredtext {
	width: 1150px;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}




.pagetitle1 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #acb79d;
	text-align: center;
	text-transform: uppercase;
}



.pagetitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 42px;
	line-height: 50px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	color: #93867c;
	text-align: center;
}



.pagewtitle1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}



.pagewtitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 42px;
	line-height: 50px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}


.pagegtitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 42px;
	line-height: 50px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	color: #a3ad94;
	text-align: center;
}

.pagewsmtitle {
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 26px;
	line-height: 30px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}

.pagebottomsmtitle {
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	text-align: center;
}


.pagebottomgreensmtitle {
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	text-align: center;
	color: #a3ad94;
}


.producttitle1 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #877d73;
	text-align: left;
}

.producttitle2 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #877d73;
	text-align: left;
	text-transform: uppercase;
}





.product-thumb-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	width: 100%;
	align-items: stretch;
	margin-top: 25px;
}


/* PRODUCT CARD */

.product-thumb-white-bg {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;

	font-size: 20px;
	line-height: 24px;
	font-family: "Montserrat", sans-serif;
	color: #877d73;
	font-weight: 400;
	text-align: center;

	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	align-items: stretch;

	min-width: 0;
}


/* IDENTICAL IMAGE AREA */

.product-image-area {
	width: 100%;
	height: 350px;

	display: flex;
	align-items: center;
	justify-content: center;

	box-sizing: border-box;
}


/* ONLY THE MAIN PRODUCT IMAGE */

.product-main-image {
	display: block;

	width: auto;
	height: auto;

	max-width: 85%;
	max-height: 320px;

	object-fit: contain;

	margin: 0 auto;
}


/* PRODUCT TEXT */

.product-info {
	width: 100%;
	text-align: center;

	display: flex;
	flex-direction: column;
	align-items: center;

	gap: 5px;
}

.product-info b {
	display: block;
	font-weight: 500;
}

.product-info span {
	display: block;
}


/* =========================
   HOVER ICONS
========================= */

.product-hover-icons {
	position: absolute;
	top: 12px;
	right: 12px;

	display: flex;
	flex-direction: column;
	gap: 6px;

	opacity: 0;
	visibility: hidden;

	transition: opacity 0.35s ease,
				visibility 0.35s ease;

	z-index: 5;
}


/* SHOW ICONS WHEN ENTIRE CARD IS HOVERED */

.product-thumb-white-bg:hover .product-hover-icons {
	opacity: 1;
	visibility: visible;
}


.iconbeigeglinks {
	margin: 0;
	padding: 0;
}


.iconbeigeglinks a,
.iconbeigeglinks button {
	width: 40px;
	height: 40px;

	background-color: #f0efee;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	text-decoration: none;

	transition: background-color 0.4s ease;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}


.iconbeigeglinks img {
	display: block;

	width: 22px;
	height: 22px;

	object-fit: contain;

	margin: 0;
	padding: 0;

	transition: filter 0.4s ease;
}


.iconbeigeglinks a:hover,
.iconbeigeglinks button:hover {
	background-color: #a3ad94;
}


.iconbeigeglinks a:hover img,
.iconbeigeglinks button:hover img {
	filter: brightness(0) invert(1);
}



/* =========================
   ADD TO BAG AREA
========================= */

/*
Reserving this area keeps every white
product card the exact same height.
*/

.product-button-area {
	width: 100%;
	height: 55px;

	margin-top: 10px;

	display: flex;
	align-items: center;
	justify-content: center;
}


/* BUTTON HIDDEN UNTIL CARD HOVER */

.olivegreenbutton {
	width: 100%;
	margin: 0;
	padding: 0;

	display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0;
	visibility: hidden;

	transition: opacity 0.35s ease,
				visibility 0.35s ease;
}


.product-thumb-white-bg:hover .olivegreenbutton {
	opacity: 1;
	visibility: visible;
}


.olivegreenbutton a,
.olivegreenbutton button {
	width: 95%;

	box-sizing: border-box;

	color: #ffffff;
	text-decoration: none;

	padding: 8px 20px;

	border-radius: 30px;
	border: 1px solid #a3ad94;

	background-color: #a3ad94;

	font-size: 16px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;

	text-transform: uppercase;
	white-space: nowrap;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	gap: 8px;

	transition: all 0.4s ease;
	cursor: pointer;
}


.olivegreenbutton img {
	display: block;

	width: 20px;
	height: 20px;

	object-fit: contain;

	margin: 0;
	padding: 0;

	filter: brightness(0) invert(1);

	transition: filter 0.4s ease;
}


.olivegreenbutton a:hover,
.olivegreenbutton button:hover {
	color: #a3ad94;
	background-color: #ffffff;
	border-color: #a3ad94;
}


.olivegreenbutton a:hover img,
.olivegreenbutton button:hover img {
	filter: brightness(0) saturate(100%)
		invert(73%) sepia(9%) saturate(539%)
		hue-rotate(42deg) brightness(92%) contrast(87%);
}



/* =========================
   MOBILE
========================= */

@media (max-width: 700px) {

	.product-thumb-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.product-image-area {
		height: 300px;
	}

	.product-main-image {
		max-height: 270px;
	}

	/*
	On touch devices there isn't really
	a normal hover state, so show the
	controls all the time.
	*/

	.product-hover-icons,
	.olivegreenbutton {
		opacity: 1;
		visibility: visible;
	}

}



.hollowbrownbutton {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.hollowbrownbutton a:link,
.hollowbrownbutton a:visited {
	color: #877d73;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 30px;
	border: 1px solid #877d73;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	transition: all 0.5s ease;
}


.hollowbrownbutton a:hover {
	color: #ffffff;
	background-color: #877d73;
	border-color: #877d73;
}
.hollowbrownbutton a:active {
	color: #ffffff;
	background-color: #877d73;
}




.hollowwhitebutton {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.hollowwhitebutton a:link,
.hollowwhitebutton a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 30px;
	border: 1px solid #ffffff;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	transition: all 0.5s ease;
}


.hollowwhitebutton a:hover {
	color: #877d73;
	background-color: #ffffff;
	border-color: #ffffff;
}
.hollowwhitebutton a:active {
	color: #ffffff;
}




.navline {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #343434;
	text-transform: uppercase;
}


.navline a:link {
	color: #877d73;
	text-decoration: none;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}

.navline a:visited {
	color: #877d73;
	text-decoration: none;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}

.navline a:hover {
	color: #a3ad94;
	text-decoration: none;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #a3ad94;
}

.navline a:active {
	color: #877d73;
	text-decoration: none;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}


.navline ul {
	list-style-type: none;
	margin: 0;
	margin-left: -26px;
}

.navline ul li {
	display: inline;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:0px;
	padding-top:0px;
}


.navline ul ul a {
	width: 200px;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	display: block;
	font-size: 15px;
	margin-top: 0px;
	margin-left: -26px;
	z-index: 999;
}


.navline ul li {
	position: relative;
	padding-right:0px;
	padding-top:10px;
	float: left;
}


.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	background-color: #a3ad94;
	text-align: left;
	padding-bottom:20px;
	margin-top:5px;
	z-index: 999;
}

.navline ul li:hover > ul {
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}


.navline ul ul a:link {
	color: #ffffff;
	text-decoration: none;
	margin-bottom:-10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	font-weight: 400;
}

.navline ul ul a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-bottom:-10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	font-weight: 400;
}

.navline ul ul a:hover {
	color: #dddddd;
	text-decoration: none;
	margin-bottom:-10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	font-weight: 400;
}

.navline ul ul a:active {
	color: #ffffff;
	text-decoration: none;
	margin-bottom:-10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	font-weight: 400;
}


.navline ul li a {
	display: block;
	padding: 14px 12px;
}



/* HAMBURGER - HIDDEN ON DESKTOP */

#mobile-nav-toggle {
\tdisplay: none;
}


/* MOBILE NAVIGATION */

@media only screen and (max-width: 999px) {

\t#mobile-nav-toggle {
\t\tdisplay: flex !important;
\t\tposition: fixed;
\t\ttop: 20px;
\t\tright: 20px;
\t\twidth: 55px;
\t\theight: 55px;
\t\tbackground-color: #a3ad94;
\t\tborder: 0;
\t\tborder-radius: 4px;
\t\tz-index: 999999;
\t\tcursor: pointer;
\t\tflex-direction: column;
\t\talign-items: center;
\t\tjustify-content: center;
\t\tgap: 6px;
\t\tpadding: 0;
\t\tmargin: 0;
\t}

\t#mobile-nav-toggle span {
\t\tdisplay: block;
\t\twidth: 28px;
\t\theight: 3px;
\t\tbackground-color: #ffffff;
\t\tborder-radius: 2px;
\t\ttransition: all .3s ease;
\t}

\t/* HAMBURGER TO X */

\t#mobile-nav-toggle.active span:nth-child(1) {
\t\ttransform: translateY(9px) rotate(45deg);
\t}

\t#mobile-nav-toggle.active span:nth-child(2) {
\t\topacity: 0;
\t}

\t#mobile-nav-toggle.active span:nth-child(3) {
\t\ttransform: translateY(-9px) rotate(-45deg);
\t}

\t/* MOBILE MENU */

\t.navline {
\t\tdisplay: none !important;
\t\tposition: fixed !important;
\t\ttop: 85px !important;
\t\tright: 20px !important;
\t\twidth: 300px !important;
\t\tmax-width: calc(100vw - 40px) !important;
\t\theight: auto !important;
\t\tbackground-color: #ffffff !important;
\t\tpadding: 10px 0 !important;
\t\tmargin: 0 !important;
\t\tz-index: 999998 !important;
\t\tbox-shadow: 0 5px 20px rgba(0,0,0,.20);
\t\toverflow: visible !important;
\t}

\t.navline.mobile-open {
\t\tdisplay: block !important;
\t}

\t.navline > ul {
\t\tdisplay: block !important;
\t\twidth: 100% !important;
\t\tmargin: 0 !important;
\t\tpadding: 0 !important;
\t}

\t.navline > ul > li {
\t\tdisplay: block !important;
\t\tfloat: none !important;
\t\tposition: relative !important;
\t\twidth: 100% !important;
\t\tpadding: 0 !important;
\t\tmargin: 0 !important;
\t}

\t.navline > ul > li > a {
\t\tdisplay: block !important;
\t\twidth: auto !important;
\t\tpadding: 14px 20px !important;
\t\tborder-bottom: 1px solid #eeeeee;
\t}

\t/* MOBILE SUBMENUS */

\t.navline ul ul {
\t\tdisplay: block !important;
\t\tposition: static !important;
\t\ttop: auto !important;
\t\tleft: auto !important;
\t\topacity: 1 !important;
\t\tvisibility: visible !important;
\t\twidth: 100% !important;
\t\tmargin: 0 !important;
\t\tpadding: 0 !important;
\t\tbackground-color: #a3ad94 !important;
\t}

\t.navline ul ul li {
\t\tdisplay: block !important;
\t\tfloat: none !important;
\t\twidth: 100% !important;
\t\tpadding: 0 !important;
\t\tmargin: 0 !important;
\t}

\t.navline ul ul a {
\t\tdisplay: block !important;
\t\twidth: auto !important;
\t\tmargin: 0 !important;
\t\tpadding: 12px 30px !important;
\t\tcolor: #ffffff !important;
\t\tfont-size: 14px;
\t\t-webkit-text-stroke-width: 0;
\t}

}


.middlebg {
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.middletextforbg {
	width: 45%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:55%;
	font-size: 16px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}




.thirdbg {
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.thirdtextforbg {
	width: 45%;
	height: auto;
	padding-top:40px;
	padding-bottom:0px;
	padding-right:55%;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
}






.ingredient-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 50px;
	row-gap: 45px;
	width: 100%;
}

.ingredient-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}

.ingredient-item img {
	width: 200px;
	height: 160px;
	object-fit: contain;
	display: block;
}

.ingredient-text {
	width: 180px;
	max-width: 100%;
	margin: 0 auto;

	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	color: #877d73;
	text-align: center;
}


/* MOBILE */

@media (max-width: 700px) {

	.ingredient-grid {
		grid-template-columns: 1fr;
		row-gap: 35px;
	}

}


.footerbar {
	background-color: #a3ad94;
	width: 100%;
	height: auto;
	padding: 12px 0;
	font-size: 16px;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	font-weight: 400;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}



.footerbar a:link {color: #ffffff; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 400;font-size: 16px; }
.footerbar a:visited {color: #ffffff; text-decoration: none; padding-top:10pxpx; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 400;font-size: 16px; }
.footerbar a:hover {color: #877d73; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;
	background-repeat: no-repeat;
    background-position: top center;font-weight: 400;font-size: 16px; }
.footerbar a:active {color: #ffffff; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 400;font-size: 16px; } 




.sf1 {
	width: 400px;
	padding-top:50px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	float: left;
}


.sf2 {
	width: 250px;
	padding-top:10px;
	padding-bottom:50px;
	padding-right:50px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	float: left;
}


.sf3 {
	width: 400px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #877d73;
	text-align: left;
	float: left;
}



.sf3 a:link {color: #877d73; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 600;font-size: 16px; }
.sf3 a:visited {color: #877d73; text-decoration: none; padding-top:10pxpx; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 600;font-size: 16px; }
.sf3 a:hover {color: #a3ad94; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;
	background-repeat: no-repeat;
    background-position: top center;font-weight: 600;font-size: 16px; }
.sf3 a:active {color: #877d73; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 600;font-size: 16px; } 







.footer-copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.footer-copyright span {
	display: inline-flex;
	align-items: center;
}

.footer-copyright span::after {
	content: "|";
	margin: 0 12px;
}

.footer-copyright ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-copyright li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.footer-copyright li:not(:last-child)::after {
	content: "|";
	margin: 0 12px;
}

.footer-copyright a {
	color: inherit;
	text-decoration: none;
}

.footer-copyright a:hover {
	text-decoration: underline;
}

.footer-copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;   /* change from wrap */
	white-space: nowrap; /* add this */

	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.footer-copyright ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;   /* change from wrap */

	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 700px) {

	.footer-copyright {
		flex-direction: column;
		gap: 8px;
	}

	.footer-copyright span::after,
	.footer-copyright li:not(:last-child)::after {
		display: none;
	}

	.footer-copyright ul {
		flex-direction: column;
		gap: 6px;
	}
}










.ingredient-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	width: 100%;
}

.ingredient-detail-item {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	color: #66594e;
}

.ingredient-detail-item img {
	width: 200px;
	height: 160px;
	object-fit: contain;
	display: block;
	margin: 0 auto 10px auto;
}

.ingredient-detail-item h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.ingredient-detail-item p {
	max-width: 470px;
	margin: 0 auto 15px auto;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.ingredient-benefits {
	max-width: 470px;
	margin: 0 auto;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
}

.ingredient-benefits b {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}

.ingredient-benefits ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ingredient-benefits li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 4px;
}

.ingredient-benefits li::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 9px;

	width: 3px;
	height: 3px;
	background-color: #66594e;
	border-radius: 50%;
}

/* MOBILE */

@media (max-width: 700px) {

	.ingredient-detail-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.ingredient-detail-item p,
	.ingredient-benefits {
		max-width: 100%;
	}

}




.productdetail1 {
	width: 500px;
	padding-top:50px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: left;
	margin-right:50px;
	float: left;
}


.productdetail1 img {
	width: 80%;
	padding-top:10%;
	padding-bottom:10%;
	padding-right:10%;
	padding-left:10%;
	background-color: #ffffff;
	border-radius: 10px;
}



.productdetail2 {
	width: 550px;
	padding-top:50px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: left;
	float: left;
}




.productmaylikebar {
	background-color: #a3ad94;
	width: 100%;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
}




.contsctmakechanges {
	background-color: #a3ad94;
	width: 100%;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}




.contsctmakechanges a:link {color: #e6cb99; text-decoration: none;  }
.contsctmakechanges a:visited {color: #e6cb99; text-decoration: none; }
.contsctmakechanges a:hover {color: #877d73; text-decoration: none;  }
.contsctmakechanges a:active {color: #e6cb99; text-decoration: none;  } 






.story1 {
	width: 550px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	float: left;
}



.story1 img {
	border-radius: 10px;
}





.story2 {
	width: 550px;
	padding-top:70px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	float: left;
}




.contact1 {
	width: 550px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	float: left;
}







.contact2 {
	width: 550px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	float: left;
}



.contact2 img {
	border-radius: 10px;
}







.soctext {
	width: 200px;
	padding-top:8px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	text-align: left;
	margin-bottom:20px;
	float: left;
	
}



.soctext a:link {color: #877d73; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:0px;font-weight: 600;font-size: 16px; }
.soctext a:visited {color: #877d73; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:0px;font-weight: 600;font-size: 16px; }
.soctext a:hover {color: #a3ad94; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:0px;
	background-repeat: no-repeat;
    background-position: top center;font-weight: 600;font-size: 16px; }
.soctext a:active {color: #877d73; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:0px;font-weight: 600;font-size: 16px; } 





.socfloat {
	width: 30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:0px;
	float: left;
	
}



.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); 
    
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); 
}






.infofloat {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	float: left;
	margin-right: 10px;
}

.infofloat img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
	opacity: 1;
}

/* HOVER */
.infofloat:hover {
	background-color: #a3ad94;
	transition: background-color 0.4s ease;
}

.infofloat:hover img {
	filter: brightness(0) invert(1);
}










.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}




.tocenter {
	width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}


.contacttextcenter {
	max-width: 750px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}




@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }















.logoleft {
	width: 100%;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
}


.logoright {
	width: 100%;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 32px;
	font-family: "thirsty-script", sans-serif;
	color: #a3ad94;
	font-weight: 400;
	text-align: center;
}
.iconwhitebglinks {
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-bottom: 30px;
}

.iconwhitebglinks a {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	text-decoration: none;
	transition: background-color 0.4s ease;
}

.iconwhitebglinks img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;

	transition: filter 0.4s ease;
}

/* HOVER */
.iconwhitebglinks a:hover {
	background-color: #a3ad94;
}

/* Turn icon white on hover */
.iconwhitebglinks a:hover img {
	filter: brightness(0) invert(1);
}

.searchfieldfloat {
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float:left;
}










.headerbg {
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 400px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}






.bodytext {
	width: 94%;
	max-width: 1150px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}


.bodyctext {
	width: 94%;
	max-width: 1150px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}



.bodycenteredtext {
	width: 94%;
	max-width: 1150px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}




.pagetitle1 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #acb79d;
	text-align: center;
	text-transform: uppercase;
}



.pagetitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 34px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	color: #93867c;
	text-align: center;
}



.pagewtitle1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}



.pagewtitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 34px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}


.pagegtitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 34px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	color: #a3ad94;
	text-align: center;
}

.pagewsmtitle {
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 24px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}

.pagebottomsmtitle {
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 28px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	text-align: center;
}


.pagebottomgreensmtitle {
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	text-align: center;
	color: #a3ad94;
}


.producttitle1 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #877d73;
	text-align: left;
}

.producttitle2 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 21px;
	line-height: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #877d73;
	text-align: left;
	text-transform: uppercase;
}






.hollowbrownbutton {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.hollowbrownbutton a:link,
.hollowbrownbutton a:visited {
	color: #877d73;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 30px;
	border: 1px solid #877d73;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	transition: all 0.5s ease;
}


.hollowbrownbutton a:hover {
	color: #ffffff;
	background-color: #877d73;
	border-color: #877d73;
}
.hollowbrownbutton a:active {
	color: #ffffff;
	background-color: #877d73;
}




.hollowwhitebutton {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.hollowwhitebutton a:link,
.hollowwhitebutton a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 30px;
	border: 1px solid #ffffff;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	transition: all 0.5s ease;
}


.hollowwhitebutton a:hover {
	color: #877d73;
	background-color: #ffffff;
	border-color: #ffffff;
}
.hollowwhitebutton a:active {
	color: #ffffff;
}








.middlebg {
	background-repeat: no-repeat;
    background-position: right center;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.middletextforbg {
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}




.thirdbg {
	background-repeat: no-repeat;
    background-position: top left;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.thirdtextforbg {
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
}





.footerbar {
	background-color: #a3ad94;
	width: 100%;
	height: auto;
	padding: 12px 0;
	font-size: 16px;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	font-weight: 400;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}



.footerbar a:link {color: #ffffff; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 400;font-size: 16px; }
.footerbar a:visited {color: #ffffff; text-decoration: none; padding-top:10pxpx; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 400;font-size: 16px; }
.footerbar a:hover {color: #877d73; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;
	background-repeat: no-repeat;
    background-position: top center;font-weight: 400;font-size: 16px; }
.footerbar a:active {color: #ffffff; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 400;font-size: 16px; } 




.sf1 {
	width: 100%;
	max-width: 750px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
}


.sf2 {
	width: 100%;
	max-width: 750px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
}


.sf3 {
	width: 100%;
	max-width: 750px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #877d73;
	text-align: left;
}



.sf3 a:link {color: #877d73; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 600;font-size: 16px; }
.sf3 a:visited {color: #877d73; text-decoration: none; padding-top:10pxpx; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 600;font-size: 16px; }
.sf3 a:hover {color: #a3ad94; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;
	background-repeat: no-repeat;
    background-position: top center;font-weight: 600;font-size: 16px; }
.sf3 a:active {color: #877d73; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;font-weight: 600;font-size: 16px; } 










.productdetail1 {
	width: 100%;
	max-width: 500px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: left;
	margin-right:0px;
}


.productdetail1 img {
	width: 80%;
	padding-top:10%;
	padding-bottom:10%;
	padding-right:10%;
	padding-left:10%;
	background-color: #ffffff;
	border-radius: 10px;
}



.productdetail2 {
	width: 100%;
	max-width: 550px;
	padding-top:50px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: left;
}




.productmaylikebar {
	background-color: #a3ad94;
	width: 100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
}




.contsctmakechanges {
	background-color: #a3ad94;
	width: 100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}




.contsctmakechanges a:link {color: #e6cb99; text-decoration: none;  }
.contsctmakechanges a:visited {color: #e6cb99; text-decoration: none; }
.contsctmakechanges a:hover {color: #877d73; text-decoration: none;  }
.contsctmakechanges a:active {color: #e6cb99; text-decoration: none;  } 






.story1 {
	width: 100%;
	max-width: 550px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
}



.story1 img {
	border-radius: 10px;
}





.story2 {
	width: 100%;
	max-width: 550px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
}




.contact1 {
	width: 100%;
	max-width: 550px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
}







.contact2 {
	width: 100%;
	max-width: 550px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #877d73;
	text-align: center;
}



.contact2 img {
	border-radius: 10px;
}








.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}

.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}




.tocenter {
	width: 94%;
	max-width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}




}



.contact-form {
	width: 100%;
	margin: 0;
}

.contact-form input, select,
.contact-form textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 16px 18px;

	border: 1px solid #b7afa7;
	border-radius: 0;

	background-color: #ffffff;

	font-family: inherit;
	font-size: 16px;
	color: #746b63;

	outline: none;
}

.contact-form input {
	height: 72px;
}

.contact-form textarea {
	min-height: 270px;
	resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #8c8178;
	opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #a8b59b;
}


/* BUTTON + SPACE BELOW MESSAGE */

.contact-button-area {
	margin-top: 30px;
	margin-bottom: 50px;
}

.contact-form button {
	display: inline-block;
	padding: 15px 38px;

	border: 1px solid #8c8178;
	border-radius: 30px;

	background: transparent;
	color: #8c8178;

	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;

	cursor: pointer;
	transition: all 0.3s ease;
}

.contact-form button:hover {
	background-color: #a8b59b;
	border-color: #a8b59b;
	color: #ffffff;
}

.contact-form-success {
	margin-bottom: 25px;
	padding: 15px;
	background-color: #a8b59b;
	color: #ffffff;
}


@media screen and (max-width: 767px) {

	.contact-form input {
		height: 60px;
	}

	.contact-form textarea {
		min-height: 220px;
	}

	.contact-button-area {
		margin-top: 25px;
		margin-bottom: 40px;
	}

}

.productdetail2 .quantity-label {
	display: block;
	margin-top: 28px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #877d73;
}

.product-quantity {
display: inline-flex;
	align-items: center;
	height: 42px;
	margin-bottom: 20px;
	padding-left: 12px;
	border: 1px solid #877d73;
	border-radius: 30px;
	overflow: hidden;
	background-color: transparent;
	box-sizing: border-box;
}

.product-quantity button {
	width: 45px;
	height: 42px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #877d73;
	cursor: pointer;
}

.product-quantity input {
	width: 70px;
	height: 42px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #877d73;
	text-align: center;
	appearance: textfield;
	-moz-appearance: textfield;
}

.product-quantity input::-webkit-inner-spin-button,
.product-quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.purchase-options-title {
margin-top: 0;
	margin-bottom: 10px;
	padding: 10px 16px 0 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #877d73;
}

.purchase-options {
	width: 100%;
	border: 1px solid #877d73;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 12px;
}

.purchase-option-row {
	padding: 14px 16px;
	border-bottom: 1px solid #c8c0b9;
	font-size: 16px;
	line-height: 22px;
	color: #877d73;
}

.purchase-option-row:last-child {
	border-bottom: 0;
}

.purchase-option-row label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.purchase-option-row input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #877d73;
	border-radius: 50%;
	background-color: transparent;
	margin: 0;
	flex-shrink: 0;
}

.purchase-option-row input[type="radio"]:checked {
	border: 5px solid #ffffff;
	background-color: #877d73;
	box-shadow: 0 0 0 1px #877d73;
}

.subscription-options {
	padding: 15px 16px;
}

.subscription-options-title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #877d73;
}

.subscription-note {
clear: both;
	width: 100%;
	margin-top: 12px;
	padding: 0 16px 12px 16px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 22px;
	color: #877d73;
}

.subscription-note a {
	text-decoration: underline;
	font-weight: 400;
}

.product-purchase-divider {
	width: 100%;
	height: 1px;
	background-color: #b7afa7;
	margin-top: 25px;
	margin-bottom: 30px;
}

.product-form-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	width: 100%;
}

.product-add-to-cart {
	width: 100%;
	min-height: 44px;
	padding: 10px 20px;
	border: 1px solid #a3ad94;
	border-radius: 30px;
	background-color: #a3ad94;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .4s ease;
}

.product-add-to-cart img {
	width: 20px !important;
	height: 20px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	filter: brightness(0) invert(1);
}

.product-add-to-cart:hover {
	background-color: #ffffff;
	color: #a3ad94;
}

.product-add-to-cart:hover img {
	filter: brightness(0) saturate(100%)
		invert(73%) sepia(9%) saturate(539%)
		hue-rotate(42deg) brightness(92%) contrast(87%);
}

.product-add-to-cart:disabled,
.product-add-to-cart[disabled] {
	background-color: #a3ad94;
	color: #ffffff;
	opacity: .55;
	cursor: not-allowed;
}

.productdetail2 .shopify-payment-button {
	width: 100%;
}

.productdetail2 .shopify-payment-button__button,
.productdetail2 .shopify-payment-button__button--unbranded {
	width: 100% !important;
	min-height: 44px !important;
	padding: 10px 20px !important;
	border: 1px solid #877d73 !important;
	border-radius: 30px !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #877d73 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	line-height: 20px !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	transition: all .4s ease !important;
}

.productdetail2 .shopify-payment-button__button:hover,
.productdetail2 .shopify-payment-button__button--unbranded:hover {
	background-color: #877d73 !important;
	color: #ffffff !important;
}

.productdetail2 .shopify-payment-button__more-options {
	display: none !important;
}

.product-shipping-note {
	margin-top: 15px;
	font-size: 15px;
	line-height: 20px;
	color: #877d73;
}

.product-wish-compare {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.product-wishlist-button,
.product-compare-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 40px;
	gap: 10px;
	padding: 0 0 0 50px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #877d73 !important;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	min-width: 0;
	min-height: 0;
}

.product-wishlist-button::before,
.product-compare-button::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	transition: background-color 0.4s ease;
	z-index: 0;
}

.product-wishlist-button img,
.product-compare-button img {
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	display: block;
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	object-fit: contain;
	box-sizing: border-box;
	filter: none !important;
	transition: filter 0.4s ease;
}

.product-wishlist-button span,
.product-compare-button span {
	position: relative;
	z-index: 2;
	display: inline-block;
	white-space: nowrap;
	color: #877d73 !important;
}

.product-wishlist-button:hover,
.product-compare-button:hover {
	background: transparent !important;
	background-color: transparent !important;
	color: #877d73 !important;
}

.product-wishlist-button:hover::before,
.product-compare-button:hover::before {
	background-color: #a3ad94 !important;
}

.product-wishlist-button:hover img,
.product-compare-button:hover img {
	background: transparent !important;
	background-color: transparent !important;
	filter: brightness(0) invert(1) !important;
}

.product-wishlist-button:hover span,
.product-compare-button:hover span {
	color: #877d73 !important;
}

@media screen and (max-width: 750px) {

	.product-form-buttons {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.purchase-options {
		width: 100%;
	}

	.product-wish-compare {
		gap: 20px;
	}

	.product-wishlist-button,
	.product-compare-button {
		font-size: 15px;
		gap: 8px;
	}

}

#mobile-nav-toggle {
	display: none;
}

@media screen and (max-width: 999px) {

	#mobile-nav-toggle {
		display: flex !important;
		position: fixed;
		top: 20px;
		right: 20px;
		width: 55px;
		height: 55px;
		background-color: #a3ad94;
		border: 0;
		border-radius: 4px;
		z-index: 999999;
		cursor: pointer;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 0;
		margin: 0;
		box-shadow: none;
	}

	#mobile-nav-toggle span {
		display: block;
		width: 28px;
		height: 3px;
		background-color: #ffffff;
		border-radius: 2px;
		transition: all 0.3s ease;
	}

	#mobile-nav-toggle.active span:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
	}

	#mobile-nav-toggle.active span:nth-child(2) {
		opacity: 0;
	}

	#mobile-nav-toggle.active span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}

	.navline {
		display: none !important;
		position: fixed !important;
		top: 85px !important;
		right: 20px !important;
		left: auto !important;
		width: 300px !important;
		max-width: calc(100vw - 40px) !important;
		height: auto !important;
		background-color: #ffffff !important;
		padding: 10px 0 !important;
		margin: 0 !important;
		z-index: 999998 !important;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.20);
		overflow: visible !important;
	}

	.navline.mobile-open {
		display: block !important;
	}

	.navline > ul {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	.navline > ul > li {
		display: block !important;
		float: none !important;
		position: relative !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.navline > ul > li > a {
		display: block !important;
		width: auto !important;
		margin: 0 !important;
		padding: 14px 20px !important;
		border-bottom: 1px solid #eeeeee;
		color: #877d73 !important;
		text-decoration: none !important;
		-webkit-text-stroke-width: 0 !important;
	}

	.navline > ul > li > a:hover {
		color: #a3ad94 !important;
		background-color: #f7f5f3;
	}

	.navline ul ul {
		display: block !important;
		position: static !important;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
		opacity: 1 !important;
		visibility: visible !important;
		margin: 0 !important;
		padding: 0 !important;
		background-color: #a3ad94 !important;
	}

	.navline ul ul li {
		display: block !important;
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.navline ul ul a {
		display: block !important;
		width: auto !important;
		margin: 0 !important;
		padding: 12px 30px !important;
		color: #ffffff !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		text-decoration: none !important;
		-webkit-text-stroke-width: 0 !important;
	}

	.navline ul ul a:hover {
		color: #ffffff !important;
		background-color: rgba(255, 255, 255, 0.12) !important;
	}

}



#mobile-nav-toggle,
.mobile-navigation {
	display: none;
}

@media screen and (max-width: 999px) {

	.navline {
		display: none !important;
	}

	#mobile-nav-toggle {
		display: flex !important;

		position: fixed;
		top: 20px;
		right: 20px;

		width: 55px;
		height: 55px;

		padding: 0;
		margin: 0;

		border: 0;
		border-radius: 4px;

		background-color: #a3ad94;

		z-index: 999999;

		flex-direction: column;
		align-items: center;
		justify-content: center;

		gap: 6px;

		cursor: pointer;
	}

	#mobile-nav-toggle span {
		display: block;

		width: 28px;
		height: 3px;

		background-color: #ffffff;

		transition:
			transform 0.3s ease,
			opacity 0.3s ease;
	}

	#mobile-nav-toggle.active span:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
	}

	#mobile-nav-toggle.active span:nth-child(2) {
		opacity: 0;
	}

	#mobile-nav-toggle.active span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}

	.mobile-navigation {
		display: none;

		position: fixed;
		top: 85px;
		right: 20px;

		width: 300px;
		max-width: calc(100vw - 40px);

		padding: 10px 0;
		margin: 0;

		background-color: #ffffff;

		z-index: 999998;

		box-shadow: 0 5px 20px rgba(0,0,0,.18);
	}

	.mobile-navigation.mobile-open {
		display: block;
	}

	.mobile-navigation ul {
		display: block;

		padding: 0;
		margin: 0;

		list-style: none;
	}

	.mobile-navigation li {
		display: block;

		padding: 0;
		margin: 0;
	}

	.mobile-navigation > ul > li > a {
		display: block;

		padding: 14px 20px;

		border-bottom: 1px solid #eeeeee;

		font-family: "Montserrat", sans-serif;
		font-size: 15px;
		font-weight: 600;

		color: #877d73;

		text-decoration: none;
	}

	.mobile-navigation > ul > li > a:hover {
		background-color: #f7f5f3;
		color: #a3ad94;
	}

	.mobile-navigation ul ul {
		background-color: #a3ad94;
	}

	.mobile-navigation ul ul a {
		display: block;

		padding: 12px 30px;

		color: #ffffff;

		font-size: 14px;
		text-decoration: none;
	}

}


.account-component-wrap shopify-account {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;

	background-color: #ffffff;
	border-radius: 50%;

	cursor: pointer;
	box-sizing: border-box;

	transition: background-color .4s ease;
}

.account-component-wrap shopify-account:hover {
	background-color: #a3ad94;
}

.account-component-wrap shopify-account img {
	display: block;

	width: 22px !important;
	height: 22px !important;

	padding: 0 !important;
	margin: 0 !important;

	background: transparent !important;

	object-fit: contain;

	transition: filter .4s ease;
}

.account-component-wrap shopify-account:hover img {
	filter: brightness(0) invert(1);
}

.cart-item-info label {
	display: block;
	margin-top: 12px;
	margin-bottom: 6px;

	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #877d73;
}


.cart-item-info input[type="number"] {
	width: 90px;
	height: 38px;

	padding: 0 15px;
	margin: 0 10px 10px 0;

	box-sizing: border-box;

	border: 1px solid #877d73;
	border-radius: 30px;

	background-color: transparent;

	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #877d73;

	text-align: center;

	outline: none;

	appearance: textfield;
	-moz-appearance: textfield;
}


.cart-item-info input[type="number"]::-webkit-inner-spin-button,
.cart-item-info input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.cart-item-info input[type="number"]:focus {
	border-color: #a3ad94;
}


.cart-summary {
	margin-top: 30px;
}


.cart-total {
	margin-bottom: 20px;

	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #877d73;
}


.cart-total strong {
	font-weight: 600;
	margin-right: 10px;
}


.cart-summary .hollowbrownbutton {
	width: auto;
	min-width: 170px;

	margin: 0 15px 15px 0;
	padding: 8px 24px;

	box-sizing: border-box;

	border: 1px solid #877d73;
	border-radius: 30px;

	background-color: transparent;
	color: #877d73;

	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;

	text-transform: uppercase;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;

	transition: all 0.4s ease;
}


.cart-summary .hollowbrownbutton:hover {
	background-color: #877d73;
	border-color: #877d73;
	color: #ffffff;
}


.cart-summary .olivegreenbutton {
	width: auto;
	min-width: 170px;

	margin: 0 0 15px 0;
	padding: 8px 24px;

	box-sizing: border-box;

	border: 1px solid #a3ad94;
	border-radius: 30px;

	background-color: #a3ad94;
	color: #ffffff;

	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;

	text-transform: uppercase;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	opacity: 1 !important;
	visibility: visible !important;

	cursor: pointer;

	transition: all 0.4s ease;
}


.cart-summary .olivegreenbutton:hover {
	background-color: #ffffff;
	border-color: #a3ad94;
	color: #a3ad94;
}


@media screen and (max-width: 700px) {

	.cart-summary .hollowbrownbutton,
	.cart-summary .olivegreenbutton {
		display: flex;
		width: 100%;
		margin-right: 0;
	}

}

.purchase-options {
	padding: 0;
}


.purchase-options > .purchase-option-row {
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;

	padding: 14px 16px;

	border-bottom: 1px solid #c8c0b9;
}


.subscription-options {
	display: flex;
	flex-direction: column;
	align-items: stretch;

	width: 100%;

	padding: 15px 16px;

	box-sizing: border-box;
}


.subscription-options-title,
.subscription-heading {
	width: 100%;
	margin: 0 0 12px 0;

	font-size: 16px;
	line-height: 20px;
	color: #877d73;
}


.subscription-options .purchase-option-row {
	display: flex;
	align-items: center;

	width: 100%;

	padding: 6px 0;
	margin: 0;

	border: 0 !important;

	box-sizing: border-box;
}


.subscription-options .purchase-option-row input[type="radio"] {
	flex: 0 0 20px;

	width: 20px;
	height: 20px;

	margin: 0 10px 0 0;
}


.subscription-options .purchase-option-row span {
	display: block;

	flex: 1;

	margin: 0;
	padding: 0;

	line-height: 22px;
}


.subscription-note {
	clear: both;

	width: 100%;

	margin-top: 12px;

	font-size: 15px;
	line-height: 22px;
	color: #877d73;
}


.subscription-note a {
	display: inline;
	text-decoration: underline;
}


.purchase-option-row:last-child {
	border-bottom: 0;
}

.product-favorite.active,
.product-compare.active {
	background-color: #a3ad94 !important;
}

.product-favorite.active img,
.product-compare.active img {
	filter: brightness(0) invert(1) !important;
}


.product-action-message {
	position: fixed;
	left: 50%;
	bottom: 30px;

	transform: translate(-50%, 20px);

	padding: 10px 22px;

	background-color: #877d73;
	color: #ffffff;

	border-radius: 30px;

	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;

	opacity: 0;
	visibility: hidden;

	z-index: 999999;

	transition: all .3s ease;
}

.product-action-message.show {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}


.product-quick-view-modal {
	display: none;

	position: fixed;
	inset: 0;

	background-color: rgba(0, 0, 0, .45);

	align-items: center;
	justify-content: center;

	padding: 30px;

	z-index: 999998;
}

.product-quick-view-modal.open {
	display: flex;
}


.quick-view-box {
	position: relative;

	width: 800px;
	max-width: 100%;

	padding: 40px;

	box-sizing: border-box;

	background-color: #f3efec;
	border-radius: 15px;

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}


.quick-view-close {
	position: absolute;
	top: 15px;
	right: 20px;

	padding: 0;
	margin: 0;

	border: 0;
	background: transparent;

	color: #877d73;

	font-size: 36px;
	line-height: 36px;

	cursor: pointer;
}


.quick-view-image-area {
	display: flex;
	align-items: center;
	justify-content: center;

	background-color: #ffffff;
	border-radius: 10px;

	padding: 25px;
}


.quick-view-image {
	display: block;

	max-width: 100%;
	max-height: 450px;

	width: auto;
	height: auto;

	object-fit: contain;
}


.quick-view-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.quick-view-title {
	margin-bottom: 15px;

	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;

	color: #877d73;
}


.quick-view-price {
	margin-bottom: 25px;

	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	line-height: 26px;

	color: #877d73;
}


@media screen and (max-width: 700px) {

	.quick-view-box {
		grid-template-columns: 1fr;
		gap: 20px;

		padding: 35px 20px 20px;
	}

	.quick-view-image {
		max-height: 300px;
	}

}

.iconbeigeglinks button.product-favorite.active,
.iconbeigeglinks button.product-compare.active {
	background-color: #a3ad94 !important;
}

.iconbeigeglinks button.product-favorite.active img,
.iconbeigeglinks button.product-compare.active img {
	filter: brightness(0) invert(1) !important;
}

.iconbeigeglinks button.product-favorite.active:hover,
.iconbeigeglinks button.product-compare.active:hover {
	background-color: #a3ad94 !important;
}

.iconbeigeglinks button.product-favorite.active:hover img,
.iconbeigeglinks button.product-compare.active:hover img {
	filter: brightness(0) invert(1) !important;
}

.saved-products-empty {
	text-align: center;
	padding: 40px 0 80px;
}


.saved-product-actions {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}


.saved-product-actions .olivegreenbutton {
	opacity: 1 !important;
	visibility: visible !important;
}


.saved-product-remove,
.saved-compare-remove {
	margin-top: 12px;
	padding: 0;

	border: 0;
	background: transparent;

	color: #877d73;

	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;

	text-decoration: underline;

	cursor: pointer;
}


.saved-product-remove:hover,
.saved-compare-remove:hover {
	color: #a3ad94;
}


.compare-products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;

	align-items: stretch;
}


.compare-product {
	background-color: #ffffff;

	border-radius: 10px;

	padding: 25px;

	box-sizing: border-box;

	display: flex;
	flex-direction: column;
}


.compare-product-image {
	height: 300px;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 25px;
}


.compare-product-image img {
	display: block;

	max-width: 100%;
	max-height: 280px;

	width: auto;
	height: auto;

	object-fit: contain;
}


.compare-product-title {
	margin-bottom: 10px;

	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;

	color: #877d73;
}


.compare-product-price {
	margin-bottom: 20px;

	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 22px;

	color: #877d73;
}


.compare-product-description {
	flex-grow: 1;

	margin-bottom: 25px;

	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 23px;

	color: #877d73;
}


.compare-product .hollowbrownbutton {
	margin-bottom: 10px;
}


@media screen and (max-width: 900px) {

	.compare-products-grid {
		grid-template-columns: 1fr 1fr;
	}

}


@media screen and (max-width: 600px) {

	.compare-products-grid {
		grid-template-columns: 1fr;
	}

}

.header-icon-divider {
	float: right;

	height: 40px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;

	display: flex;
	align-items: center;
	justify-content: center;

	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #877d73;
}

.product-hover-icons .iconbeigeglinks button.product-favorite.active,
.product-hover-icons .iconbeigeglinks button.product-compare.active,
.product-hover-icons .iconbeigeglinks button.product-favorite.active:hover,
.product-hover-icons .iconbeigeglinks button.product-compare.active:hover {
	background-color: #a3ad94 !important;
}

.product-hover-icons .iconbeigeglinks button.product-favorite.active img,
.product-hover-icons .iconbeigeglinks button.product-compare.active img,
.product-hover-icons .iconbeigeglinks button.product-favorite.active:hover img,
.product-hover-icons .iconbeigeglinks button.product-compare.active:hover img {
	filter: brightness(0) invert(1) !important;
}

.product-wishlist-button.product-favorite,
.product-compare-button.product-compare {
	display: inline-flex;
	align-items: center;
	gap: 10px;

	padding: 0;
	margin: 0;

	border: 0;
	background: transparent !important;

	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #877d73;

	cursor: pointer;
	box-shadow: none;
}


.product-wishlist-button.product-favorite img,
.product-compare-button.product-compare img {
	display: block;

	width: 22px !important;
	height: 22px !important;

	max-width: 22px !important;
	max-height: 22px !important;

	padding: 9px !important;
	margin: 0 !important;

	background-color: #ffffff !important;
	border-radius: 50% !important;

	box-sizing: content-box;
	object-fit: contain;

	filter: none !important;

	transition:
		background-color .4s ease,
		filter .4s ease;
}


.product-wishlist-button.product-favorite:hover img,
.product-compare-button.product-compare:hover img,
.product-wishlist-button.product-favorite.active img,
.product-compare-button.product-compare.active img {
	background-color: #a3ad94 !important;
	filter: brightness(0) invert(1) !important;
}


.product-wishlist-button.product-favorite span,
.product-compare-button.product-compare span {
	color: #877d73;
	white-space: nowrap;
}


.product-wishlist-button.product-favorite.active span,
.product-compare-button.product-compare.active span {
	color: #a3ad94;
}

.product-detail-copy-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
}

.product-detail-copy-column {
	min-width: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #877d73;
}

.product-detail-copy-column p {
	margin-top: 0;
	margin-bottom: 18px;
}

.product-detail-copy-column h2,
.product-detail-copy-column h3,
.product-detail-copy-column h4 {
	color: #877d73;
	margin-top: 25px;
	margin-bottom: 10px;
}

.product-detail-copy-column ul,
.product-detail-copy-column ol {
	margin-top: 8px;
	margin-bottom: 20px;
	padding-left: 25px;
}

.product-detail-copy-column li {
	margin-bottom: 5px;
}


@media screen and (max-width: 750px) {

	.product-detail-copy-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

}

.product-details-left {
	margin-top: 50px;
}


.header-top-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.searchfieldfloat {
	flex: 1;
	max-width: 620px;
	margin: 0;
	float: none;
}

.searchfieldfloat form {
	margin: 0;
	padding: 0;
}

.header-search-wrap {
	display: flex;
	align-items: center;

	width: 100%;
	height: 42px;

	background-color: #ffffff;
	border-radius: 30px;

	overflow: hidden;
}

.header-search-category {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.header-search-category select {
	height: 42px;

	border: 0;
	outline: 0;
	background: transparent;

	padding: 0 12px 0 18px;

	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #877d73;

	cursor: pointer;
}

.header-search-separator {
	color: #877d73;
	font-size: 14px;
	line-height: 42px;
	flex-shrink: 0;
}

.header-search-input {
	flex: 1;
	min-width: 0;
}

.header-search-input input {
	width: 100%;
	height: 42px;

	border: 0;
	outline: 0;
	background: transparent;

	padding: 0 12px;

	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #877d73;

	box-sizing: border-box;
}

.header-search-input input::placeholder {
	color: #877d73;
	opacity: 1;
}

.header-search-button {
	width: 46px;
	height: 42px;

	padding: 0;
	margin: 0;

	border: 0;
	background: transparent;

	display: flex;
	align-items: center;
	justify-content: center;

	color: #877d73;
	cursor: pointer;

	flex-shrink: 0;
}

.header-search-button svg {
	width: 19px;
	height: 19px;
	display: block;
}

.header-icon-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.header-icon-row .iconwhitebglinks {
	float: none;
	margin: 0;
}

.header-icon-divider {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 40px;

	margin: 0 5px;

	font-size: 24px;
	line-height: 40px;
	color: #877d73;
}

.header-tagline {
	clear: both;
	width: 100%;
	margin-top: 22px;

	font-size: 28px;
	line-height: 32px;
	text-align: right;
}


@media screen and (max-width: 1000px) {

	.header-top-row {
		flex-direction: column;
		align-items: stretch;
		gap: 15px;
	}

	.searchfieldfloat {
		max-width: none;
		width: 100%;
	}

	.header-icon-row {
		justify-content: center;
	}

}


.product-purchase-buttons {
	display: flex !important;
	align-items: stretch !important;
	gap: 20px !important;
	width: 100% !important;
}

.product-purchase-buttons .product-add-to-cart,
.product-purchase-buttons .product-buy-now {
	flex: 1 1 0 !important;
	width: auto !important;
	min-width: 0 !important;
}

.product-purchase-buttons .product-add-to-cart {
	white-space: nowrap !important;
}

.product-purchase-buttons .product-buy-now .shopify-payment-button {
	width: 100% !important;
	height: 100% !important;
}

.product-purchase-buttons .product-buy-now .shopify-payment-button__button,
.product-purchase-buttons .product-buy-now .shopify-payment-button__button--unbranded {
	width: 100% !important;
	white-space: nowrap !important;
}

@media screen and (max-width: 750px) {

	.product-purchase-buttons {
		flex-direction: column !important;
		gap: 12px !important;
	}

}

.search-results-form {
	width: 100%;
	max-width: 700px;
	margin: 30px auto 35px auto;
}

.search-results-form form {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
}

.search-results-form input[type="search"] {
	flex: 1;
	height: 46px;

	padding: 0 20px;

	border: 1px solid #877d73;
	border-radius: 30px;

	background-color: #ffffff;
	color: #877d73;

	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;

	outline: none;
	box-sizing: border-box;
}

.search-results-form input[type="search"]::placeholder {
	color: #877d73;
	opacity: 1;
}

.search-results-form input[type="search"]:focus {
	border-color: #a3ad94;
}

.search-results-form button {
	min-width: 130px;
	height: 46px;

	padding: 0 25px;

	border: 1px solid #a3ad94;
	border-radius: 30px;

	background-color: #a3ad94;
	color: #ffffff;

	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;

	text-transform: uppercase;

	cursor: pointer;

	transition: all .4s ease;
}

.search-results-form button:hover {
	background-color: #ffffff;
	color: #a3ad94;
}

.search-results-count {
	width: 100%;
	margin: 0 0 25px 0;

	font-size: 16px;
	line-height: 22px;
	color: #877d73;

	text-align: center;
}

.search-no-results {
	width: 100%;

	margin: 30px 0 50px 0;

	font-size: 18px;
	line-height: 26px;
	color: #877d73;

	text-align: center;
}


@media screen and (max-width: 750px) {

	.search-results-form form {
		flex-direction: column;
		gap: 12px;
	}

	.search-results-form input[type="search"],
	.search-results-form button {
		width: 100%;
	}

}


.purchase-option-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.purchase-option-row input[type="radio"] {
	flex: 0 0 auto;
	margin: 0;
}


.jdgm-preview-badge .jdgm-star {
	color: #e5cc99 !important;
}
.header-search-category {
	display: flex;
	align-items: center;
	height: 100%;
}

.header-search-category select {
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: normal;
}


.jdgm-widget,
.jdgm-widget *,
.jdgm-rev-widg,
.jdgm-rev-widg *,
.jdgm-rev,
.jdgm-rev * {
	font-family: "Montserrat", sans-serif !important;
}


.jdgm-rev-widg .jdgm-star,
.jdgm-rev .jdgm-star,
.jdgm-histogram .jdgm-star,
.jdgm-widget .jdgm-star {
	color: #e5cc99 !important;
}


.jdgm-preview-badge .jdgm-star {
	color: #e5cc99 !important;
}


.jm-star-rating__font-icon {
	font-family: "JudgemeStar", monospace !important;
	color: #e5cc99 !important;
}



.jm-review-widget,
.jm-review-widget button,
.jm-review-widget input,
.jm-review-widget select,
.jm-review-widget textarea {
	font-family: "Montserrat", sans-serif;
}



.jm-button--primary,
button.jm-button--primary,
.jm-action-buttons__button {
	background: #a3ad94 !important;
	background-color: #a3ad94 !important;
	color: #ffffff !important;

	border: 1px solid #a3ad94 !important;
	border-radius: 30px !important;

	font-family: "Montserrat", sans-serif !important;
	font-weight: 600 !important;

	box-shadow: none !important;
}



.jm-button--primary:hover,
button.jm-button--primary:hover,
.jm-action-buttons__button:hover {
	background: #ffffff !important;
	background-color: #ffffff !important;

	color: #a3ad94 !important;
	border-color: #a3ad94 !important;
}