<?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>Pistilo tubo conico &#8211; Econolab</title>
	<atom:link href="https://www.econolab.com.br/produto-tag/pistilo-tubo-conico/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.econolab.com.br</link>
	<description>A economia certa pra seu laboratório</description>
	<lastBuildDate>Mon, 09 Feb 2026 18:01:51 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.26</generator>

<image>
	<url>https://www.econolab.com.br/wp-content/uploads/fiveiconlol-100x100.png</url>
	<title>Pistilo tubo conico &#8211; Econolab</title>
	<link>https://www.econolab.com.br</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Pistilo 1,5ml estéril Axygen</title>
		<link>https://www.econolab.com.br/produto/pistilo-15ml-esteril-axygen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pistilo-15ml-esteril-axygen</link>
		<pubDate>Thu, 14 Feb 2019 13:36:29 +0000</pubDate>
		<dc:creator><![CDATA[Rogério Alves]]></dc:creator>
		
		<guid isPermaLink="false">https://www.econolab.com.br/?post_type=product&#038;p=41347</guid>
		<description><![CDATA[<p>Pistilo Azul Axygen® Macerador de células para microtubos 1,5 / 2,0 mL • autoclavável 121 °C Unidade (estéril) Pack 100 Caixa 400 Highlights Ref. PES-15-B-SI Embalagem individual Pré-esterilizado • pr. uso Autoclavável a 121 °C Especificações Comprimento ≈ 15 mm (encaixe perfeito no tubo) Material...</p>
<p>O post <a rel="nofollow" href="https://www.econolab.com.br/produto/pistilo-15ml-esteril-axygen/">Pistilo 1,5ml estéril Axygen</a> apareceu primeiro em <a rel="nofollow" href="https://www.econolab.com.br">Econolab</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><!-- =========== 1) CSS crítico (≈ 6 KB) =========== --></p>
<style>
/* tokens */<br />:root{<br />  --accent:#1e88e5;         /* azul Axygen */<br />  --bg1:#d4e6ff;            /* gradiente 1 */<br />  --bg2:#e0f7fa;            /* gradiente 2 */<br />  --txt:#222;--muted:#555;<br />  --rad:12px;--blur:14px;--shadow:0 10px 28px rgb(0 0 0/.12);<br />  color-scheme:light dark;<br />}<br />@media(prefers-color-scheme:dark){<br />  :root{--bg1:#003560;--bg2:#004d40;--txt:#eaeaea;--muted:#bdbdbd}<br />}<br />*{box-sizing:border-box;margin:0}<br />html{scroll-behavior:smooth}<br />body{<br />  font:400 16px/1.55 "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;<br />  background:<br />    radial-gradient(ellipse at top left ,var(--bg1) 0%,transparent 70%),<br />    radial-gradient(ellipse at bottom right,var(--bg2) 0%,transparent 70%) #fefefe;<br />  color:var(--txt);min-height:100vh;display:flex;flex-direction:column;align-items:center;<br />  padding:4vmin 2vmin<br />}</p>
<p>/* hero */<br />.hero{max-width:900px;text-align:center;margin-bottom:5vmin}<br />.hero svg{width:110px;height:110px;color:var(--accent);opacity:.45}<br />h1{font-size:clamp(1.9rem,4vw+1rem,3rem);font-weight:700;margin:.6em 0 .2em}<br />.subtitle{color:var(--muted);font-size:clamp(.95rem,1.2vw + .6rem,1.15rem)}</p>
<p>/* glass card */<br />.glass{<br />  backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));<br />  background:rgb(255 255 255/.45);border:1px solid rgb(255 255 255/.35);<br />  border-radius:var(--rad);box-shadow:var(--shadow);<br />  padding:clamp(1rem,2.3vmax,2.2rem);width:100%;max-width:900px<br />}</p>
<p>/* variant pills */<br />#tabs{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.6rem}<br />#tabs button{<br />  border:none;padding:.55rem 1.3rem;border-radius:999px;font-weight:600;cursor:pointer;<br />  background:rgb(255 255 255/.18);color:var(--txt);position:relative;transition:.18s<br />}<br />#tabs button::before{<br />  content:'';position:absolute;inset:0;border-radius:999px;<br />  transform:scale(.9);opacity:0;background:var(--accent);transition:.25s;z-index:-1<br />}<br />#tabs button[aria-selected="true"]{color:#fff;transform:translateY(-2px)}<br />#tabs button[aria-selected="true"]::before{opacity:1;transform:scale(1)}</p>
<p>/* sections */<br />h2{font-size:1.28rem;margin:2rem 0 .7rem;font-weight:600}<br />ul{margin:.7rem 0 .7rem 1.1rem;line-height:1.5}<br />.badges{display:flex;flex-wrap:wrap;gap:.55rem;margin:.8rem 0;font-size:.82rem}<br />.badges li{background:rgb(0 0 0/.06);padding:.4rem .65rem;border-radius:8px}<br />table{width:100%;border-collapse:collapse;font-size:.94rem;margin-top:1rem}<br />th,td{padding:.6rem .8rem;border-bottom:1px solid #e0e0e0;text-align:left}<br />tr:last-child td{border-bottom:none}</p>
<p>/* CTA */<br />.btn{<br />  display:inline-block;margin-top:2.1rem;background:var(--accent);color:#fff;<br />  padding:.85rem 2.3rem;border-radius:var(--rad);font-weight:600;box-shadow:0 5px 24px rgb(0 0 0/.18);<br />  transition:.2s<br />}<br />.btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgb(0 0 0/.22)}<br /></style>
<p><!-- =========== 2) Fonte Google =========== --></p>
<p><!-- =========== HERO =========== --></p>
<div class="hero">
<p><!-- pistilo simplificado em SVG --></p>
<h1>Pistilo Azul Axygen<sup>®</sup></h1>
<p class="subtitle">Macerador de células para microtubos 1,5 / 2,0 mL • autoclavável 121 °C</p>
</div>
<p><!-- =========== GLASS CARD =========== --></p>
<div class="glass" data-pack="1">
<p><!-- selector --></p>
<nav id="tabs" role="tablist"><button role="tab" aria-selected="true" data-target="1">Unidade (estéril)</button><br />
<button role="tab" aria-selected="false" data-target="100">Pack 100</button><br />
<button role="tab" aria-selected="false" data-target="400">Caixa 400</button></nav>
<p><!-- conteúdo dinâmico --></p>
<section>
<h2>Highlights</h2>
<ul class="badges">
<li id="badge-code">Ref. PES-15-B-SI</li>
<li id="badge-pack">Embalagem individual</li>
<li>Pré-esterilizado • pr. uso</li>
<li>Autoclavável a 121 °C</li>
</ul>
<h2>Especificações</h2>
<table>
<tbody>
<tr>
<th>Comprimento</th>
<td>≈ 15 mm (encaixe perfeito no tubo)</td>
</tr>
<tr>
<th>Material</th>
<td>Polipropileno azul durável &amp; inerte</td>
</tr>
<tr>
<th>Esterilidade</th>
<td>Radiação gama (ISO 11137)</td>
</tr>
<tr>
<th>Autoclave</th>
<td>121 °C, 15 psi, 15 min</td>
</tr>
<tr>
<th>Compatibilidade</th>
<td>Microtubos 1,5 mL e 2,0 mL</td>
</tr>
</tbody>
</table>
<h2>Aplicações típicas</h2>
<ul>
<li>Homogeneização rápida de tecido/colônia bacteriana diretamente no tubo.</li>
<li>Extração de RNA/DNA (reduz aerossol vs. vórtex).</li>
<li>Macerar pellets de células antes de reagentes de lise.</li>
</ul>
</section>
</div>
<p><!-- =========== 3) JS interativo (≈ 2 KB) =========== --><br />
<script>
const DATA={
  1  :{pack:'Embalagem individual',sku:'PES-15-B-SI-IND'},
 100 :{pack:'Pacote 100 un.',       sku:'PES-15-B-SI-P100'},
 400 :{pack:'Caixa 400 un.',        sku:'PES-15-B-SI-C400'}
};
const badgePack=document.getElementById('badge-pack');
const badgeCode=document.getElementById('badge-code');
document.querySelectorAll('#tabs button').forEach(btn=>{
  btn.onclick=()=>{
    document.querySelectorAll('#tabs button').forEach(b=>b.setAttribute('aria-selected','false'));
    btn.setAttribute('aria-selected','true');
    const k=btn.dataset.target;             /* 1 | 100 | 400 */
    document.querySelector('.glass').dataset.pack=k;
    badgePack.textContent=DATA[k].pack;
    badgeCode.textContent='Ref. '+DATA[k].sku;
  };
});
</script></p>
<p><!-- =========== 4) Microdados SEO =========== --><br />
<script type="application/ld+json">
{
 "@context":"https://schema.org",
 "@type":"ProductGroup",
 "name":"Pistilo Azul Axygen PES-15-B-SI",
 "description":"Macerador de células estéril, autoclavável, para microtubos (unidade, pack 100 ou caixa 400).",
 "brand":{"@type":"Brand","name":"Axygen"},
 "hasVariant":[
   {"@type":"Product","name":"Pistilo Azul – unidade","sku":"PES-15-B-SI-IND"},
   {"@type":"Product","name":"Pistilo Azul – pack 100","sku":"PES-15-B-SI-P100"},
   {"@type":"Product","name":"Pistilo Azul – caixa 400","sku":"PES-15-B-SI-C400"}
 ]
}
</script></p>
<p>O post <a rel="nofollow" href="https://www.econolab.com.br/produto/pistilo-15ml-esteril-axygen/">Pistilo 1,5ml estéril Axygen</a> apareceu primeiro em <a rel="nofollow" href="https://www.econolab.com.br">Econolab</a>.</p>
]]></content:encoded>
			</item>
	</channel>
</rss>
