﻿/* Style Guide */
/* Buttons */
/* Custom Sizing */
/* Media Query Breakpoints */
#header {
  position: sticky;
  flex-shrink: 0;
  flex-grow: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: white;
  margin: 0;
  min-height: 50px;
  box-sizing: content-box;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: left;
  color: #202B2f;
  font-size: 16px;
  height: 50px;
}
#header img {
  max-width: 100%;
  height: auto;
}
#header p, #header ul, #header li {
  font: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-size: inherit;
}
#header p, #header ul, #header ol, #header li {
  margin: 0;
  padding: 0;
}
#header, #header * {
  box-sizing: border-box;
}
#header *:focus {
  outline: none !important;
}
#header button, #header a {
  transition: all 0.3s ease, font-weight 0s;
}
#header button:focus, #header a:focus {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
#header .header-mobile-button button:focus,
#header .header-cart-button button:focus {
  box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
#header svg {
  overflow: visible;
}
#header button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  text-transform: inherit;
}
#header, #header #headerInner, #header .header-top-row, #header .header-top-row > *, #header #headerLogo, #header img.logo, #header .header-desktop-shop-categories {
  transition: all 0.3s ease, font-weight 0s;
}
#header.with-mobile-sidebar, #header.with-shop-categories {
  height: 90px;
}
#header .top-level-links, #header .header-search-form, #header .header-desktop-shop-categories {
  display: none;
}
#header #headerInner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#header #headerInner .header-top-row {
  display: flex;
  flex-direction: row;
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
}
#header #headerInner .header-top-row #headerLogo {
  flex-grow: 1;
  flex-shrink: 1;
  padding-top: 0;
  padding-left: 20px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
#header #headerInner .header-top-row #headerLogo .logo {
  width: 140px;
  transform: translateY(-10%);
}
#header #headerInner .header-top-row > .mobile-spacer {
  flex-grow: 1;
}
#header #headerInner .header-top-row .header-desktop-search-button {
  display: none;
}
#header #headerInner .header-top-row.open-mobile-search-form .header-mobile-search-button button {
  background-color: #279F9B;
  color: white;
}
#header #headerInner .header-top-row.open-mobile-search-form .header-search-form {
  display: flex;
}
#header #headerInner .header-top-row .header-search-form {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  background-color: #F0F2F2;
  padding: 10px;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  z-index: 1;
}
#header #headerInner .header-top-row .header-search-form > div {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #365B70;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  padding: 0 25px;
  transition: all 0.3s ease, font-weight 0s;
}
#header #headerInner .header-top-row .header-search-form > div.focused {
  box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
#header #headerInner .header-top-row .header-search-form > div input {
  min-width: 0;
  border: none;
  border-radius: 15px;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #202B2f;
  padding: 8px 0;
  margin: 0;
}
#header #headerInner .header-top-row .header-search-form > div button {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
  display: flex;
}
#header #headerInner .header-top-row.open-mobile-main-menu .header-mobile-button.header-mobile-main-menu button .x-icon {
  display: block;
}
#header #headerInner .header-top-row.open-mobile-main-menu .header-mobile-button.header-mobile-main-menu button .menu-icon {
  display: none;
}
#header #headerInner .header-top-row.open-mobile-main-menu .header-mobile-main-mlm {
  display: flex;
}
#header #headerInner .header-top-row .header-mobile-button.header-mobile-main-menu button {
  position: relative;
}
#header #headerInner .header-top-row .header-mobile-button.header-mobile-main-menu button:hover {
  background-color: #279F9B;
  color: white;
}
#header #headerInner .header-top-row .header-mobile-button.header-mobile-main-menu button .x-icon {
  display: none;
}
#header #headerInner .header-top-row .header-mobile-button.header-mobile-main-menu button .menu-icon {
  display: block;
}
#header #headerInner .header-top-row .header-mobile-button.header-mobile-main-menu button .x-icon, #header #headerInner .header-top-row .header-mobile-button.header-mobile-main-menu button .menu-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header #headerInner .header-top-row .header-mobile-main-mlm {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  z-index: 1;
  color: #202B2f;
  background-color: white;
}
#header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item {
  transition: all 0.3s ease, font-weight 0s;
  transition: background-color 0.4s ease;
  color: #202B2f;
  background-color: white;
}
#header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:has(:active, :focus), #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:hover {
  background-color: #007672;
  color: white;
}
#header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:has(:active, :focus) > a.active, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:has(:active, :focus) > a.active-parent, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:has(:active, :focus) > button.active, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:has(:active, :focus) > button.active-parent, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:has(:active, :focus) > span.active, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:has(:active, :focus) > span.active-parent, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:hover > a.active, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:hover > a.active-parent, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:hover > button.active, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:hover > button.active-parent, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:hover > span.active, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item:hover > span.active-parent {
  color: white;
}
#header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item > a.active, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item > a.active-parent, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item > button.active, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item > button.active-parent, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item > span.active, #header #headerInner .header-top-row .header-mobile-main-mlm .mobile-mlm-root-list .mobile-mlm-item > span.active-parent {
  color: #457200;
}
#header #headerInner .header-top-row .header-mobile-button {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e0e0;
  flex-grow: 0;
  flex-shrink: 0;
}
#header #headerInner .header-top-row .header-mobile-button button {
  background-color: white;
  color: #202B2f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #headerInner .header-top-row .header-mobile-button button:hover {
  background-color: #279F9B;
  color: white;
}
#header #headerInner .header-top-row .header-account-menu-button {
  position: relative;
}
#header #headerInner .header-top-row .header-account-menu-button button {
  position: relative;
  overflow: visible;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#header #headerInner .header-top-row .header-account-menu-button .account-checkmark {
  display: none;
  transition: all 0.3s ease, font-weight 0s;
  color: #279F9B;
}
#header #headerInner .header-top-row .header-account-menu-button .account-checkmark svg {
  background-color: white;
  border-radius: 50px;
}
#header #headerInner .header-top-row .header-account-menu-button.logged-in .account-checkmark {
  display: block;
  position: absolute;
  right: 2px;
  bottom: 8px;
  width: 12px;
  height: 12px;
}
#header #headerInner .header-top-row .header-account-menu-button button:hover .account-checkmark {
  color: #365B70;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu {
  display: none;
}
#header #headerInner .header-top-row .header-account-menu-button.open-account-menu button {
  background-color: #279F9B;
  color: white;
}
#header #headerInner .header-top-row .header-account-menu-button.open-account-menu .account-checkmark {
  opacity: 0;
}
#header #headerInner .header-top-row .header-account-menu-button.open-account-menu .header-account-menu {
  display: flex;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu {
  flex-direction: column;
  justify-content: end;
  position: absolute;
  top: calc(50px - 2px);
  right: -1px;
  background-color: white;
  color: #202B2f;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  width: max-content;
  min-width: 209px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  z-index: 1;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu .drf-loginpopup {
  text-decoration: underline;
  color: #457200;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu .account-greeting {
  color: #457200;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu .account-type {
  color: #202B2f;
  font-weight: 700;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu .drf-loginpopup a {
  text-decoration: underline;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  cursor: pointer;
  display: inline-block;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu a:hover {
  font-weight: 600;
  color: #007672;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu li {
  list-style-type: none;
  padding-left: 20px;
  padding-right: 20px;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu li.separator {
  padding: 0;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu li.separator hr {
  height: 1px;
  background-color: #e0e0e0;
  border: none;
  margin: 0;
}
#header #headerInner .header-top-row .header-account-menu-button .header-account-menu > li:not(:last-child) {
  margin-bottom: 10px;
}
#header #headerInner .header-top-row .header-cart-button {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}
#header #headerInner .header-top-row .header-cart-button button {
  background-color: #f0f2f2;
  color: #202B2f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #headerInner .header-top-row .header-cart-button button:hover {
  background-color: #279F9B;
  color: white;
}
#header #headerInner .header-top-row .header-cart-button button svg {
  transform: translateY(-10%);
}
#header #headerInner .header-top-row .header-cart-button button .cart-quantity {
  display: block;
  position: absolute;
  top: 5px;
  right: -10px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #365B70;
  color: white;
  font-size: 9px;
  font-family: "Libre Franklin", sans-serif;
  line-height: 19px;
  text-align: center;
}
#header #headerInner .header-top-row .header-cart-button button .cart-quantity.zero {
  display: none;
}
#header #headerInner .header-mobile-sub-nav {
  height: 40px;
  background-color: #202B2f;
  color: white;
  position: relative;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-submenu-mlm {
  display: none;
}
#header #headerInner .header-mobile-sub-nav .browse-button .icon .x {
  display: none;
}
#header #headerInner .header-mobile-sub-nav.open-mobile-sub-menu .header-mobile-submenu-mlm {
  display: flex;
}
#header #headerInner .header-mobile-sub-nav.open-mobile-sub-menu .browse-button .icon .x {
  display: block;
}
#header #headerInner .header-mobile-sub-nav.open-mobile-sub-menu .browse-button .icon .dots {
  display: none;
}
#header #headerInner .header-mobile-sub-nav .browse-button {
  height: 40px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#header #headerInner .header-mobile-sub-nav .browse-button .icon {
  width: 43px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
#header #headerInner .header-mobile-sub-nav .browse-button .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header #headerInner .header-mobile-sub-nav .header-mobile-submenu-mlm {
  background-color: #202B2f;
  color: white;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-submenu-mlm .mobile-mlm-root-list .mobile-mlm-item {
  transition: all 0.3s ease, font-weight 0s;
  background-color: #202B2f;
  color: white;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-submenu-mlm .mobile-mlm-root-list .mobile-mlm-item:has(:active, :focus) {
  background-color: #007672;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-submenu-mlm .mobile-mlm-root-list .mobile-mlm-item:hover {
  background-color: #007672;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-submenu-mlm .mobile-mlm-root-list .mobile-mlm-item .svg {
  width: 22px;
  display: inline-flex;
  vertical-align: middle;
  height: 16px;
  justify-content: center;
  align-items: center;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-submenu-mlm .mobile-mlm-root-list .mobile-mlm-item svg:not(.mlm-arrow) {
  fill: #A5D45D;
  width: auto;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-submenu-mlm .mobile-mlm-root-list .mobile-mlm-item.private-msges {
  display: none;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-sub-nav-private-messages {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: white;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-sub-nav-private-messages:focus {
  box-shadow: none;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-sub-nav-private-messages:focus img {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-sub-nav-private-messages img {
  width: 20px;
}
#header #headerInner .header-mobile-sub-nav .header-mobile-sub-nav-private-messages .count {
  padding-left: 5px;
  padding-right: 0;
}
#header .mobile-mlm-root {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
}
#header .mobile-mlm-root > * {
  flex-shrink: 0;
  width: 100%;
}
#header .mobile-mlm-root, #header .mobile-mlm-root ul {
  list-style-type: none;
}
#header .mobile-mlm-root a, #header .mobile-mlm-root button {
  color: inherit;
  text-decoration: none;
}
#header .mobile-mlm-root .mobile-mlm-item {
  padding-left: 20px;
  padding-right: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
#header .mobile-mlm-root .mobile-mlm-submenu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-color: white;
  color: #202B2f;
  height: 100%;
}
#header .mobile-mlm-root .mobile-mlm-back {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.05em;
  height: 49px;
  transition: background-color 0.4s ease;
}
#header .mobile-mlm-root .mobile-mlm-back .icon {
  transition: all 0.3s ease, font-weight 0s;
  width: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .mobile-mlm-root .mobile-mlm-back .mlm-arrow {
  transform: rotate(180deg);
}
#header .mobile-mlm-root .mobile-mlm-back > span {
  transition: all 0.3s ease, font-weight 0s;
}
#header .mobile-mlm-root .mobile-mlm-back:focus {
  box-shadow: none;
}
#header .mobile-mlm-root .mobile-mlm-back:focus > span {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
#header .mobile-mlm-root .mobile-mlm-back:hover {
  background-color: #007672;
  color: white;
}
#header .mobile-mlm-root .mobile-mlm-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: p22-mackinac-pro;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 20px;
  height: 50px;
}
#header .mobile-mlm-root .mobile-mlm-submenu-item {
  transition: all 0.3s ease, font-weight 0s;
  transition: background-color 0.4s ease;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.05em;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #E0E0E0;
}
#header .mobile-mlm-root .mobile-mlm-submenu-item:last-child {
  border-bottom: 1px solid #E0E0E0;
}
#header .mobile-mlm-root .mobile-mlm-submenu-item > .mlm-arrow {
  transition: all 0.3s ease, font-weight 0s;
  transform: rotate(90deg);
}
#header .mobile-mlm-root .mobile-mlm-submenu-item.is-open > .mlm-arrow {
  transform: rotate(-90deg);
}
#header .mobile-mlm-root .mobile-mlm-submenu-item + .mobile-mlm-submenu-item-submenu {
  display: none;
}
#header .mobile-mlm-root .mobile-mlm-submenu-item.is-open {
  background-color: #202B2f;
  color: white;
  border-bottom: 1px solid #E0E0E0;
}
#header .mobile-mlm-root .mobile-mlm-submenu-item.is-open + .mobile-mlm-submenu-item-submenu {
  display: flex;
}
#header .mobile-mlm-root .mobile-mlm-submenu-item:hover {
  background-color: #007672;
  color: white;
}
#header .mobile-mlm-root .mobile-mlm-submenu-item-submenu {
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-align: left;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#header .mobile-mlm-root .mobile-mlm-submenu-item-submenu li {
  transition: all 0.3s ease, font-weight 0s;
  transition: background-color 0.4s ease;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
#header .mobile-mlm-root .mobile-mlm-submenu-item-submenu li:hover {
  background-color: #007672;
  color: white;
}
@media (min-width: 1024px) {
  #header {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  }
  #header, #header.with-mobile-sidebar {
    height: 80px;
  }
  #header #headerInner .header-top-row {
    height: 80px;
  }
  #header.with-shop-categories {
    height: 125px;
    box-shadow: none;
  }
  #header.with-shop-categories #headerInner .header-desktop-shop-categories {
    height: 45px;
  }
  #header.sticky {
    height: 65px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1490196078);
  }
  #header.sticky.with-shop-categories {
    box-shadow: none;
  }
  #header.sticky #headerInner .header-top-row #headerLogo,
  #header.sticky #headerInner .header-top-row #headerLogo img.logo {
    max-width: 179px;
  }
  #header.sticky #headerInner .header-top-row {
    height: 65px;
  }
  #header.sticky #headerInner .header-top-row .header-search-form {
    top: calc(65px - 5px);
  }
  #header.sticky #headerInner .header-top-row .header-account-menu-button .header-account-menu {
    top: 55px;
  }
  #header.sticky.with-shop-categories {
    height: 102px;
  }
  #header.sticky.with-shop-categories #headerInner .header-desktop-shop-categories {
    height: 37px;
  }
  #header #headerInner .header-top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: none;
  }
  #header #headerInner .header-top-row #headerLogo {
    margin-left: 30px;
    padding-left: 0;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 200px;
    width: 11%;
  }
  #header #headerInner .header-top-row #headerLogo img.logo {
    max-width: 200px;
    width: 100%;
    transform: none;
  }
  #header #headerInner .header-top-row > .mobile-spacer {
    display: none;
  }
  #header #headerInner .header-top-row .top-level-links {
    transition: all 0.3s ease, font-weight 0s;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: stretch;
  }
  #header #headerInner .header-top-row .top-level-links > ul {
    transition: all 0.3s ease, font-weight 0s;
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #202B2f;
  }
  #header #headerInner .header-top-row .top-level-links > ul > li {
    transition: all 0.3s ease, font-weight 0s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header #headerInner .header-top-row .top-level-links > ul > li > a, #header #headerInner .header-top-row .top-level-links > ul > li > button {
    transition: all 0.3s ease, font-weight 0s;
  }
  #header #headerInner .header-top-row .top-level-links > ul > li > a.active, #header #headerInner .header-top-row .top-level-links > ul > li > a.active-parent, #header #headerInner .header-top-row .top-level-links > ul > li > button.active, #header #headerInner .header-top-row .top-level-links > ul > li > button.active-parent {
    color: #457200;
    font-weight: 600;
  }
  #header #headerInner .header-top-row .top-level-links > ul > li > a:active, #header #headerInner .header-top-row .top-level-links > ul > li > button:active {
    color: #457200;
    font-weight: 600;
  }
  #header #headerInner .header-top-row .top-level-links > ul > li > a:hover, #header #headerInner .header-top-row .top-level-links > ul > li > button:hover {
    color: #007672;
    font-weight: 600;
  }
  #header #headerInner .header-top-row .top-level-links > ul > li > a:focus, #header #headerInner .header-top-row .top-level-links > ul > li > button:focus {
    color: #007672;
    font-weight: 600;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  #header #headerInner .header-top-row .top-level-links > ul > li > a, #header #headerInner .header-top-row .top-level-links > ul > li > button {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #header #headerInner .header-top-row .top-level-links > ul > li > a, #header #headerInner .header-top-row .top-level-links > ul > li > button {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  #header #headerInner .header-top-row .top-level-links > ul a {
    text-decoration: none;
    color: inherit;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host {
    position: relative;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host > .desktop-main-menu-dropdown {
    display: none;
    top: 23px;
    z-index: 100;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host.open-desktop-main-menu > .desktop-main-menu-dropdown {
    display: flex;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .has-main-submenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .header-desktop-main-submenu {
    display: none;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .desktop-main-menu-dropdown {
    position: absolute;
    left: -30px;
    flex-direction: row;
    align-items: stretch;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #E0E0E0;
    background-color: white;
    color: #202B2f;
    overflow: hidden;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host ul {
    text-align: left;
    flex-direction: column;
    width: max-content;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host ul a, #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host ul button {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .desktop-main-menu-dropdown > ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-align: left;
    height: 68px;
    border-bottom: 1px solid #F0F2F2;
    cursor: pointer;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .desktop-main-menu-dropdown > ul li:last-child {
    border-bottom: none;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .desktop-main-menu-dropdown > ul li.main-submenu-is-open, #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .desktop-main-menu-dropdown > ul li:hover {
    color: #007672;
    font-weight: 600;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .desktop-main-menu-dropdown .header-desktop-main-submenu-host {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .desktop-main-menu-dropdown .header-desktop-main-submenu {
    border-left: 1px solid #F0F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .desktop-main-menu-dropdown .header-desktop-main-submenu > li {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;
    height: 50px;
    cursor: pointer;
  }
  #header #headerInner .header-top-row .top-level-links .desktop-main-menu-host .desktop-main-menu-dropdown .header-desktop-main-submenu > li:hover {
    color: #007672;
    font-weight: 600;
  }
  #header #headerInner .header-top-row .header-mobile-main-menu {
    display: none;
  }
  #header #headerInner .header-top-row .mobile-mlm-root {
    display: none !important;
  }
  #header #headerInner .header-top-row.open-desktop-search-form .header-search-form {
    display: flex;
  }
  #header #headerInner .header-top-row .header-search-form {
    top: calc(80px - 5px);
    width: 300px;
    right: 70px;
    left: unset;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background-color: white;
  }
  #header #headerInner .header-top-row .header-desktop-search-button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #header #headerInner .header-top-row .header-desktop-search-button button {
    background-color: #fff;
    color: #202b2f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header #headerInner .header-top-row .header-desktop-search-button button:hover {
    background-color: #279F9B;
    color: white;
  }
  #header #headerInner .header-top-row.open-desktop-search-form .header-desktop-search-button button {
    background-color: #279F9B;
    color: white;
  }
}
@media (min-width: 1024px) and (min-width: 1300px) {
  #header #headerInner .header-top-row .header-search-form {
    display: flex;
    position: relative;
    top: 0 !important;
    left: 0;
    right: 0;
    max-width: 300px;
    width: calc(30% - 210px);
    height: 50px;
    padding: 0;
    border: none;
    background-color: white;
    overflow: visible;
  }
  #header #headerInner .header-top-row .header-search-form > div {
    height: 50px;
  }
}
@media (min-width: 1024px) and (min-width: 1300px) and (max-width: 1500px) {
  #header #headerInner .header-top-row .header-search-form input {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1300px) {
  #header #headerInner .header-top-row .header-desktop-search-button {
    display: none;
  }
}
@media (min-width: 1024px) {
  #header #headerInner .header-top-row .header-mobile-search-button {
    display: none;
  }
  #header #headerInner .header-top-row .header-account-menu-button {
    border: none;
    width: 70px;
    height: 50px;
  }
  #header #headerInner .header-top-row .header-account-menu-button button {
    width: 50px;
    height: 50px;
  }
  #header #headerInner .header-top-row .header-account-menu-button.logged-in .account-checkmark {
    right: 6px;
    bottom: 12px;
  }
  #header #headerInner .header-top-row .header-account-menu-button .header-account-menu {
    top: 60px;
    border-radius: 10px;
  }
  #header #headerInner .header-top-row .header-cart-button {
    border: none;
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
  #header #headerInner .header-top-row .header-cart-button button {
    width: 50px;
    height: 50px;
  }
  #header #headerInner .header-mobile-sub-nav {
    display: none !important;
  }
  #header #headerInner .header-desktop-shop-categories {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
  }
  #header #headerInner .header-desktop-shop-categories, #header #headerInner .header-desktop-shop-categories li {
    list-style-type: none;
  }
  #header #headerInner .header-desktop-shop-categories a {
    color: inherit;
    text-decoration: none;
  }
  #header #headerInner .header-desktop-shop-categories > li {
    flex-basis: 50px;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #202B2f;
    color: white;
    border-right: 1px solid rgb(84, 92.75, 95.75);
    cursor: pointer;
  }
  #header #headerInner .header-desktop-shop-categories > li:first-child {
    border-top-left-radius: 10px;
  }
  #header #headerInner .header-desktop-shop-categories > li:last-child {
    border-top-right-radius: 10px;
    border-right: none;
  }
  #header #headerInner .header-desktop-shop-categories > li:hover {
    background-color: #365B70;
  }
  #header .header-desktop-category-menu {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px - 30px);
    max-width: 1860px;
    display: flex;
    align-items: stretch;
    background-color: white;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    min-height: 532px;
    position: relative;
  }
  #header .header-desktop-category-menu .description-block {
    flex-basis: 402px;
    flex-shrink: 1;
    flex-grow: 0;
    padding-left: 4.84%;
    padding-right: 2.15%;
    padding-top: 60px;
  }
  #header .header-desktop-category-menu .description-block .category-name {
    font-family: p22-mackinac-pro;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #202B2f;
  }
  #header .header-desktop-category-menu .description-block .category-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #4F4F4F;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #header .header-desktop-category-menu .description-block .shop-all-link {
    color: #457200;
    text-decoration: none;
    border-bottom: 1px solid #457200;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  #header .header-desktop-category-menu .description-block .shop-all-link:active {
    border-bottom: none;
  }
  #header .header-desktop-category-menu .description-block .shop-all-link:hover {
    color: #007672;
    border-bottom-color: #007672;
  }
  #header .header-desktop-category-menu .description-block .shop-all-link:focus {
    color: #007672;
    border-bottom-color: #007672;
  }
  #header .header-desktop-category-menu .subcategories-block {
    flex-basis: 856px;
    flex-shrink: 1;
    flex-grow: 0;
    column-fill: auto;
    column-count: 3;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 3.77%;
    padding-right: 3.77%;
    column-gap: 5.02%;
  }
  #header .header-desktop-category-menu .subcategories-block, #header .header-desktop-category-menu .subcategories-block li {
    list-style-type: none;
  }
  #header .header-desktop-category-menu .subcategories-block > li {
    break-inside: avoid-column;
    height: 68px;
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  #header .header-desktop-category-menu .subcategories-block > li a:after {
    content: " ";
    display: inline-block;
    transition: all 0.3s ease, font-weight 0s;
    height: 8px;
    width: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNTM2IDQuMzUzNTVDMTAuNTQ4OCA0LjE1ODI5IDEwLjU0ODggMy44NDE3MSAxMC4zNTM2IDMuNjQ2NDVMNy4xNzE1NyAwLjQ2NDQ2NkM2Ljk3NjMxIDAuMjY5MjA0IDYuNjU5NzMgMC4yNjkyMDQgNi40NjQ0NyAwLjQ2NDQ2NkM2LjI2OTIgMC42NTk3MjggNi4yNjkyIDAuOTc2MzExIDYuNDY0NDcgMS4xNzE1N0w5LjI5Mjg5IDRMNi40NjQ0NyA2LjgyODQzQzYuMjY5MiA3LjAyMzY5IDYuMjY5MiA3LjM0MDI3IDYuNDY0NDcgNy41MzU1M0M2LjY1OTczIDcuNzMwOCA2Ljk3NjMxIDcuNzMwOCA3LjE3MTU3IDcuNTM1NTNMMTAuMzUzNiA0LjM1MzU1Wk0wIDQuNUgxMFYzLjVIMFY0LjVaIiBmaWxsPSIjMDA3NjcyIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .header-desktop-category-menu .subcategories-block > li:hover a {
    font-weight: 600;
    color: #007672;
  }
  #header .header-desktop-category-menu .subcategories-block > li:hover a:after {
    width: 11px;
  }
  #header .header-desktop-category-menu .subcategories-block a {
    color: #202B2f;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-align: left;
    text-decoration: none;
  }
  #header .header-desktop-category-menu .image-block {
    flex-basis: 600px;
    flex-shrink: 1;
    flex-grow: 0;
  }
  #header .header-desktop-category-menu .image-block img {
    object-fit: cover;
  }
}

@media print {
  #header {
    position: relative !important;
    top: 0 !important;
  }
}
body #footer {
  background-color: #F0F2F2;
  color: #202B2f;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  padding-top: 45px;
  text-align: center;
  width: 100%;
}
body #footer p, body #footer ul, body #footer ol, body #footer li {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-size: inherit;
}
body #footer img {
  max-width: 100%;
  height: auto;
}
body #footer button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  text-transform: inherit;
}
body #footer, body #footer * {
  box-sizing: border-box;
}
body #footer a, body #footer button {
  transition: all 0.3s ease, font-weight 0s;
  outline: none !important;
}
body #footer button:focus, body #footer a:focus {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
body #footer ul, body #footer li {
  list-style-type: none;
}
body #footer #footerInner {
  padding: 0;
  background-color: #F0F2F2;
  color: #202B2f;
}
body #footer .call-us {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
body #footer .call-us .phone-number {
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.05em;
  text-align: left;
}
body #footer .call-us .call-icon {
  display: flex;
  align-items: center;
}
body #footer .follow-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
body #footer .follow-social a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: white;
  color: #202B2f;
}
body #footer .follow-social a:active {
  color: #457200;
}
body #footer .follow-social a:hover {
  color: #007672;
}
body #footer .follow-social a:focus {
  color: #007672;
}
body #footer .middle-panel {
  padding-left: 20px;
  padding-right: 20px;
}
body #footer .middle-panel .menu div.heading {
  display: none;
}
body #footer .middle-panel .menu button.heading {
  font-family: p22-mackinac-pro;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  height: 60px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body #footer .middle-panel .menu button.heading .arrow {
  transition: all 0.3s ease, font-weight 0s;
}
body #footer .middle-panel .menu button.heading.expanded .arrow {
  transform: rotate(180deg);
}
body #footer .middle-panel .menu button.heading > span {
  transition: all 0.3s ease, font-weight 0s;
}
body #footer .middle-panel .menu button.heading:focus {
  box-shadow: none;
}
body #footer .middle-panel .menu button.heading:focus > span {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
body #footer .middle-panel .menu:not(:first-child) button.heading {
  border-top: none;
}
body #footer .middle-panel .menu ul {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
body #footer .middle-panel .menu li {
  height: 45px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
body #footer .middle-panel .menu li a {
  color: inherit;
}
body #footer .middle-panel .menu li:hover {
  font-weight: 600;
  color: #007672;
}
body #footer .middle-panel .menu a {
  color: #202B2f;
  text-decoration: none;
}
body #footer .right-panel {
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
body #footer .right-panel .heading {
  font-family: p22-mackinac-pro;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
}
body #footer .right-panel .description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: center;
}
body #footer .right-panel .description strong {
  font-weight: 600;
  color: #457200;
}
body #footer .right-panel a {
  appearance: none;
  height: unset;
  transition: all 0.3s ease, font-weight 0s;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  font-size: remCalc(14);
  padding: 15px 50px 17px 50px;
  font-weight: 600;
  line-height: 1.193;
  text-align: center;
  border-radius: 80px;
  border: 1px solid white;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  display: inline-block;
}
body #footer .right-panel a, body #footer .right-panel a:focus {
  border-color: #202B2f;
  background-color: #202B2f;
  color: white;
}
body #footer .right-panel a:after {
  transition: all 0.3s ease;
  content: " ";
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNTM2IDQuODUzNTVDMTAuNTQ4OCA0LjY1ODI5IDEwLjU0ODggNC4zNDE3MSAxMC4zNTM2IDQuMTQ2NDVMNy4xNzE1NyAwLjk2NDQ2NkM2Ljk3NjMxIDAuNzY5MjA0IDYuNjU5NzMgMC43NjkyMDQgNi40NjQ0NyAwLjk2NDQ2NkM2LjI2OTIgMS4xNTk3MyA2LjI2OTIgMS40NzYzMSA2LjQ2NDQ3IDEuNjcxNTdMOS4yOTI4OSA0LjVMNi40NjQ0NyA3LjMyODQzQzYuMjY5MiA3LjUyMzY5IDYuMjY5MiA3Ljg0MDI3IDYuNDY0NDcgOC4wMzU1M0M2LjY1OTczIDguMjMwOCA2Ljk3NjMxIDguMjMwOCA3LjE3MTU3IDguMDM1NTNMMTAuMzUzNiA0Ljg1MzU1Wk0wIDVIMTBWNEgwVjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-position: calc(0px - 0.78em) 50%;
  background-size: 0.78em;
  display: inline-block;
  width: calc(0.78em + 5px);
  height: 0.64em;
  margin-right: calc(0px - (0.78em + 5px));
  background-repeat: no-repeat;
}
body #footer .right-panel a:hover:after {
  background-position: right 50%;
}
body #footer .right-panel a:active:after {
  opacity: 0;
}
body #footer .right-panel a:active {
  text-decoration: none;
}
body #footer .right-panel a:focus {
  box-shadow: 0px 0px 0px 1px #F0F2F2, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff !important;
  outline: none !important;
}
body #footer .right-panel a:focus:hover, body #footer .right-panel a:focus:active, body #footer .right-panel a:hover, body #footer .right-panel a:active {
  background-color: #365B70;
  color: white;
  border-color: #365B70;
}
body #footer .right-panel a:disabled {
  background-color: #F0F2F2;
  color: #8e9192;
  border-color: #F0F2F2;
}
body #footer .footer-copyright {
  padding: 30px 20px;
  background-color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}
body #footer .footer-copyright .separator {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
body #footer .footer-copyright a {
  color: #457200;
  text-decoration: underline;
}
body #footer .footer-copyright a:active {
  text-decoration: none;
}
body #footer .footer-copyright a:hover {
  color: #007672;
}
body #footer .disclaimer-content {
  padding: 0 20px 30px 20px;
  background-color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}
@media (min-width: 1024px) {
  body #footer {
    text-align: left;
  }
  body #footer .footer-top {
    display: flex;
    flex-direction: row;
    padding: 5.2vw;
    align-items: top;
  }
  body #footer .footer-top .left-panel {
    flex-grow: 0;
    flex-shrink: 1;
    width: 22%;
  }
  body #footer .footer-top .left-panel .call-us {
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: nowrap;
  }
  body #footer .footer-top .left-panel .follow-social {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body #footer .footer-top .middle-panel {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  body #footer .footer-top .middle-panel .menu .heading {
    display: block;
    font-family: p22-mackinac-pro;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
  }
  body #footer .footer-top .middle-panel .menu button.heading {
    display: none;
  }
  body #footer .footer-top .middle-panel .menu ul {
    display: flex !important;
    white-space: nowrap;
    overflow: visible;
    align-items: flex-start;
  }
  body #footer .footer-top .right-panel {
    width: 22%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0;
    padding: 0;
  }
  body #footer .footer-top .right-panel .heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
  }
  body #footer .footer-top .right-panel .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body:has(.drf-cart-slidein[open]) {
  overflow-y: hidden;
}

.drf-cart-slidein {
  position: fixed;
  width: 580px;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  border: none;
  margin: unset;
  inset-inline-start: unset;
  padding: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.drf-cart-slidein::backdrop,
.drf-cart-slidein + .backdrop {
  background-color: rgba(32, 43, 47, 0.6);
  opacity: 0;
  transition: all 0.3s ease, font-weight 0s;
}
body.drf-cart-slidein-show-backdrop .drf-cart-slidein::backdrop, body.drf-cart-slidein-show-backdrop .drf-cart-slidein + .backdrop {
  opacity: 1;
}

.drf-cart-slidein[open] {
  display: flex;
  flex-direction: column;
}
.drf-cart-slidein img {
  max-width: 100%;
  height: auto;
}
.drf-cart-slidein a {
  transition: all 0.3s ease, font-weight 0s;
}
.drf-cart-slidein a, .drf-cart-slidein a:link, .drf-cart-slidein a:visited {
  color: #457200;
  text-decoration: underline;
}
.drf-cart-slidein a:hover {
  color: #007672;
}
.drf-cart-slidein a:focus {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
.drf-cart-slidein a:active {
  color: #457200;
  text-decoration: none;
}
.drf-cart-slidein .slidein-heading {
  line-height: 28.56px;
  font-size: 24px;
  font-family: p22-mackinac-pro;
  letter-spacing: normal;
  font-weight: 500;
  color: white;
  background-color: #202B2f;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 108px;
  padding-left: 40px;
  padding-right: 40px;
  flex-grow: 0;
  flex-shrink: 0;
}
.drf-cart-slidein .slidein-heading button {
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  margin: 0;
  padding: 5px;
  border-radius: 50px;
  display: flex;
  transition: all 0.3s ease, font-weight 0s;
}
.drf-cart-slidein .slidein-heading button:focus {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
.drf-cart-slidein .slidein-heading button:hover, .drf-cart-slidein .slidein-heading button:active {
  color: #A5D45D;
}
.drf-cart-slidein .loading-line {
  margin: 0;
  width: 100%;
  height: 3px;
  margin-bottom: -3px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-color: white;
  flex-grow: 0;
  flex-shrink: 0;
}
.drf-cart-slidein .loading-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: #279F9B;
  -webkit-animation: loadingLineAnim 1s linear infinite;
  -moz-animation: loadingLineAnim 1s linear infinite;
  animation: loadingLineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@keyframes loadingLineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}
.drf-cart-slidein .slidein-items {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.drf-cart-slidein .slidein-items .cart-slidein-cart-shipping-message {
  background-color: #365B70;
  color: white;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgb(189, 189, 189);
}
.drf-cart-slidein .slidein-items .cart-slidein-cart-shipping-message a {
  text-decoration: underline;
  color: #A5D45D;
  font-weight: 600;
}
.drf-cart-slidein .slidein-items .slidein-cart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgb(189, 189, 189);
  padding-top: 10px;
  padding-bottom: 10px;
}
.drf-cart-slidein .slidein-items .slidein-cart-item.is-added-item {
  background-color: #EAF3F2;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-image {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-image img {
  object-fit: contain;
  border-radius: 10px;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  line-height: 1.2;
  flex-grow: 1;
  flex-shrink: 1;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .product-name {
  font-family: p22-mackinac-pro;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 14px;
  color: #202B2f;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .product-price {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 14px;
  color: #202B2f;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .product-price s {
  font-weight: 400;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .product-price .sale {
  color: #D1313B;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .membership-upsell {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  color: #202B2f;
  font-size: 14px;
  font-weight: 400;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .membership-upsell .ProductContainer-Item-UpsellMessage,
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .membership-upsell .membership-upsellmessage,
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .membership-upsell .Upsell-Join {
  color: inherit;
  margin: 0;
  font-size: inherit;
  text-align: inherit;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .membership-upsell a {
  color: #457200;
  font-weight: 600;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .membership-upsell .upsell-savings {
  font-weight: 600;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .product-recurring-note {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  color: #202B2f;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .product-availability {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  color: #202B2f;
  font-size: 14px;
  font-weight: 400;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .product-prop65-warning {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  color: #202B2f;
  font-size: 14px;
  font-weight: 400;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity {
  flex-grow: 0;
  flex-shrink: 0;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity .quantity-widget {
  width: 116px;
  height: 40px;
  border: 1px solid #365B70;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity .quantity-widget button {
  background-color: transparent;
  border: none;
  color: #202B2f;
  cursor: pointer;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  transition: all 0.3s ease, font-weight 0s;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity .quantity-widget button svg {
  width: 12px;
  height: auto;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity .quantity-widget button:focus {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity .quantity-widget button:hover, .drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity .quantity-widget button:active {
  color: #8dc059;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity .quantity-widget button:disabled {
  color: #D9D9D9 !important;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity .quantity-widget input {
  background-color: transparent;
  padding: 0;
  border: none;
  min-width: unset;
  color: inherit;
  margin: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  text-align: center;
  width: 36px;
  max-width: 100%;
  transition: all 0.3s ease, font-weight 0s;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity .quantity-widget input:focus {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-remove {
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 15px;
  padding-right: 20px;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-remove button {
  background-color: transparent;
  border: none;
  fill: #F0F2F2;
  color: #202B2f;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 50px;
  display: flex;
  transition: all 0.3s ease, font-weight 0s;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-remove button:focus {
  box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff;
  outline: none !important;
}
.drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-remove button:hover, .drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-remove button:active {
  fill: #279F9B;
  color: white;
}
@media (max-width: 550px) {
  .drf-cart-slidein .slidein-items .slidein-cart-item {
    display: grid;
    grid-template-columns: 120px min-content auto;
    grid-template-rows: auto auto;
    grid-template-areas: "image content content" "image quantity remove";
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-image {
    grid-area: image;
    align-self: start;
    height: min-content;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content {
    grid-area: content;
    justify-self: stretch;
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-content .product-name {
    margin-top: 0;
  }
  .drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-quantity {
    grid-area: quantity;
  }
  .drf-cart-slidein .slidein-items .slidein-cart-item .slidein-cart-item-remove {
    grid-area: remove;
    justify-self: start;
  }
}
.drf-cart-slidein .slidein-footer {
  margin-top: -1px;
  flex-grow: 0;
  flex-shrink: 0;
  border-top: 1px solid rgb(189, 189, 189);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.drf-cart-slidein .slidein-footer .subtotal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #202B2f;
}
.drf-cart-slidein .slidein-footer .subtotal .label {
  font-weight: 600;
  font-size: 17px;
}
.drf-cart-slidein .slidein-footer .subtotal .value {
  font-weight: 700;
  font-size: 20px;
}
.drf-cart-slidein .slidein-footer .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
}
.drf-cart-slidein .slidein-footer .buttons a {
  border-radius: 50px;
  height: 50px;
  width: calc(50% - 5px);
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease, font-weight 0s;
}
.drf-cart-slidein .slidein-footer .buttons a:after {
  transition: all 250ms;
  content: " ";
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNTM2IDQuODUzNTVDMTAuNTQ4OCA0LjY1ODI5IDEwLjU0ODggNC4zNDE3MSAxMC4zNTM2IDQuMTQ2NDVMNy4xNzE1NyAwLjk2NDQ2NkM2Ljk3NjMxIDAuNzY5MjA0IDYuNjU5NzMgMC43NjkyMDQgNi40NjQ0NyAwLjk2NDQ2NkM2LjI2OTIgMS4xNTk3MyA2LjI2OTIgMS40NzYzMSA2LjQ2NDQ3IDEuNjcxNTdMOS4yOTI4OSA0LjVMNi40NjQ0NyA3LjMyODQzQzYuMjY5MiA3LjUyMzY5IDYuMjY5MiA3Ljg0MDI3IDYuNDY0NDcgOC4wMzU1M0M2LjY1OTczIDguMjMwOCA2Ljk3NjMxIDguMjMwOCA3LjE3MTU3IDguMDM1NTNMMTAuMzUzNiA0Ljg1MzU1Wk0wIDVIMTBWNEgwVjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-position: -11px 50%;
  display: inline-block;
  width: 16px;
  height: 9px;
  margin-right: -16px;
  background-repeat: no-repeat;
}
.drf-cart-slidein .slidein-footer .buttons a:hover:after {
  background-position: right 50%;
}
.drf-cart-slidein .slidein-footer .buttons a:active:after {
  opacity: 0;
}
.drf-cart-slidein .slidein-footer .buttons a.cart-button {
  background-color: #202B2f;
}
.drf-cart-slidein .slidein-footer .buttons a.cart-button:hover {
  background-color: #007672;
}
.drf-cart-slidein .slidein-footer .buttons a.checkout-button {
  background-color: #007672;
}
.drf-cart-slidein .slidein-footer .buttons a:focus {
  box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 4px #51abff, 0px 0px 3px 4px #0084ff !important;
  outline: none !important;
}

.unsupported-browser-detected #header {
  margin-top: 30px;
}

.unsupported-browser-alert {
  text-align: center;
  background-color: #ED0C10;
  color: #fff;
  font-size: 16px;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  padding: 5px;
}

.drf-carticon .fa-shopping-cart,
.navUser-item-cartLabel .fa-shopping-cart {
  vertical-align: middle;
}

.countPill.cart-quantity.countPill--positive {
  display: inline-block;
  background-color: #333333;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 16px;
}

/* BEGIN PAGECONTENT */
#pageContent {
  width: 100%;
  text-align: left;
  font-size: 12px;
  background-color: #fff;
}

#pageContentInner {
  margin: 0 auto;
  background-color: #fff;
  padding: 1% 0;
}

body #pageContent #pageContentInner {
  padding: 0 !important;
}

/* Mobile Responsive up to right before the desktop header kicks in */
@media (max-width: 800px) {
  body #pageContent {
    padding: 0 !important;
  }
  body #pageContentInner {
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
  }
}
/* END PAGECONTENT */
/* BEGIN LIVEBAR */
body #livebar {
  width: 100%;
  background-color: white;
  padding: 0;
  border: none;
  display: block;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  position: relative;
}

#livebar {
  width: 100%;
  background-color: white;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  position: static;
  flex-shrink: 0;
  flex-grow: 0;
}

/* END LIVEBAR */
