/** Shopify CDN: Minification failed

Line 154:0 Unexpected "<"
Line 187:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.contact-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-right: 1px solid #eee;
  padding-right: 20px;
  height: 100%;
}
.contact-box:last-child {
  border-right: none;
}
.contact-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #001f5f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon svg, .contact-icon i {
  color: #001f5f;
  font-size: 20px;
}
.contact-details h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 20px;
}
.contact-details p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
}
#ContactForm{
  box-shadow: 0px 0px 5px #033d2261;
  padding: 40px 20px;
  border-radius: 10px;
}
#ContactForm .field__input{
  border-radius: 10px !important;
}
#ContactForm .field:after, #ContactForm .button:after{
  border-radius: 10px !important;
}
#ContactForm .button{
  background: #033d22;
  font-weight: bold;
  border-radius: 10px;
}
.contact-details p a{
  color: #FFF;
  text-decoration: none;
}
.contact-icon{
  border: 1px solid #fff;
}
.contact-icon i {
  color: #fff;
}
.contact-box{
  background: linear-gradient(to right, #04311d, #033e23) !important;
  padding: 25px 15px;
  border-radius: 15px;
  box-shadow: 0px 5px 5px #033b2275;
}
.custom-6col-section {
  padding: 50px 20px;
  background: #fdfdfd;
}
.custom-6col-section .product-grid-6col {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .custom-6col-section .product-grid-6col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-card-6col {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.3s ease;
}
.product-card-6col:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-card-6col img {
  width: 100%;
  max-height: 190px;
  min-height: 190px;
  object-fit: cover;
}
.product-card-6col .card-body {
  padding: 15px 0px 0px;
}
.product-card-6col .card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #006644;
  min-height: 40px;
}
.product-card-6col .price {
  color: #b88803;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop-category-title{
  font-size: 28px;
  margin-bottom: 50px;
  color: #085331;
  font-weight: bold;
  margin-top: 0px;
  text-align: center;
}
.add-to-cart,
.buy-now {
  display: inline-block;
  padding: 8px 0px;
  margin: 0px 0px;
  font-size: 15px;
  font-weight:bold;
  text-decoration: none;
  cursor: pointer;
  border: none;
  width: 100%;
}
.buy-now{
  background: #006644;
  color: #fff;
  border-bottom-right-radius: 10px;
}
.add-to-cart{
  background: #EDEDED;
  color: #006644;
  border-bottom-left-radius: 10px;
}
<style>
  .organic-features-section {
    position: relative;
    background-color: #0f4c47;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
  }

  .organic-features-section .top-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
  }

  .organic-features-section .feature-icon {
    width: 80px;
    height: 80px;
    background-color: #f3e74d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
  }

  .organic-features-section .feature-icon img {
    width: 40px;
    height: auto;
  }
</style>