/** Shopify CDN: Minification failed

Line 183:15 Expected ":"

**/
.svg_text_wrapper .svg_wrap {
  width: 45px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #05141B;
  border-radius: 8px;
}

.fns_wrap .svg_text_wrapper .svg_wrap {
    background: #22C55E;
}

.nutrition_wrap ul {
    background: transparent !important;
    list-style-type: none !important;
    padding: 0 !important;
}

.svg_text_wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.svg_text_wrapper .content_wrapper h4 {
    margin: 0 !important;
}

.nqs_wrap .svg_text_wrapper .content_wrapper h4 {
    color: #111827;
}

.svg_text_wrapper .content_wrapper span {
    font-weight: 500;
}

.nqs_wrap .svg_text_wrapper .content_wrapper span {
   color: #4B5563;
}

.nqs_wrap p,
.fns_wrap p {
    text-align: left;
    font-size: 13px;
}

.nqs_wrap {
    padding: 25px 20px;
    background: linear-gradient(135deg, #EFF6FF 0%, #EEF2FF 70.71%);
    border: 1px solid #DBEAFE;
    border-radius: 12px;
}

.fns_wrap {
    padding: 25px 20px;
    background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 70.71%);
    border: 1px solid #DCFCE7;
    border-radius: 12px;
}

.pill-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.pill-wrapper .pill {
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
}

.nqs_wrap .pill-wrapper .pill {
    background: #1F293717;
    border: 1px solid #E5E7EB;
    color: #1F2937;
}

.fns_wrap .pill-wrapper .pill {
    background:#C2FFD7;
    border: 1px solid #E5E7EB;
    color: #166534;
}

.tier-wrapper {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 25px 20px;
	max-width: 100%;
    margin-top: 2rem;
}

.tier-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
  margin-top: 0 !important;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.tier-card {
  border-radius: 8px;
  padding: 14px;
  font-size: 13px;
}

.tier-header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.tier-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.tier-sub {
  font-size: 12px;
  opacity: 0.8;
}

.tier-example {
  margin-top: 6px;
  font-size: 12px;
}

/* Color Variants */
.tier-card.high {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.high .tier-icon {
  background: #22c55e;
  color: #fff;
}

.tier-card.moderate {
  background: #fffbeb;
  border: 1px solid #fde68a;
}
.moderate .tier-icon {
  background: #facc15;
  color: #78350f;
}

.tier-card.low {
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.low .tier-icon {
  background: #ef4444;
  color: #fff;
}

.tier-card p {
    margin-bottom: 5px;
}

.tier-example,
.tier-example strong {
    font-weight 400 !important;
}

.simple-logic-wrapper {
  max-width: 100%;
  margin: 1.5rem auto;
}

.simple-logic-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.simple-logic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.logic-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
}

.logic-heading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.logic-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid !important;
  grid-template-columns: 1fr !important;
  padding: 0 !important;
  background: transparent !important;
}

.logic-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.5;
    padding: 6px 0;
    font-weight: 600;
    color: #111827;
}

.simple-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.simple-grid .logic-card {
    border: none;
}

.example-wrapper {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.example-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.example-title {
    padding: 0 16px;
}

.example-wrapper .logic-card {
    border: none;
}

.example-title h3 {
    margin-bottom: 0;
    font-size: 16px;
}

.example-grid p {
    color: #000;
}

.example-wrapper .logic-card>div {
    margin-bottom: 20px;
}

.example-grid .logic-card > div:last-child p {
    margin: 0;
}

.example-grid h4 {
    font-size: 14px;
}

.example-grid p {
    color: #000;
    font-size: 13px;
}

/* filter */
.main-filter {
    /* display: flex;
    gap: 15px; */
    margin: 0 0 15px;
}

.main-filter label {
    font-size: 20px !important;
}

.main-filter .radio-group {
    display: flex;
    gap: 10px;
}

.main-filter .radio-group label {
  padding: 6px 14px;
  border-radius: 6px;
  border: 1px solid #111827;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px !important;
}

.main-filter .radio-group label:has(input:checked) {
  background-color: #111827;
  color: #fff;
  border-color: #111827;
}

.main-filter .radio-group input[type="radio"] {
  display: none;
}


/*  */
.nutrition-card ul, .customer-guidance ul, .nutrition-summary ul {
    background: #fff;
    padding: 0;
    display: block;
    margin-left: 40px;
}

.nutrition-card h4, .nutrition-summary h4 {
    font-size: 18px;
    background: #000000f2;
    padding: 8px 25px;
    border-radius: 6px;
    color: #fff;
}

.nutrition-wrapper strong {
    color: #000;
}

.nutrition-card ul li, .customer-guidance ul li, .nutrition-summary ul li {
    margin-bottom: 8px;
}

.nutrition-wrapper ul li::marker {
  color: #000;
}

.nutrition-summary h2, .customer-guidance h2 {
    border-top: 1px solid #33333338;
    padding-top: 20px;
}

.nutrition-wrapper {
    color: #000;
}

.diaas_tabs summary {
	padding: 15px 20px;
	background: #cccccc4d;
	border-radius: 15px;
	margin-bottom: 20px;
}

.food-content .page-width {
  max-width: 1300px;
}

.classification-card li {
  list-style-type: none !important;
}

.diaas_tabs h3 {
  font-size: 18px;
  font-weight: 700;
}

.diaas_tabs summary svg {
  width: 22px;
  height: 22px;
  position: relative;
  right: unset !important;
  top: unset !important;
}

.diaas_tabs summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* Responsive */
@media (max-width: 768px) {
  .tier-grid {
    grid-template-columns: 1fr;
  }

   .simple-logic-grid {
    grid-template-columns: 1fr;
  }

   .example-grid, .simple-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px;
}

  .example-wrapper .logic-card, .simple-grid .logic-card {
    padding: 0;
}
  
}
