/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 89:0 Unexpected "<"

**/
<style>
:root {
  --white: #ffffff;
  --light: #ccc;
  --dark: #282828;
  --primary: #a9d79a;
  --tertiary: #aaa;
  --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.imgFluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.custom_ingredients_wrapper.style_1 {
  padding: 20px;
  width: 100%;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 10px;
  border: 1px solid var(--light);
}
.custom_ingredients_wrapper.style_2 {
  width: 100%;
  background-color: var(--white);
  color: var(--dark);
}
.custom_ingredients_wrapper .ingredients_head {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}
.custom_ingredients_wrapper .ingredients_title {
  margin: 0 0 10px;
  text-transform: uppercase;
  line-height: normal;
}
.custom_ingredients_wrapper p {
  margin: 0;
  font-size: 14px;
}
.custom_ingredients_wrapper .table_wrapper {
  max-height: 310px;
  overflow-Y: scroll;
  border-radius: 10px;
  display: block;
  margin: 10px 0 0 0;
}
.custom_ingredients_wrapper .table_wrapper::-webkit-scrollbar {
  width: 5px;
}
.custom_ingredients_wrapper .table_wrapper::-webkit-scrollbar-thumb {
  background: var(--light);
  border-radius: 1000px;
}
.custom_ingredients_wrapper .table_wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--tertiary);
}
.custom_ingredients_wrapper table {
  background-color: #f9f9f9;
  width: 100%;
  padding: 0 15px;
  border-collapse: unset;
  border-radius: 10px;
}
.custom_ingredients_wrapper table tr {
  display: flex;
  background-color: #f9f9f9 !important;
  width: 100%;
  border-bottom: 1px solid var(--light);
}
.custom_ingredients_wrapper table tr:last-child {
  border: 0;
}
.custom_ingredients_wrapper table td {
  padding: 15px 0;
  font-size: 14px;
}
.custom_ingredients_wrapper table td:first-child {
  flex: 1;
}
</style>