/** Shopify CDN: Minification failed

Line 23:19 Expected identifier but found whitespace
Line 23:21 Unexpected "{"
Line 23:30 Expected ":"

**/

.ingredients-details-2 {display:none;}
.ingredients-details-2.active {display:block;}
.ingredients-details-2 {
  background-color: white;
  border: 1px solid #EFEFEF;
  padding: 1em;
}
.ingredients-images {
  border-right: none;
  padding: 0px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.ingredients-wrapper {
  background-color: {{ section.settings.background_color }};
  padding-top: 4em;
  padding-bottom: 4em;
}

.ingredients-images > div.active > a > img {
  border: 1px solid #6E8F3F !important;
}
.ingredients-images > div > a > img {
  height: auto;
}

.hoz-scroll {
  overflow-x: scroll;
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}

.hoz-scroll::-webkit-scrollbar {
  display: none !important;
}
