/* embroidery.cat — Product Feature Badges */
.ec-feature-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #E8DDD4;}
.ec-feature-badge{display:flex;align-items:center;gap:8px;background:#FDFAF6;border:1px solid #E8DDD4;border-radius:50px;padding:8px 14px 8px 10px;transition:border-color .2s,background .2s;}
.ec-feature-badge:hover{background:#F5EAE4;border-color:#9B6B5A;}
.ec-badge-icon{width:28px;height:28px;min-width:28px;background:#F5EAE4;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.ec-badge-icon svg{width:14px;height:14px;stroke:#9B6B5A;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.ec-badge-text{font-family:'Lato',sans-serif;font-size:11px;font-weight:700;letter-spacing:.04em;color:#2D1B0E;white-space:nowrap;}
@media(max-width:480px){.ec-feature-badges{gap:8px;}.ec-feature-badge{padding:7px 12px 7px 8px;}.ec-badge-icon{width:24px;height:24px;min-width:24px;}.ec-badge-icon svg{width:12px;height:12px;}.ec-badge-text{font-size:10px;}}
