:root{
  --color-text:#111;
  --color-muted:#666;
  --color-line:#eee;
  --color-surface:#fff;
  --font-main:-apple-system,BlinkMacSystemFont,sans-serif;
}

.stock-in{
  color:#167a3a;
}

.stock-low{
  color:#a15c00;
}

.stock-out,
.stock-error{
  color:#9b1c1c;
}

.header-tools{
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  min-width:0;
}

.language-toggle{
  width:82px;
  height:38px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:3px;
  border:1px solid rgba(179,122,43,0.48);
  border-radius:999px;
  background:
    linear-gradient(180deg,rgba(255,255,255,0.96),rgba(246,238,226,0.94));
  box-shadow:0 10px 26px rgba(46,31,14,0.08), inset 0 1px 0 rgba(255,255,255,0.85);
  color:#8a5a18;
  cursor:pointer;
  font-size:11px;
  font-weight:900;
  letter-spacing:0.8px;
  text-transform:uppercase;
}

.language-toggle span{
  height:28px;
  display:grid;
  place-items:center;
  border-radius:999px;
  line-height:1;
}

.language-toggle .language-divider{
  width:8px;
  color:#c19a5c;
  font-size:10px;
}

.language-toggle .is-active{
  background:#111;
  color:#fff;
  box-shadow:0 6px 16px rgba(17,17,17,0.18);
}

button:disabled,
.cta:disabled,
.top-btn:disabled{
  cursor:not-allowed;
  opacity:0.58;
}

.site-footer{
  color:#777;
  font-size:14px;
  text-align:center;
}

@media(max-width:640px){
  .header-tools{
    gap:8px;
  }

  .language-toggle{
    width:76px;
    height:34px;
    font-size:10px;
  }

  .language-toggle span{
    height:24px;
  }
}
