.kelcar-spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 3rem; margin-bottom: 3rem; }
.kelcar-spec-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 3.4rem; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.kelcar-spec-label { display: inline-flex; align-items: center; gap: .75rem; color: #9ca3af; font-size: .875rem; }
.kelcar-spec-label svg { width: 1rem; height: 1rem; flex: 0 0 auto; stroke: currentColor; }
.kelcar-spec-value { color: #e5e7eb; font-size: .875rem; font-weight: 700; text-align: right; }
.kelcar-app-shell input[type="number"] { appearance: textfield; -moz-appearance: textfield; }
.kelcar-app-shell input[type="number"]::-webkit-inner-spin-button, .kelcar-app-shell input[type="number"]::-webkit-outer-spin-button { appearance: none; margin: 0; }
html { margin-top: 0 !important; }
#wpadminbar { display: none !important; }
/* The separate expand/collapse thresholds prevent a sticky-header resize loop. */
body.kelcar-app-shell #root > div > header > div:first-child { height: 6rem !important; }
body.kelcar-app-shell.kelcar-header-condensed #root > div > header > div:first-child { height: 4rem !important; }
@media (max-width: 767px) { .kelcar-spec-grid { grid-template-columns: 1fr; column-gap: 0; } }
/* The app-shell header mirrors the live WooCommerce header: a reserved account
   slot keeps language and cart controls stationary outside the shop. */
body.kelcar-app-shell #root>div>header .kelcar-app-header-tools{gap:16px!important}
body.kelcar-app-shell #root>div>header .kelcar-app-language{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;padding:0!important;color:#e87828!important;font:600 15px/20px Inter,Arial,sans-serif!important;letter-spacing:0!important}
body.kelcar-app-shell #root>div>header .kelcar-app-language svg{display:none!important}
body.kelcar-app-shell #root>div>header .kelcar-app-cart{position:relative!important;display:grid!important;place-items:center!important;width:40px!important;height:40px!important;padding:0!important;line-height:0!important}
body.kelcar-app-shell #root>div>header .kelcar-app-cart>svg{width:22px!important;height:22px!important;stroke-width:1.8!important}
body.kelcar-app-shell #root>div>header .kelcar-app-cart-count{position:absolute;top:1px;right:1px;z-index:1;display:grid;place-items:center;min-width:16px;height:16px;padding:0 3px;border:2px solid #0b0c10;border-radius:999px;background:#e87828;color:#fff;font:700 10px/12px Inter,Arial,sans-serif;line-height:12px}
body.kelcar-app-shell #root>div>header .kelcar-app-cart-count[hidden]{display:none!important}
body.kelcar-app-shell #root>div>header .kelcar-app-account-slot{display:block;width:40px;height:40px;flex:0 0 40px;visibility:hidden;pointer-events:none}
@media(max-width:767px){body.kelcar-app-shell #root>div>header .kelcar-app-account-slot{display:none}}
.kelcar-contact-company-card { grid-column: span 2; }
@media(max-width:639px){ .kelcar-contact-company-card { grid-column: span 1; } }
