/** Shopify CDN: Minification failed

Line 186:2 Unexpected "{"

**/
.c-ingredients-card-wrapper {
  width: 551px;
  flex-shrink: 0;
  min-height: 600px;
  position: relative;
}

.c-ingredients-card {
  background-color: #fffcfa;
  border: 2px solid #f0722a;
  border-radius: 16px;
  padding: 24px;
  display: none;
}

.c-ingredients-card.c-active {
  display: block;
  animation: c-fadeIn 0.3s ease;
}

@keyframes c-fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-ingredients-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.c-ingredients-card-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.c-ingredients-card-icon svg {
  width: 100%;
  height: 100%;
  fill: #f0722a;
}

.c-ingredients-card-title {
  font-family: 'Banana Grotesk', sans-serif !important;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  color: #000000;
  margin: 0 0 4px 0;
}

.c-ingredients-card-subtitle {
  font-family: 'Banana Grotesk', sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #535353;
  text-transform: capitalize;
  margin: 0;
}

.c-ingredients-item {
  margin-bottom: 24px;
}

.c-ingredients-item-header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.c-ingredients-item-badge {
  width: 100px;
  height: 30px;
  border-radius: 36px;
  background-color: #d25a16;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Banana Grotesk', sans-serif !important;
  font-weight: bold;
  flex-shrink: 0;
}

.c-ingredients-item-name {
  font-weight: 700;
  font-size: 18px;
  font-family: 'Banana Grotesk', sans-serif !important;
  line-height: 1.3;
  color: #d25a16;
  margin: 0;
}

.c-ingredients-item-description {
  font-family: 'Banana Grotesk', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #1b1b1b;
  letter-spacing: -0.28px;
  margin: 0;
}

.c-ingredients-item-description strong {
  font-weight: 700;
}

.c-ingredients-info-box {
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 13px;
  padding: 16px;
  margin-top: 24px;
}

.c-ingredients-info-section {
  margin-bottom: 24px;
}

.c-ingredients-info-section:last-child {
  margin-bottom: 0;
}

.c-ingredients-info-header {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.c-ingredients-info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.c-ingredients-info-icon svg {
  width: 100%;
  height: 100%;
}

.c-ingredients-info-title {
  font-family: 'Banana Grotesk', sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #1b1b1b;
  margin: 0;
}

.c-ingredients-info-text {
  font-family: 'Banana Grotesk', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #1b1b1b;
  letter-spacing: -0.28px;
  margin: 0;
}

.c-ingredients-placeholder {
  text-align: center;
  padding: 60px 24px;
  color: #535353;
  font-family: 'Banana Grotesk', sans-serif !important;
  font-size: 18px;
}

@media (max-width: 1024px) {
  {
    padding: 48px 24px;
  }

  .c-ingredients-content {
    flex-direction: column;
  }

  .c-ingredients-image-wrapper {
    width: 100%;
    max-width: 515px;
    margin: 0 auto;
  }

  .c-ingredients-card-wrapper {
    width: 100%;
    max-width: 551px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .c-ingredients-heading {
    font-size: 32px;
  }

  .c-ingredients-subheading {
    font-size: 18px;
  }

  .c-ingredients-card-title {
    font-size: 24px;
  }

  .c-ingredients-hotspot {
    width: 44px;
    height: 44px;
  }

  .c-ingredients-hotspot svg {
    width: 28px;
    height: 28px;
  }
}