html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #6d6d6d;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.618;
  font-weight: 400;
}

a {
  color: #333;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, opacity .18s ease;
}

a:hover,
a:focus {
  color: #308C30;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #131315;
  font-weight: 300;
  margin: 0 0 .5407911001em;
}

img {
  max-width: 100%;
  height: auto;
}

.storefront-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1064px;
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #9aa0a7;
  padding-top: 2.617924em;
  position: relative;
  z-index: 999;
}

.header-main {
  display: flex;
  align-items: flex-start;
  min-height: 96px;
  padding: 0;
}

.site-logo {
  display: block;
  flex: 0 0 39.1304347826%;
  margin-right: 0;
  margin-bottom: 1.41575em;
  max-width: none;
}

.site-logo img {
  display: block;
  width: 320px;
  height: auto;
}

.secondary-navigation {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  margin-right: 0;
  margin-bottom: 1.41575em;
  padding-top: .875em;
  font-size: .875em;
  line-height: 1.618;
}

.secondary-navigation a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #777;
  white-space: nowrap;
}

.secondary-navigation img {
  width: 18px;
  height: 12px;
  object-fit: cover;
}

.secondary-navigation a:hover {
  color: #308C30;
}

.mobile-menu-button {
  display: none;
  align-items: center;
  gap: 8px;
  width: auto;
  margin-left: auto;
  padding: 10px 14px;
  border: 0;
  border-radius: 0;
  background: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.navigation-row {
  clear: both;
  display: block;
}

.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: block;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.main-navigation .menu > li {
  display: inline-block;
  position: relative;
  text-align: left;
}

.main-navigation .menu > li > a {
  display: block;
  padding: 1.618em 1em;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.618;
}

.main-navigation .menu > li:first-child > a {
  padding-left: 0;
}

.main-navigation .menu > li > a:hover,
.main-navigation .menu > li:hover > a {
  color: #308C30;
}

.main-navigation .menu-item-has-children > a::after {
  content: "\f107";
  display: inline-block;
  margin-left: .45em;
  color: #999;
  font-family: FontAwesome;
  font-size: .85em;
}

.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 999;
  min-width: 200px;
  background: #F0F0F0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}

.main-navigation .menu > li:hover > .sub-menu,
.main-navigation .menu > li.focus > .sub-menu,
.main-navigation .menu > li.is-open > .sub-menu {
  left: 0;
}

.main-navigation .sub-menu li {
  display: block;
}

.main-navigation .sub-menu a {
  display: block;
  padding: .875em 1.41575em;
  color: #333;
  font-size: 15px;
  line-height: 1.45;
  white-space: nowrap;
}

.main-navigation .sub-menu a:hover {
  background: #e6e6e6;
  color: #308C30;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
  text-align: center;
  background: #222;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 19% 73%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 113, 45, .74);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(640px, calc(100vw - 32px));
  padding: 2.617924em 1em;
}

.hero h1 {
  margin: 0 0 .2360828548em;
  color: #fff;
  font-size: 2.617924em;
  line-height: 1.214;
  font-weight: 700;
}

.hero p {
  width: min(560px, 100%);
  margin: 0 0 1.41575em;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.hero-shop-button {
  display: block;
  width: min(608px, 100%);
  padding: .75em 1.41575em;
  background: #f5f5f5;
  color: #131315;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.hero-shop-button:hover,
.hero-shop-button:focus {
  background: #fff;
  color: #308C30;
}

.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: .6180469716em 1.41575em;
  border: 0;
  border-radius: 0;
  background: #308C30;
  color: #fff;
  font-size: 16px;
  line-height: 1.618;
  font-weight: 600;
  text-align: center;
}

.store-button:hover,
.store-button:focus {
  background: #246b24;
  color: #fff;
}

.fixed-order-online {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  padding: 10px;
  background: #308C30;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .22);
  transform: translateY(-50%);
}

.fixed-order-online:hover,
.fixed-order-online:focus {
  background: #246b24;
  color: #fff;
}

.hero-button {
  min-width: 174px;
}

.store-section {
  padding: 4.235801032em 0 0;
}

.section-title {
  margin: 0;
  color: #131315;
  font-size: 2em;
  line-height: 1.214;
  font-weight: 300;
  text-align: center;
}

.section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin: 16px auto 0;
  background: #e5e5e5;
}

.category-grid,
.product-grid {
  display: grid !important;
  margin-top: 38px;
  margin-right: 0;
  margin-left: 0;
  gap: 24px;
}

.category-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-grid > .col,
.product-grid > .col {
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.category-card {
  display: block;
  text-align: center;
}

.category-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 16px;
}

.category-card h3 {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.category-card mark {
  padding: 0;
  background: transparent;
  color: #999;
}

.product-card {
  height: 100%;
  cursor: pointer;
  text-align: center;
}

.product-image {
  display: block;
  margin-bottom: 18px;
}

.product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-image img.fallback-product-image {
  padding: 18px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  object-fit: contain;
}

.product-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  color: #308C30;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.product-card h3 {
  min-height: 0;
  margin: 0 0 4px;
  color: #333;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.product-card h3 a {
  color: #333;
}

.product-card h3 a:hover {
  color: #308C30;
}

.price {
  min-height: 0;
  margin: 0;
  color: #43454b;
  font-size: 15px;
  font-weight: 700;
}

.add-cart {
  min-width: 111px;
  min-height: 41px;
  padding: 11px 14px;
  font-size: 15px;
}

.contact-section {
  padding-bottom: 4.235801032em;
}

.contact-columns {
  display: flex;
  align-items: flex-start;
  gap: 6%;
  margin-top: 0;
}

.contact-left {
  flex: 0 0 38%;
  padding-right: 0;
}

.contact-map {
  flex: 1 1 0;
  min-width: 0;
}

.contact-block {
  color: #6d6d6d;
  font-size: 16px;
}

.contact-block h2 {
  color: #131315;
  font-size: 2em;
  line-height: 1.214;
  font-weight: 300;
  margin: 0 0 .5407911001em;
}

.contact-block h4 {
  color: #131315;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
  margin: 0 0 .5407911001em;
  white-space: nowrap;
}

.contact-block h4 + h2 {
  margin-top: 2.2906835em;
}

.contact-block h4 .fa {
  display: inline-block;
  min-width: 22px;
  color: #131315;
}

.contact-block h4 a {
  color: #308C30;
  font-weight: 300;
  text-decoration: none;
}

.contact-block h4 a:hover,
.contact-block h4 a:focus {
  color: #246b24;
  text-decoration: none;
}

.contact-block iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
  background: #eee;
}

.storefront-breadcrumb {
  margin: 0 0 1em;
  padding: 1.41575em 0 0;
  color: #6d6d6d;
  font-size: .875em;
}

.storefront-breadcrumb a {
  color: #727272;
  text-decoration: underline;
}

.storefront-breadcrumb nav::before {
  content: "\f015";
  display: inline-block;
  margin-right: .5407911001em;
  color: #727272;
  font-family: FontAwesome;
}

.breadcrumb-separator {
  padding: 0 .5407911001em;
}

.archive-main {
  padding: 2.617924em 0 4.235801032em;
}

.archive-layout {
  display: grid;
  grid-template-columns: 21.7391304348% minmax(0, 1fr);
  gap: 4.347826087%;
  align-items: start;
}

.archive-sidebar {
  color: #6d6d6d;
  font-size: 16px;
}

.archive-sidebar .widget {
  margin: 0 0 3.706325903em;
}

.archive-sidebar h2 {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #333;
  color: #6d6d6d;
  font-size: 1.41575em;
  line-height: 1.214;
  font-weight: 300;
}

.product-categories-tree,
.product-categories-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-categories-tree li {
  margin: 0 0 .6180469716em;
}

.product-categories-tree a {
  color: #727272;
  font-size: 16px;
  line-height: 1.618;
  text-decoration: underline;
}

.product-categories-tree a::before {
  content: "\f07b";
  display: inline-block;
  width: 1.41575em;
  color: #c9c9c9;
  font-family: FontAwesome;
  text-decoration: none;
}

.product-categories-tree .current-cat > a::before {
  content: "\f07c";
}

.product-categories-tree a:hover,
.product-categories-tree .current-cat > a {
  color: #308C30;
}

.product-categories-tree span {
  color: #999;
}

.product-categories-tree .children {
  margin-top: .6180469716em;
  margin-left: 1.41575em;
}

.archive-content {
  min-width: 0;
}

.archive-title {
  color: #131315;
  font-size: 2.617924em;
  line-height: 1.214;
  font-weight: 300;
  margin: 0 0 .5407911001em;
}

.archive-count {
  margin: 0;
  color: #6d6d6d;
  font-size: 16px;
}

.storefront-sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin: 0 0 2.617924em;
  color: #6d6d6d;
  font-size: 16px;
}

.storefront-sorting select {
  min-width: 166px;
  height: 27px;
  box-sizing: border-box;
  padding: 2px 4px;
  border: 1px solid #777;
  background-color: #fff;
  color: #6d6d6d;
  font-family: inherit;
  font-size: 14px;
}

.archive-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.706325903em 4.347826087%;
}

.archive-bottom-sorting {
  margin-top: 3.706325903em;
  margin-bottom: 0;
}

.sorting-pagination {
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.618em 0 3.706325903em;
  background: #f3f3f3;
  color: #3b3c3f;
  font-size: 15px;
  text-align: center;
}

.site-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 2.617924em 0;
  text-align: center;
}

.site-footer a {
  color: #2c2d33;
  text-decoration: underline;
}

.site-footer a:hover,
.site-footer a:focus {
  text-decoration: none;
}

.local-delivery-content {
  color: #6d6d6d;
  font-size: 16px;
}

.local-delivery-content p,
.local-delivery-content ul {
  margin: 0 0 1.41575em;
}

.local-delivery-content strong {
  font-weight: 700;
}

.delivery-zip-list {
  padding-left: 1.618em;
}

@media (max-width: 991.98px) {
  .site-header {
    padding-top: 0;
    position: sticky;
    top: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
  }

  .header-main {
    align-items: center;
    min-height: 86px;
    padding: 1.618em 0;
  }

  .site-logo {
    flex: 1 1 auto;
    margin: 0;
    max-width: calc(100vw - 120px);
  }

  .site-logo img {
    width: 320px;
    max-width: 100%;
  }

  .secondary-navigation {
    flex: 0 0 auto;
    margin: 0 58px 0 auto;
    padding-top: 0;
    font-size: 13px;
  }

  .mobile-menu-button {
    display: inline-flex;
    flex: 0 0 auto;
    border: 2px solid #333;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 400;
  }

  .navigation-row {
    display: block;
    border-top: 0;
  }

  .main-navigation {
    display: none;
    margin-bottom: 18px;
    border-top: 1px solid #eee;
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation .menu > li {
    display: block;
  }

  .main-navigation .menu > li > a,
  .main-navigation .sub-menu a {
    min-height: 45px;
    padding: .75em 4px;
    border-bottom: 1px solid #eee;
    color: #333;
  }

  .main-navigation .menu > li:first-child > a {
    padding-left: 4px;
  }

  .main-navigation .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    background: #F0F0F0;
    box-shadow: none;
    padding-left: 1.41575em;
  }

  .main-navigation .menu > li.is-open > .sub-menu {
    display: block;
  }

  .main-navigation .menu > li:hover > .sub-menu {
    left: auto;
  }

  .hero {
    min-height: 465px;
  }

  .fixed-order-online {
    width: 68px;
    height: 68px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .store-section {
    padding-top: 55px;
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-layout {
    grid-template-columns: 1fr;
    gap: 3.706325903em;
  }

  .archive-content {
    order: 1;
  }

  .archive-sidebar {
    order: 2;
  }

  .archive-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-sorting {
    display: block;
  }

  .storefront-sorting select {
    width: 100%;
    margin-bottom: 1em;
  }

  .sorting-pagination {
    margin-top: 1em;
    margin-left: 0;
  }

  .contact-columns {
    display: block;
  }

  .contact-left,
  .contact-map {
    padding-right: 0;
  }

  .contact-block iframe {
    margin-top: 32px;
  }
}

@media (max-width: 575.98px) {
  .storefront-container {
    padding-right: 22px;
    padding-left: 22px;
  }

  .header-main {
    position: relative;
    align-items: center;
    padding-right: 60px;
  }

  .site-logo {
    max-width: calc(100vw - 115px);
  }

  .site-logo img {
    width: 270px;
    max-width: 100%;
  }

  .secondary-navigation {
    position: absolute;
    right: 58px;
    top: 12px;
    margin: 0;
  }

  .secondary-navigation img {
    width: 16px;
    height: 11px;
  }

  .mobile-menu-button {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1001;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    justify-content: center;
    padding: 0;
  }

  .mobile-menu-button span:last-child {
    display: none;
  }

  .hero {
    min-height: 465px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 16px;
  }

  .section-title {
    font-size: 27px;
  }

  .category-grid {
    grid-template-columns: minmax(0, 324px);
    justify-content: center;
    max-width: calc(100vw - 44px);
    margin-right: auto;
    margin-left: auto;
  }

  .product-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: calc(100vw - 44px);
    margin-right: auto;
    margin-left: auto;
  }

  .archive-product-grid {
    grid-template-columns: minmax(0, 324px);
    justify-content: center;
  }

  .product-card h3 {
    min-height: 0;
  }

  .contact-block h4 {
    font-size: 16px;
  }

}
