/* Header phone chips — small file so browsers pick it up without the 390KB storefront cache. */
.header-menu > .btm-header-phones,
.btm-header-phones {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  direction: ltr !important;
  gap: 8px !important;
  margin-inline-start: auto !important;
  padding: 0 10px !important;
}
.header-menu a.btm-header-phones__chip,
.header-menu a.btm-header-phones__chip:visited,
.btm-header-phones__chip,
.btm-header-phones__chip:visited {
  display: inline-flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 10px !important;
  margin: 0 !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  direction: ltr !important;
  border: 0 !important;
  border-radius: 999px !important;
}
.header-menu a.btm-header-phones__chip:hover,
.header-menu a.btm-header-phones__chip:focus-visible,
.btm-header-phones__chip:hover,
.btm-header-phones__chip:focus-visible {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}
.btm-header-phones__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.22) !important;
}
@media (max-width: 991.98px) {
  .header-menu > .btm-header-phones,
  .btm-header-phones {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
}
