/* DETAILS */

.product_spec hr {
  background-color: lightgray !important;
  height: 1px !important;
  margin-block: 2em;
}

.product_spec_td1 {
  background: transparent !important;
  font-size: 1em !important;
  padding: 1em;
  border-bottom: 1px solid lightgrey;
}

.product_spec_td1:first-of-type {
  font-weight: bold;
}

#details__specs table {
  /* border-collapse: separate;
  border-spacing: 1em; */
  min-width: 100%;
}
#details__specs .product_spec_td1:nth-of-type(2n + 1) {
  background-color: #e5e7eb;
}

.product_spec_td2 {
  padding-block: 1em;
}

.product_spec_td2:first-of-type {
  font-weight: bold;
}

@media (max-width: 640px) {
  .product_spec tr {
    display: flex;
    flex-direction: column;
  }

  .product_spec_td1,
  .product_spec_td2 {
    width: 100% !important;
  }
  .product_spec_td1 {
    padding: 0 0 0.5em 0 !important;
  }
  .product_spec_td2:last-of-type {
    padding-left: 0 !important;
  }
  .product_spec_td2:first-of-type {
    padding: 1em 0 0 0 !important;
    font-weight: bold !important;
    border-bottom: 0 !important;
  }
}
