/* Product info section */

.oc-product-info {
  padding: 12px 0 42px;
  background: #fff;
  color: #173913;
}

.oc-product-info__title {
  margin: 0 0 46px;
  color: #173913;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

/* .oc-product-specs {
  display: flex;
  gap: 16px;
  margin-bottom: 54px;
} */
.oc-product-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 16px;
  margin-bottom: 54px;
}

/* .oc-product-specs__col {
  flex: 1 1 0;
} */

.oc-product-spec {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  border-bottom: 1px solid #edf1ec;
}

.oc-product-spec img {
  flex: 0 0 40px;
  width: 40px;
  max-height: 42px;
}

.oc-product-spec p {
  margin: 0 0 5px;
  color: #8da08b;
  font-size: 15px;
  font-weight: 700;
}

.oc-product-spec strong {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

.oc-product-info__bottom {
  align-items: flex-start;
}

.oc-product-description h3,
.oc-product-accordion__head h3 {
  margin: 0 0 14px;
  color: #173913;
  font-size: 16px;
  font-weight: 700;
}

.oc-product-description p {
  max-width: 520px;
  margin: 0 0 12px;
  color: #173913;
  font-size: 15px;
  line-height: 1.08;
}

/* .oc-product-description__more {
  padding: 0;
  border: 0;
  background: none;
  color: #3B741E;
  font-size: 15px;
  font-weight: 700;
}

.oc-product-description__more span {
  display: inline-block;
  margin-left: 6px;
  font-size: 22px;
  line-height: 1;
  vertical-align: -2px;
} */

.oc-product-accordion {
  margin: 0;
}

.oc-product-accordion__item {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.oc-product-accordion__head {
  padding: 0;
  border-bottom: 1px solid #edf1ec;
  background: none;
}

/* .oc-product-accordion__head a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 12px;
  color: #173913;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.oc-product-accordion__head a span {
  width: 15px;
  height: 15px;
  border-right: 2px solid #3B741E;
  border-bottom: 2px solid #3B741E;
  transform: rotate(45deg);
}

.oc-product-accordion__head a[aria-expanded="true"] span {
  transform: rotate(225deg);
} */

.oc-product-accordion__head a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 12px;
  color: #173913;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.oc-product-accordion__head a:hover,
.oc-product-accordion__head a:focus,
.oc-product-accordion__head a:active {
  color: #3B741E;
  text-decoration: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.oc-product-accordion__head a span {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #3B741E;
  border-bottom: 2px solid #3B741E;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.2s ease;
}

.oc-product-accordion__head a[aria-expanded="true"] span {
  transform: rotate(225deg) translate(-1px, -1px);
}

.panel-title > a:focus,
.panel-title > a:active,
.panel-title > a[aria-expanded="true"] {
  outline: none;
  box-shadow: none;
}

.oc-product-accordion__body {
  padding: 14px 0 0;
  border-top: 0 !important;
}

.oc-product-accordion__body p {
  margin: 0;
  color: #173913;
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 991px) {
  /* .oc-product-specs {
    flex-wrap: wrap;
  }

  .oc-product-specs__col {
    flex: 1 1 calc(50% - 16px);
  } */
}

@media (max-width: 767px) {
  .oc-product-info {
    padding-bottom: 34px;
  }

  .oc-product-info__title {
    margin-bottom: 26px;
    font-size: 22px;
  }

  /* .oc-product-specs {
    display: block;
    margin-bottom: 34px;
  } */
  /* .oc-product-specs {
      grid-template-columns: 1fr;
      margin-bottom: 34px;
  }    */
  .oc-product-specs {
    margin-bottom: 34px;
  }

  .oc-product-description {
    margin-bottom: 28px;
  }
}
