/* SR - Producto puntos destacados v3.7.1 */
.sr-puntos-wrap:empty{display:none}
.sr-pcro-wrap{display:flex;flex-direction:column;gap:.625rem}
.sr-pcro__header{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .625rem;background:var(--neutral-900,#111827);border-radius:2px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-0,#fff);width:fit-content}
.sr-pcro{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.375rem}
.sr-pcro__item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--neutral-50,#F9FAFB);border:1px solid var(--neutral-100,#F3F4F6);border-radius:4px}
.sr-pcro__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px}
.sr-pcro__icon svg{width:18px;height:18px;stroke:var(--neutral-900,#111827);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.sr-pcro__text{font-size:.75rem;font-weight:500;line-height:1.3;color:var(--neutral-700,#374151)}