.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 pro" !important;
}

.banner-layers {
  position: relative;
}
.banner-layers .text-box {
  padding: 20px 0;
}
.banner-layers .vs_content-tag {
  margin-bottom: 20px;
}
.banner-layers .vs_content-tag p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  margin: 0;
  border: 1px solid rgba(0, 148, 67, 0.4);
  border-radius: 50px;
  color: #009443;
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
}
.banner-layers h1 {
  font-size: 3rem !important;
  line-height: 1.3 !important;
  font-weight: 800;
  color: #009443 !important;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 540px) {
  .banner-layers h1 {
    font-size: 1.5rem !important;
  }
}
.banner-layers .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 28px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
@media (max-width: 540px) {
  .banner-layers .button {
    padding: 5px 15px;
    font-size: 0.8rem;
  }
}
.banner-layers .button.primary {
  background-color: #009443;
  color: #ffffff;
  border-color: #009443;
}
.banner-layers .button.primary:hover {
  background-color: rgb(0, 107.2, 48.5297297297);
  border-color: rgb(0, 107.2, 48.5297297297);
}
.banner-layers .button.white {
  background-color: transparent;
  color: #009443;
  border-color: #009443;
}
.banner-layers .button.white:hover {
  background-color: rgba(0, 148, 67, 0.05);
}
.banner-layers .list-banner {
  padding-top: 20px;
}
.banner-layers .list-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 540px) {
  .banner-layers .list-banner ul {
    gap: 10px;
  }
}
.banner-layers .list-banner li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.banner-layers .list-banner li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #009443;
  border: 1.5px solid #009443;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
  background: #fff;
}

.vs_home-category .product-category .col-inner {
  padding: 10px;
  border-radius: 12px;
  padding: 7px;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.vs_home-category .product-category .box-image {
  border: 1px solid #e4e4e4 !important;
  border-radius: 8px;
  overflow: hidden;
}
.vs_home-category .product-category .box-text {
  padding-bottom: 10px;
}
.vs_home-category .product-category .box-text .header-title {
  text-transform: none;
  color: #009443;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 39px;
}

.vs_title-style {
  margin-bottom: 0 !important;
}
.vs_title-style .section-title b {
  background-color: transparent;
}
.vs_title-style .section-title-normal .section-title-main::before {
  display: none;
}
.vs_title-style .section-title-normal span {
  border-bottom: transparent;
}
.vs_title-style .section-title a {
  font-size: 1rem;
  font-weight: 500;
}
.vs_title-style .section-title-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
}
.vs_title-style .section-title-main::before, .vs_title-style .section-title-main::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("/wp-content/uploads/2026/06/icon-leaf.png") center/contain no-repeat;
  flex-shrink: 0;
}
.vs_title-style .section-title-main::after {
  transform: scaleX(-1);
}
.vs_title-style .section-title-main {
  font-size: 26px;
  font-weight: 700;
  color: #009443;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.vs_home-product .product-small .col-inner {
  background: #fff;
  padding: 7px;
  border-radius: 12px;
  border: 1px solid #e4e4e4 !important;
}
.vs_home-product .product-small .col-inner .product-small .box-image {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e4e4e4 !important;
}
.vs_home-product .product-small .col-inner .product-small .box-text {
  padding-bottom: 10px;
}
.vs_home-product .product-small .col-inner .product-small .box-text .title-wrapper .product-title a {
  font-size: 0.9rem;
  min-height: 37px;
  line-height: 1.4;
}
.vs_home-product .product-small .col-inner .product-small .box-text span.amount {
  color: #009443;
  font-size: 1rem;
}
.vs_home-product .product-small .col-inner .product-small .box-text .add-to-cart-button a {
  text-transform: none;
  gap: 10px;
}
@media (max-width: 540px) {
  .vs_home-product .product-small .col-inner .product-small .box-text .add-to-cart-button a {
    gap: 5px;
    padding: 5px;
    margin-right: 0;
  }
}
.vs_home-product .product-small .col-inner .product-small .box-text .add-to-cart-button a.product_type_variable::after {
  content: "\f1de";
}
.vs_home-product .product-small .col-inner .product-small .box-text .add-to-cart-button a::after {
  content: "\e3f3";
  font-family: "Font Awesome 6 pro" !important;
  font-weight: 400;
}
.vs_home-product .product-small .badge-container {
  margin-top: 10px;
}
.vs_home-product .product-small .badge-container .badge {
  margin-left: 10px;
  height: unset;
}
.vs_home-product .product-small .badge-container .badge .badge-inner {
  padding: 4px;
  border-radius: 3px;
  background-color: #c51230;
  font-size: 0.7rem;
  font-weight: 400;
}

.vs_home-b2b .vs_content-tag p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 16px;
  margin: 0;
  border: 1px solid rgba(0, 148, 67, 0.4);
  border-radius: 50px;
  color: #009443;
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
}
.vs_home-b2b .vs_home-list ul {
  list-style: none;
}
.vs_home-b2b .vs_home-list ul li {
  gap: 10px;
  margin-left: 0;
}
.vs_home-b2b .vs_home-list ul li::before {
  content: "\f336";
  font-family: "Font Awesome 6 pro" !important;
  font-weight: 400;
  color: #009443;
  margin-right: 10px;
}
.vs_home-b2b .button {
  padding: 7px 17px;
  margin-bottom: 0;
  margin-right: 0;
}

.img-radius-12 {
  border-radius: 12px;
  overflow: hidden;
}

.btn-contact {
  display: inline-flex;
}
.btn-contact p {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 172px;
  min-height: 54px;
  padding: 8px 18px 8px 54px;
  border: 1px solid #d6eadc;
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 80, 40, 0.05);
  transition: all 0.25s ease;
}
.btn-contact p a {
  color: #c92828;
}
.btn-contact p::before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #078c3b;
  font-size: 21px;
}
.btn-contact p:hover {
  border-color: #0b8f43;
  box-shadow: 0 4px 14px rgba(0, 120, 60, 0.15);
  transform: translateY(-1px);
}
.btn-contact p span {
  display: block;
  margin-top: 3px;
  color: #166b34;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}
.btn-contact p br {
  display: none;
}

.vs_office .vs_content-tag p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 16px;
  margin: 0;
  border: 1px solid rgba(0, 148, 67, 0.4);
  border-radius: 50px;
  color: #009443;
  font-size: 14px;
  font-weight: 600;
  background-color: #fffaf0;
}/*# sourceMappingURL=style.css.map */