#sp-main-body {
  padding: 20px 0;
}
a:hover,
.article-info > span a:hover {
  color: #1f7f38;
}
li {
  list-style-position: inside;
}
.btn-link {
  color: #2ba84a;
}
.btn-link:hover {
  color: #1f7f38;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #1f7f38;
  background-color: #1f7f38;
}
#sp-top2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-contact-info {
  text-align: center;
}
.sp-contact-info li span {
  color: #4C8124;
}
.sp-contact-phone a,
.sp-contact-mobile a,
.sp-contact-email a {
  position: relative;
  text-decoration: none;
  transition: color .3s ease;
}
.sp-contact-phone a::after,
.sp-contact-mobile a::after,
.sp-contact-email a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #4C8124;
  transition: all .35s ease;
  transform: translateX(-50%);
}
.sp-contact-phone a:hover::after,
.sp-contact-mobile a:hover::after,
.sp-contact-email a:hover::after {
  width: 100%;
}
#sp-search .sp-module-content {
  width: 100%;
}
#sp-search form {
  width: 100%;
  margin: 0;
}
#sp-search .search {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
}
#sp-search #mod_virtuemart_search {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #d9dde1;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 15px;
  line-height: 44px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
     background-color 0.2s ease;
}
#sp-search #mod_virtuemart_search::placeholder {
  color: #9aa0a6;
  opacity: 1;
}
#sp-search #mod_virtuemart_search:hover {
  border-color: #bfc5ca;
}
#sp-search #mod_virtuemart_search:focus {
  border-color: #6f9f35;
  box-shadow: 0 0 0 3px rgba(111, 159, 53, 0.12);
  background: #fff;
}
#sp-search .search input[type="submit"] {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background-color: #5f8f2f;
  font-size: 0;
  line-height: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'%3E%3C/circle%3E%3Cline x1='16.65' y1='16.65' x2='21' y2='21'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
}
#sp-search .search input[type="submit"]:hover {
  background-color: #4f7c25;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
#sp-search .search input[type="submit"]:active {
  transform: translateY(1px);
  box-shadow: none;
}
@media (max-width: 991px) {
  #sp-search .search {
    max-width: 100%;
    margin: 15px 0 0;
  }
}
@media (max-width: 575px) {
  #sp-search .search {
    max-width: none;
  }
  #sp-search #mod_virtuemart_search,
  #sp-search .search input[type="submit"] {
    height: 46px;
  }
  #sp-search .search input[type="submit"] {
    flex-basis: 46px;
    width: 46px;
  }
}
#sp-section-2 {
  background: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

#sp-section-2 #sp-menu {
  padding-top: 0;
  padding-bottom: 0;
}
#sp-section-2 #sp-menu > .sp-column {
  display: flex;
  justify-content: center;
}
#sp-section-2 .sp-megamenu-wrapper {
  justify-content: center;
  width: 100%;
}
#sp-section-2 .sp-megamenu-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-section-2 .sp-megamenu-parent > li {
  position: relative;
  margin: 0;
}
#sp-section-2 .sp-megamenu-parent > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  color: #333;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}
#sp-section-2 .sp-megamenu-parent > li > a::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 3px;
  background: #5f8f2f;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
#sp-section-2 .sp-megamenu-parent > li > a:hover {
  color: #5f8f2f;
  background: #fafcf8;
}

#sp-section-2 .sp-megamenu-parent > li > a:hover::after {
  transform: scaleX(1);
}
#sp-section-2 .sp-megamenu-parent > li.active > a,
#sp-section-2 .sp-megamenu-parent > li.current > a {
  color: #5f8f2f;
}

#sp-section-2 .sp-megamenu-parent > li.active > a::after,
#sp-section-2 .sp-megamenu-parent > li.current > a::after {
  transform: scaleX(1);
}
#sp-section-2 .sp-dropdown {
  margin-top: 0;
  padding-top: 8px;
}
#sp-section-2 .sp-dropdown-inner {
  padding: 8px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
#sp-section-2 .sp-dropdown-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-section-2 .sp-dropdown-items > li > a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 6px;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    padding-left 0.2s ease;
}
#sp-section-2 .sp-dropdown-items > li > a:hover {
  color: #5f8f2f;
  background: #f5f8f1;
  padding-left: 18px;
}
#sp-section-2 .sp-megamenu-parent > li.sp-has-child > a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  order: 2;
  transition: transform 0.2s ease;
}
#sp-section-2 .sp-megamenu-parent > li.sp-has-child:hover > a::before {
  transform: rotate(225deg) translate(-1px, -1px);
}
#sp-section-3 {
  background: #fff;
}
#sp-section-3 #sp-breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
#sp-section-3 .mod-breadcrumbs {
  display: flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  padding: 0 16px !important;
  background: #f6f8f4;
  border: 1px solid #e8ece5;
  border-radius: 8px;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
}
#sp-section-3 .mod-breadcrumbs li {
  margin: 0;
  padding: 0;
}
#sp-section-3 .mod-breadcrumbs__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px !important;
  color: #6a9638;
  font-size: 15px;
}
#sp-section-3 .mod-breadcrumbs__item {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
#sp-section-3 .mod-breadcrumbs a {
  color: #666;
  text-decoration: none;
  transition:
    color 0.2s ease;
}
#sp-section-3 .mod-breadcrumbs a:hover {
  color: #5f8f2f;
}
#sp-section-3 .mod-breadcrumbs__item.active {
  color: #555;
}
#sp-section-3 .icon-location {
  font-size: 15px;
  color: #5f8f2f;
}
#sp-section-3 .mod-breadcrumbs__item + .mod-breadcrumbs__item::before {
  content: "›";
  margin: 0 10px;
  color: #b5b9b2;
  font-size: 17px;
}
@media (max-width: 575px) {
  #sp-section-3 #sp-breadcrumbs {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #sp-section-3 .mod-breadcrumbs {
    min-height: 40px;
    padding: 0 12px !important;
    font-size: 13px;
    border-radius: 6px;
  }
  #sp-section-3 .mod-breadcrumbs__item {
    font-size: 13px;
  }
}
.home-categories {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 15px;
}
.home-categories__header {
  margin-bottom: 30px;
  text-align: center;
}
.home-categories__header h2 {
  margin: 0 0 8px;
  color: #333;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
}
.home-categories__header p {
  margin: 0;
  color: #777;
  font-size: 15px;
  line-height: 1.6;
}
.home-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}
.home-category-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e8e3;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.home-category-card:hover {
  color: #333;
  text-decoration: none;
  border-color: #d5dfce;
  transform: translateY(-5px);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.10);
}
.home-category-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
}
.home-category-card__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition:
    transform 0.4s ease;
}
.home-category-card:hover .home-category-card__image img {
  transform: scale(1.04);
}
.home-category-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 20px 20px;
}
.home-category-card__content h3 {
  margin: 0 0 10px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}
.home-category-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #5f8f2f;
  font-size: 14px;
  font-weight: 500;
  transition:
    color 0.2s ease,
    gap 0.2s ease;
}
.home-category-card__link span {
  font-size: 18px;
  line-height: 1;
  transition:
    transform 0.2s ease;
}
.home-category-card:hover .home-category-card__link {
  color: #4f7c25;
  gap: 10px;
}
.home-category-card:hover .home-category-card__link span {
  transform: translateX(2px);
}
@media (max-width: 991px) {
  .home-categories {
    padding: 40px 0 45px;
  }
  .home-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

}
@media (max-width: 575px) {
  .home-categories {
    padding: 30px 0 35px;
  }
  .home-categories__header {
    margin-bottom: 22px;
  }
  .home-categories__header h2 {
    font-size: 25px;
  }
  .home-categories__header p {
    font-size: 14px;
  }
  .home-categories__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-category-card__content {
    padding: 16px 18px 18px;
  }
  .home-category-card__content h3 {
    font-size: 17px;
  }
}