.header__action--cart-trigger > a > div:not(.cart-count),
.header__action--account-link > a > div {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__action img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.actions-container {
  gap: 5px;
  flex-wrap: nowrap;
  align-items: center;
}

.btn-search {
  width: 100%;
  height: 100%;
}

.btn-search svg {
  margin: 0 auto;
}

.actions-container div.fill-current {
  position: relative;
  width: 3.5rem;
  border-radius: 24px;
}

.actions-container div.fill-current::after {
  content: ' + ';
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  font-size: 0.8rem;
}

#header-cart-count_md {
  position: absolute;
  top: 2px;
  left: 24px;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 18px;
  min-height: 18px;
  height: 18px;
  width: 18px;
}

.icon--menu {
  fill: var(--color-primary);
}

@media (min-width: 1024px) {
  .actions-container {
    gap: 20px;
  }
}
