.site-top-bar {
	background-color: #fff;
	height: 50px;
	color: #000;
}
.site-top-bar__wrapper {
	height: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1400px) {
	.site-top-bar {
		display: none;
	}
}

.admin-bar .site-header {
	top: 32px;
}

.site-header {
	height: 100px;
	position: sticky;
	top: 0;
	background-color: #55e753;
	color: #fff;
	border-bottom: 1px solid #ebebeb;
	z-index: 998;
}
@media screen and (max-width: 768px) {
	.site-header {
		height: 80px;
	}
}
.site-header__wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
}
@media screen and (max-width: 768px) {
	.site-header__wrapper {
		padding: 0 24px;
	}
}
.site-header__branding img {
	max-height: 60px;
	width: auto;
}
@media screen and (max-width: 768px) {
	.site-header__branding img {
		max-height: 40px;
		width: auto;
	}
}
.site-header__navigation {
	display: flex;
	align-items: center;
	gap: 32px;
}
.site-header__navigation .button-bar {
	display: flex;
	align-items: center;
	gap: 16px;
}
.site-header__navigation .button-bar .wc-block-mini-cart__button {
	cursor: pointer;
	height: 42px;
	width: 42px;
}
.site-header__navigation .button-bar .wc-block-mini-cart__icon {
	height: 1em;
	width: 1em;
}
.site-header__navigation .button-bar .wc-block-mini-cart__badge {
	font-size: 0.75em;
}
.site-header__navigation .button-bar .modal-search-button {
	cursor: pointer;
	appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.site-header__navigation .button-bar .modal-search-button svg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
}
.site-header__mobile-menus {
	display: none;
}
@media screen and (max-width: 1400px) {
	.site-header__mobile-menus {
		display: block;
	}
}

@media screen and (max-width: 1400px) {
	.nav-bar {
		display: none;
	}
}
.nav-bar .menu {
	display: flex;
	gap: 24px;
	list-style-type: none;
	padding: 0;
}
.nav-bar .menu > .menu-item {
	position: relative;
	margin-bottom: 0;
	display: flex;
	gap: 4px;
	padding: 8px 0;
	align-items: center;
}
.nav-bar .menu > .menu-item.current-menu-item {
	text-decoration: underline;
}
.nav-bar .menu > .menu-item.menu-item-has-children::after {
	display: inline-flex;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFFFFF' width='16' height='16'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
	height: 16px;
	width: 16px;
	color: #fff;
}
.nav-bar .menu a {
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	display: flex;
	gap: 4px;
}
.nav-bar .menu a[target='_blank']::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
	display: inline-block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	color: #fff;
}
.nav-bar .sub-menu {
	top: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.045);
}
.nav-bar .sub-menu > .menu-item {
	margin-bottom: 0;
}
.nav-bar .sub-menu > .menu-item a {
	display: flex;
	padding: 8px 24px 8px 16px;
	background-color: #ffffff;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	min-width: max-content;
	font-size: 14px;
	font-weight: 400;
	max-width: 300px;
}
.nav-bar .sub-menu > .menu-item a[target='_blank']::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.nav-bar .sub-menu > .menu-item a:hover {
	background-color: #f2f2f2;
}
.nav-bar .sub-menu > .menu-item:last-of-type a {
	border-color: transparent;
}
.nav-bar .menu-item:hover > .sub-menu {
	display: block;
}

.dos-was-here {
	appearance: none;
	background-color: transparent;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	border-radius: 0;
}
.dos-was-here svg {
	height: 32px;
	width: 32px;
}
.dos-was-here[aria-expanded='false'] .im-ready-dos {
	display: block;
}
.dos-was-here[aria-expanded='false'] .im-closed-dos {
	display: none;
}
.dos-was-here[aria-expanded='true'] .im-ready-dos {
	display: none;
}
.dos-was-here[aria-expanded='true'] .im-closed-dos {
	display: block;
}

.site-header__mobile-nav {
	position: sticky;
	inset: 0;
	top: 100%;
	overflow-y: auto;
	background-color: transparent;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: none;
}
@media screen and (max-width: 1400px) {
	.site-header__mobile-nav {
		display: block;
	}
}
.site-header__mobile-nav.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	background-color: rgb(255, 255, 255);
}

.sm-icons {
	display: flex;
	gap: 8px;
	align-items: center;
}
.sm-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	width: 24px;
}
.sm-icons__white a {
	color: white;
}

.site-header__mobile-nav--wrapper .menu {
	padding: 0;
}
.site-header__mobile-nav--wrapper .menu .menu-item {
	margin: 0;
	border-bottom: 1px solid #ebebeb;
}
.site-header__mobile-nav--wrapper .menu .menu-item > a {
	padding: 16px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-header__mobile-nav--wrapper .menu .menu-item a {
	text-decoration: none;
}
.site-header__mobile-nav--wrapper .menu .menu-item a[target='_blank']::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
	display: inline-block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.site-header__mobile-nav--wrapper .menu .menu-item .submenu-toggle__parent {
	padding: 16px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-header__mobile-nav--wrapper
	.menu
	.menu-item
	.submenu-toggle__parent
	.submenu-toggle {
	position: absolute;
	appearance: none;
	background-color: transparent;
	border: none;
	height: 24px;
	width: 24px;
	right: 24px;
}
.site-header__mobile-nav--wrapper
	.menu
	.menu-item
	.submenu-toggle__parent
	.submenu-toggle
	svg {
	pointer-events: none;
	height: 20px;
	width: 20px;
	transition: all 0.2s ease;
}
.site-header__mobile-nav--wrapper
	.menu
	.menu-item
	.submenu-toggle__parent.active {
	background-color: rgba(169, 184, 146, 0.25);
}
.site-header__mobile-nav--wrapper
	.menu
	.menu-item
	.submenu-toggle__parent.active
	.submenu-toggle
	svg {
	transform: rotate(180deg);
}
.site-header__mobile-nav--wrapper
	.menu
	.menu-item
	.submenu-toggle__parent.active
	~ .sub-menu {
	display: block;
	background-color: rgba(169, 184, 146, 0.1);
}
.site-header__mobile-nav--wrapper .menu .menu-item .sub-menu {
	display: none;
	transform-origin: top;
	animation: slideDown 0.2s;
	padding: 0;
	margin: 0;
}

.site-top-bar__announcements {
	max-width: 750px;
	overflow: hidden;
}
.site-top-bar__announcements p {
	margin-bottom: 0;
	/* color: var(--wp--preset--color--base); */
}
.site-top-bar__announcements a {
	color: var(--wp--preset--color--contrast);
	font-weight: 300;
	text-decoration: none;
}

.site-top-bar__announcements > * {
	display: flex;
	align-items: center;
	gap: 32px;
}

.site-top-bar__wrapper img {
	height: 42px;
	width: auto;
}

.woocommerce .page-title {
	display: none;
}

.woocommerce .toolbar {
	padding: 24px 0 48px;
	border-top: 1px solid var(--color-not-so-white);
	border-bottom: 1px solid var(--color-not-so-white);
	margin-bottom: 40px;
}

.site-footer {
	background-color: #000;
	color: #f3f5f9;
}
.site-footer a {
	color: #f3f5f9;
}
.site-footer__main .container {
	padding-top: 64px;
}
.site-footer__main .container .row {
	padding-bottom: 40px;
	border-bottom: 1px solid #b9b9b9;
}
.site-footer__main--brand {
	grid-column: 1/5;
}
@media screen and (max-width: 1024px) {
	.site-footer__main--brand {
		grid-column: 1/-1;
		margin-bottom: 40px;
	}
}
.site-footer__main--brand img {
	max-height: 80px;
	max-width: 100%;
	width: auto;
}
.site-footer__main--links {
	grid-column: 6/13;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 24px;
}
@media screen and (max-width: 1024px) {
	.site-footer__main--links {
		grid-column: 1/-1;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}
.site-footer__main--links a {
	font-size: 16px;
	text-decoration: none;
}
.site-footer__main--links a:hover {
	text-decoration: underline;
}
.site-footer__main--links ul {
	list-style: none;
	padding: 0;
}
.site-footer__main--links ul li {
	margin-bottom: 0.5rem;
}
.site-footer__main--links ul li a {
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}
.site-footer__main--header {
	margin-bottom: 16px;
}
.site-footer__copyright {
	padding: 16px 0;
	font-size: 14px;
}
.site-footer__copyright--main {
	grid-column: 1/8;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 1024px) {
	.site-footer__copyright--main {
		grid-column: 1/-1;
	}
}
@media screen and (max-width: 768px) {
	.site-footer__copyright--main {
		flex-direction: column;
	}
}
.site-footer__copyright--main .menu {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	.site-footer__copyright--main .menu {
		flex-direction: column;
	}
}
.site-footer__copyright--main .menu .menu-item {
	font-size: 14px;
}
.site-footer__copyright--main .menu .menu-item a {
	text-decoration: none;
}
.site-footer__copyright--main .menu .menu-item a:hover {
	text-decoration: underline;
}
.site-footer__copyright--main .menu .menu-item ::before {
	content: '|';
	padding-right: 16px;
}
@media screen and (max-width: 768px) {
	.site-footer__copyright--main .menu .menu-item ::before {
		content: none;
		padding-right: 0px;
	}
}
.site-footer__copyright--main .menu .menu-item:last-child::before {
	content: none;
}
.site-footer__copyright--socials {
	grid-column: 9/13;
	display: flex;
	justify-content: flex-end;
	gap: 24px;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
	.site-footer__copyright--socials {
		grid-column: 1/-1;
		justify-content: flex-start;
	}
}
