/* Amato Shop — bloco de produto. Neutro de proposito: herda a tipografia do tema. */
.ashop-bloco{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap;
 border:1px solid #e2e8f0;border-left:4px solid #0aa07a;border-radius:12px;
 padding:16px;margin:28px 0;background:#fbfdfc}
.ashop-capa img{width:120px;height:auto;border-radius:8px;display:block}
.ashop-corpo{flex:1 1 260px;min-width:0}
.ashop-titulo{display:block;font-size:1.08em;line-height:1.3;color:#0a5444;margin-bottom:6px}
.ashop-chamada{margin:0 0 10px;color:#334155;line-height:1.5;font-size:.95em}
.ashop-preco{margin:0 0 12px;font-size:1.05em}
.ashop-preco s{color:#94a3b8;margin-right:8px;font-weight:400}
.ashop-botao{display:inline-block;background:#0aa07a;color:#fff;padding:10px 20px;
 border-radius:8px;text-decoration:none;font-weight:700}
.ashop-botao:hover{background:#088865}
.ashop-selo{display:inline-block;font-size:.72em;font-weight:700;letter-spacing:.02em;
 padding:3px 8px;border-radius:99px;margin-bottom:6px}
.ashop-selo--promo{background:#fee2e2;color:#b91c1c}
.ashop-selo--novo{background:#dcfce7;color:#166534}
@media (max-width:480px){.ashop-bloco{gap:12px}.ashop-capa img{width:84px}}
.ashop-ancora{height:0;margin:0;padding:0;border:0}
