/* AION 59073 — Cards sugeridas públicas movidas desde helper inline. */
.suggest-strip{display:flex;gap:.75rem;overflow:auto;padding:.25rem 0 .5rem;scrollbar-width:thin;}
.suggest-card{position:relative;min-width:210px;max-width:210px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.05);overflow:hidden;color:#212529;transition:transform .15s ease,box-shadow .15s ease;}
.suggest-card:hover{color:#212529;transform:translateY(-1px);box-shadow:0 12px 30px rgba(0,0,0,.08);}
.suggest-card-link{display:block;height:100%;text-decoration:none;color:inherit;}
.suggest-card-link:hover{color:inherit;}
.suggest-media{height:170px;display:flex;align-items:center;justify-content:center;padding:.75rem;position:relative;}
.suggest-img{max-width:110px;max-height:150px;object-fit:contain;}
.suggest-body{padding:.75rem 3.15rem .95rem .8rem;min-height:88px;}
.suggest-title{font-size:.92rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.2rem;}
.suggest-kilos{font-size:.75rem;color:#6c757d;margin-bottom:.35rem;}
.suggest-price{font-size:1.05rem;font-weight:700;line-height:1.05;}
.suggest-list{font-size:.75rem;color:#6c757d;margin-top:.2rem;}
.suggest-off{position:absolute;top:.6rem;right:.6rem;background:#111827;color:#fff;border-radius:999px;padding:.25rem .5rem;font-size:.72rem;}
.suggest-stock{margin-top:.4rem;display:inline-block;font-size:.78rem;}
.suggest-compare-btn{position:absolute;right:3.25rem;bottom:.65rem;width:36px;height:36px;border:1px solid rgba(17,24,39,.12);border-radius:999px;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;box-shadow:0 8px 20px rgba(17,24,39,.12);transition:transform .15s ease,box-shadow .15s ease,background .15s ease;}
.suggest-compare-btn.suggest-compare-alone{right:.65rem;}
.suggest-compare-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(17,24,39,.18);}
.suggest-compare-btn:disabled{opacity:.45;cursor:not-allowed;}
.suggest-cart-btn{position:absolute;right:.65rem;bottom:.65rem;width:36px;height:36px;border:1px solid rgba(17,24,39,.12);border-radius:999px;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;line-height:1;box-shadow:0 10px 24px rgba(17,24,39,.22);transition:transform .15s ease,box-shadow .15s ease,background .15s ease;}
.suggest-cart-btn:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(17,24,39,.28);background:#0f172a;}
.suggest-cart-btn:focus-visible{outline:3px solid rgba(13,110,253,.28);outline-offset:2px;}
.suggest-cart-btn.is-pulsing{transform:scale(.92);}
[data-bs-theme="dark"] .suggest-card,:root[data-aion-current-theme="dark"] .suggest-card{background:#171b22;border-color:rgba(255,255,255,.11);color:#f8f9fa;box-shadow:0 12px 30px rgba(0,0,0,.32);}
[data-bs-theme="dark"] .suggest-kilos,[data-bs-theme="dark"] .suggest-list,:root[data-aion-current-theme="dark"] .suggest-kilos,:root[data-aion-current-theme="dark"] .suggest-list{color:rgba(248,249,250,.68);}
[data-bs-theme="dark"] .suggest-compare-btn,:root[data-aion-current-theme="dark"] .suggest-compare-btn{background:#111827;color:#f8f9fa;border-color:rgba(255,255,255,.18);box-shadow:0 12px 28px rgba(0,0,0,.32);}
[data-bs-theme="dark"] .suggest-cart-btn,:root[data-aion-current-theme="dark"] .suggest-cart-btn{background:#f8f9fa;color:#111827;border-color:rgba(255,255,255,.18);box-shadow:0 12px 28px rgba(0,0,0,.38);}
[data-bs-theme="dark"] .suggest-cart-btn:hover,:root[data-aion-current-theme="dark"] .suggest-cart-btn:hover{background:#fff;}
.ab-rich-text{margin:0 0 .85rem;line-height:1.6;}
.ab-rich-list{margin:0 0 .85rem 1.15rem;padding:0;}
.ab-rich-list li{margin:.2rem 0;}
