<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rodičovstvo Archives | Diverse feed</title>
	<atom:link href="https://www.diversefeed.com/sk/category/rodicovstvo/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.diversefeed.com/sk/category/rodicovstvo/</link>
	<description>Trendy • Každodenný život • Rodičovstvo • Zdravie</description>
	<lastBuildDate>Sun, 04 Jan 2026 21:47:33 +0000</lastBuildDate>
	<language>sk-SK</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://mllt0qnqabar.i.optimole.com/cb:79T_.cc7/w:32/h:32/q:mauto/f:best/dpr:2/https://www.diversefeed.com/wp-content/uploads/2024/05/cropped-Novy-projekt-2.webp</url>
	<title>Rodičovstvo Archives | Diverse feed</title>
	<link>https://www.diversefeed.com/sk/category/rodicovstvo/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Nurofen dávkovanie podľa kg – rýchla kalkulačka pre deti</title>
		<link>https://www.diversefeed.com/sk/nurofen-davkovanie-podla-kg-rychla-kalkulacka-pre-deti/</link>
					<comments>https://www.diversefeed.com/sk/nurofen-davkovanie-podla-kg-rychla-kalkulacka-pre-deti/#respond</comments>
		
		<dc:creator><![CDATA[dominika]]></dc:creator>
		<pubDate>Sat, 03 Jan 2026 13:30:57 +0000</pubDate>
				<category><![CDATA[Rodičovstvo]]></category>
		<category><![CDATA[nurofen]]></category>
		<guid isPermaLink="false">https://www.diversefeed.com/?p=430</guid>

					<description><![CDATA[<p>Dávkovanie podľa príbalového letáku Nurofenu býva pre rodičov často mätúce a lekári nás upozorňujú, že správne dávkovanie je podľa hmotnosti&#8230;</p>
<p>The post <a href="https://www.diversefeed.com/sk/nurofen-davkovanie-podla-kg-rychla-kalkulacka-pre-deti/">Nurofen dávkovanie podľa kg – rýchla kalkulačka pre deti</a> appeared first on <a href="https://www.diversefeed.com/sk">Diverse feed</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Dávkovanie podľa príbalového letáku Nurofenu býva pre rodičov často mätúce a lekári nás upozorňujú, že <strong>správne dávkovanie je podľa hmotnosti dieťaťa</strong> nie podla veku. Ako teda správne dávkovať Nurofen?</p>



<p>Aby rodičia nemuseli dávku zložito prepočítavať, pripravili sme <strong>Nurofen dávkovanie kg kalkulačku</strong>, ktorá vám rýchlo ukáže správne množstvo sirupu.</p>



<p>👇 <strong>Kalkulačku nájdete nižšie.</strong></p>



<div class="nurofen-calc" data-nurofen-calc>
  <div class="nurofen-title">NUROFEN sirup</div>

  <div class="nurofen-section-title">Hmotnosť dieťaťa (kg):</div>
  <input class="nurofen-input" data-weight inputmode="decimal" placeholder="napr. 10,5" />

  <div class="nurofen-hint" data-hint></div>

  <div class="nurofen-fieldset">
    <div class="nurofen-legend">Koncentrácia sirupu</div>

    <label class="nurofen-radio-row">
      <input type="radio" name="conc_nurofen_block" value="20" checked />
      <span class="nurofen-radio-label">2% (20 mg/ml)</span>
    </label>

    <label class="nurofen-radio-row">
      <input type="radio" name="conc_nurofen_block" value="40" />
      <span class="nurofen-radio-label">4% (40 mg/ml)</span>
    </label>
  </div>

  <button class="nurofen-btn" type="button" data-calc>VYPOČÍTAŤ</button>

  <div class="nurofen-result">
    <div class="nurofen-dose-ml" data-dose-ml>— ml</div>
    <div class="nurofen-dose-mg" data-dose-mg>(účinná látka: — mg)</div>
  </div>

  <div class="nurofen-note">
    Podávajte každých <strong>6 až 8</strong> hodín.<br />
    Neprekročujte <strong>3-4</strong> dávky za 24 hodín.
  </div>

  <div class="nurofen-smallprint">
    ⚠️ Upozornenie: Kalkulačka je určená len na informatívne účely a nemôže nahradiť odborné posúdenie zdravotného stavu dieťaťa. Pri akýchkoľvek nejasnostiach, pretrvávajúcich ťažkostiach alebo otázkach ohľadom dávkovania sa poraďte so svojím lekárom alebo lekárnikom.
  </div>
</div>

<style>
  .nurofen-calc{
    --orange:#f28c00;
    --orange-dark:#df7f00;
    --text:#111827;
    --muted:#6b7280;
    --line:#e5e7eb;
    --bg:#ffffff;
    --panel:#fff7ed;
    --panel-border:#ffedd5;

    max-width:420px;
    margin:18px auto;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color:var(--text);
  }

  .nurofen-title{
    text-align:center;
    color:var(--orange);
    font-weight:800;
    letter-spacing:.5px;
    margin:6px 0 18px;
    font-size:28px;
  }

  .nurofen-section-title{
    text-align:center;
    font-weight:700;
    font-size:20px;
    margin:6px 0 10px;
  }

  .nurofen-input{
    width:100%;
    border:1px solid var(--line);
    border-radius:10px;
    padding:14px;
    font-size:18px;
    outline:none;
    background:#fff;
  }
  .nurofen-input:focus{
    border-color:#ffd19a;
    box-shadow:0 0 0 4px rgba(242,140,0,.15);
  }

  .nurofen-hint{
    text-align:center;
    color:var(--muted);
    font-size:13px;
    margin-top:8px;
    min-height:18px;
  }

  .nurofen-fieldset{
    margin:16px 0 14px;
    border:1px solid var(--line);
    border-radius:12px;
    padding:14px 14px 10px;
    position:relative;
    background:#fff;
  }

  .nurofen-legend{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:-12px;
    background:var(--bg);
    padding:0 10px;
    font-weight:700;
    font-size:16px;
  }

  /* ✅ Fix pre mobil: nadpis sa nerozbije a neodskakuje */
  @media (max-width: 480px) {
    .nurofen-legend{
      white-space: nowrap;
      font-size: 15px;
      padding: 0 8px;
    }
  }

  .nurofen-radio-row{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 6px;
    border-radius:10px;
  }
  .nurofen-radio-row:hover{ background:#fafafa; }

  .nurofen-radio-row input[type="radio"]{
    width:18px;
    height:18px;
    accent-color:var(--orange);
    cursor:pointer;
    flex: 0 0 auto;
  }

  .nurofen-radio-label{
    cursor:pointer;
    font-size:16px;
  }

  .nurofen-btn{
    width:100%;
    border:none;
    border-radius:12px;
    padding:16px 14px;
    background:var(--orange);
    color:#fff;
    font-size:18px;
    font-weight:800;
    cursor:pointer;
  }
  .nurofen-btn:hover{ background:var(--orange-dark); }

  .nurofen-result{
    margin-top:16px;
    background:var(--panel);
    border:2px solid var(--panel-border);
    border-radius:14px;
    padding:18px 16px;
    text-align:center;
  }

  .nurofen-dose-ml{
    font-size:52px;
    line-height:1;
    margin:2px 0 10px;
    font-weight:900;
    color:var(--orange);
  }

  .nurofen-dose-mg{
    font-size:16px;
    font-weight:600;
  }

  .nurofen-note{
    margin-top:14px;
    text-align:center;
    color:var(--muted);
    font-size:14px;
    line-height:1.35;
  }
  .nurofen-note strong{ color:#374151; }

  .nurofen-smallprint{
    margin-top:10px;
    font-size:12px;
    color:#9ca3af;
    text-align:center;
    line-height:1.35;
  }
</style>



<p></p>



<p>Základné informácie o liekoch a ich účinných látkach je možné nájsť aj na oficiálnej stránke <a href="https://www.sukl.sk/?utm_source=diversefeed%2Fsk&amp;utm_medium=blog"><strong>Štátneho ústavu pre kontrolu liečiv (ŠÚKL)</strong>.</a></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Ak vás zaujímajú aj ďalšie témy o zdraví detí a starostlivosti o bábätká, nájdete ich v ďalších článkoch na našom blogu <a href="https://www.diversefeed.com/sk/">DiverseFeed</a>.</p>
<p>The post <a href="https://www.diversefeed.com/sk/nurofen-davkovanie-podla-kg-rychla-kalkulacka-pre-deti/">Nurofen dávkovanie podľa kg – rýchla kalkulačka pre deti</a> appeared first on <a href="https://www.diversefeed.com/sk">Diverse feed</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.diversefeed.com/sk/nurofen-davkovanie-podla-kg-rychla-kalkulacka-pre-deti/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
