header.header-mobile {
  display: none;
  background-color: #000000;
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 56px;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .header-mobile { display: flex; flex-direction: column; }
}

.header-mobile .header-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.header-mobile .header-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.header-layout-default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-mobile .header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-mobile .header-notificacoes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: relative;
  text-decoration: none;
}

.header-mobile .header-notificacoes i,
.header-mobile .header-notificacoes svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.header-mobile .header-notificacoes .notificacoes-badge {
  position: absolute;
  top: -2px;
  right: -4px;
  background: #ff0000;
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  line-height: 16px;
  text-align: center;
  pointer-events: none;
}

.header-mobile .header-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}

.header-mobile .header-profile i,
.header-mobile .header-profile svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.header-mobile .header-basket {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
}

.header-mobile .header-basket .basket-icon {
  width: 24px;
  height: 24px;
  color: #FFB800;
  stroke-width: 2;
}

.header-mobile .header-basket .basket-badge {
  position: absolute;
  top: -2px;
  right: -4px;
  background: #ff0000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 4px;
  line-height: 1;
  pointer-events: none;
}

.header-mobile .logo a {
  display: flex;
  align-items: center;
}

.header-mobile .logo img {
  height: 36px;
  width: auto;
}

.header-mobile .header-location {
  display: none;
}

.header-layout-compra {
  display: none;
}

.header-mobile .location-icon {
  width: 24px;
  height: 24px;
  color: #ffcc00;
  stroke-width: 2;
  flex-shrink: 0;
}

.header-mobile .location-current {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}
