/* SECURIX header state v9 — account, wishlist + compare counters. */
.sx-header-account,.sx-header-wishlist,.sx-header-compare{
  position:relative;display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;
  border:1px solid #dedfe2;border-radius:9px;background:#fff;color:#181a1e;
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}
.sx-header-account svg,.sx-header-wishlist>svg,.sx-header-compare>svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sx-header-account:hover,.sx-header-wishlist:hover,.sx-header-compare:hover{border-color:#eca21c;color:#b96f00}
.sx-header-account.is-authenticated{border-color:#eca21c;background:#fff5e5;color:#e38b00;box-shadow:0 0 0 1px rgba(236,162,28,.08)}
.sx-header-auth-check{
  position:absolute;right:-4px;bottom:-4px;display:grid;width:15px;height:15px;place-items:center;
  border:2px solid #fff;border-radius:999px;background:#19a65c;color:#fff;box-shadow:0 2px 6px rgba(17,24,39,.15)
}
.sx-header-auth-check svg{width:9px!important;height:9px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.7!important}
.sx-header-counter{
  position:absolute;right:-6px;top:-7px;display:grid;min-width:20px;height:20px;place-items:center;padding:0 5px;
  border:2px solid #f3f4f5;border-radius:999px;background:#eca21c;color:#17191d;font-size:10px;font-weight:900;line-height:1
}
.sx-header-counter[hidden]{display:none!important}
.sx-header-wishlist.is-active,.sx-header-compare.is-active{border-color:#eca21c;color:#d68400;background:#fff9ef}
@media(max-width:639px){
  .sx-header-wishlist,.sx-header-compare{display:none}
  .sx-header-account{display:grid}
}
@media(min-width:640px){
  .sx-header-account,.sx-header-wishlist,.sx-header-compare{display:grid}
}
