#offlajn-ajax-search170 .offlajn-ajax-search-container {
    background: #02a498 !important;
}

select.vm-chzn-select{width:100%;}
.addtocart-area .product-fields .row .col-md-12 {
    width: 100%;
}
.zc-product-desc {
  box-sizing: border-box;
  color: #263128;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 24px;
}

.zc-product-desc * {
  box-sizing: border-box;
}

.zc-product-hero {
  background: #f3f8f1;
  border: 1px solid #dcead7;
  border-radius: 8px;
  padding: 22px;
}

.zc-product-title {
  color: #20462a;
  font-size: 26px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.zc-product-lead {
  color: #3b493f;
  font-size: 17px;
  margin: 0;
}

.zc-benefits-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
}

.zc-benefit {
  background: #ffffff;
  border: 1px solid #e3e7df;
  border-radius: 8px;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  min-width: 0;
  padding: 16px;
}

.zc-benefit-icon {
  display: block;
  grid-column: 1;
  grid-row: 1;
  height: 50px;
  margin: 0;
  width: 50px;
}

.zc-benefit h3 {
  color: #20462a;
  font-size: 18px;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.3;
  margin: 0;
}

.zc-benefit p {
  grid-column: 1 / -1;
  margin: 10px 0 0;
}

.zc-text,
.zc-note {
  margin: 0;
}

.zc-section {
  margin: 20px 0 0;
}

.zc-section-title {
  color: #20462a;
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.zc-list {
  margin: 0;
  padding-left: 20px;
}

.zc-list li {
  margin: 6px 0;
}

.zc-info-table {
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
}

.zc-info-table th,
.zc-info-table td {
  border: 1px solid #dfe6dc;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.zc-info-table th {
  background: #f4f7f2;
  color: #20462a;
  font-weight: 700;
  width: 34%;
}

.zc-note {
  background: #fff8e7;
  border: 1px solid #ead9ad;
  border-radius: 8px;
  color: #514428;
  margin-top: 14px;
  padding: 12px 14px;
}

.zc-shop-advantages {
  background: #f7faf5;
  border: 1px solid #dfe8da;
  border-radius: 8px;
  margin-top: 20px;
  padding: 16px;
}

.zc-shop-advantages h3 {
  color: #20462a;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
}

@media (max-width: 980px) {
  .zc-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .zc-product-desc {
    font-size: 15px;
  }

  .zc-product-hero {
    padding: 18px;
  }

  .zc-product-title {
    font-size: 22px;
  }

  .zc-benefits-grid {
    grid-template-columns: 1fr;
  }

  .zc-info-table th,
  .zc-info-table td {
    display: block;
    width: 100%;
  }
}
