@media (min-width:800px){.DisplayNutritionGrid{gap:var(--size-2)var(--size-6);grid-template-columns:auto auto;display:grid}.SupplementsLogoGrid{align-items:center;gap:var(--size-2)var(--size-2);grid-template-columns:repeat(auto-fit,minmax(0,1fr));width:25%;display:grid}.card--width{width:70%}}.supplement-dot{aspect-ratio:1;width:70%;box-shadow:var(--shadow-3);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:var(--gray-0);text-align:center;border-radius:50%;display:inline-block}.supplement-dot:hover{box-shadow:var(--shadow-5)}.supplement-no-dot{aspect-ratio:1;text-align:center;border-radius:50%;width:70%;display:inline-block}.SupplementTextColor{fill:var(--primary-8)}.SupplementTextColorGreen,.SupplementIconCircle{fill:var(--gray-0)}.SupplementIconCircleGreen{fill:var(--primary-8)}