/* La información de contacto mantiene la misma legibilidad con y sin diseño básico. */
body.store-page .store-info { width: min(100%, 1240px); max-width: 1240px; margin: 0 auto 48px; padding: 0 clamp(12px, 2vw, 24px); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.store-page .store-info :is(h2, p, a, strong, span, div) { font-family: inherit !important; }
body.store-page .store-info-inner { padding: clamp(18px, 2.4vw, 28px); border: 1px solid #dce4e9; border-radius: 16px; background: #fff; color: #17212d; box-shadow: 0 10px 30px rgba(18, 33, 43, .06); }
body.store-page .store-info h2 { color: #17212d; font-size: clamp(20px, 2vw, 24px); line-height: 1.2; }
body.store-page .commerce-info-header { margin-bottom: 8px; }
body.store-page .commerce-info-header p { color: #445363; font-size: 13px; font-weight: 600; }
body.store-page .commerce-info-grid { display: flex; flex-wrap: wrap; gap: 0 20px; }
body.store-page .commerce-info-item { display: grid; flex: 1 1 260px; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; align-items: center; min-width: 0; min-height: 72px; padding: 12px 4px; border: 0; border-bottom: 1px solid #e7ecef; border-radius: 0; background: transparent; box-shadow: none; }
body.store-page .commerce-info-item > div { min-width: 0; }
body.store-page .commerce-info-icon,
body.store-page .commerce-info-icon.whatsapp { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid #dce4e9; border-radius: 9px; background: #f5f7f8; color: #253747; }
body.store-page .commerce-info-icon svg { width: 20px; height: 20px; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
body.store-page .commerce-info-icon.whatsapp svg { fill: currentColor; stroke: none; }
body.store-page .commerce-info-label { color: #485666; font-size: 11px; font-weight: 750; letter-spacing: .03em; }
body.store-page .commerce-info-value,
body.store-page .commerce-info-value:link,
body.store-page .commerce-info-value:visited,
body.store-page .store-info a { margin-top: 3px; color: #17212d !important; font-size: 14px; font-weight: 650; line-height: 1.4; overflow-wrap: anywhere; word-break: normal; text-decoration: none; }
body.store-page .store-info a:hover,
body.store-page .store-info a:focus-visible { color: #17212d !important; text-decoration: underline; text-underline-offset: 3px; }
body.store-page .commerce-hours-list { gap: 2px; font-weight: 650; }
body.store-page .commerce-hours-list strong { font-weight: 750; }
@media (max-width: 640px) {
  body.store-page .commerce-info-item { flex-basis: 100%; min-height: 66px; }
}
