/* Product-detail corrections shared by every beer profile. */
.craft-tech__process li {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.craft-tech__note {
  display: none !important;
}
