/* Normalize all icons in the right header (Search, User, Language, Cart) */
.store-header .flex.items-center.justify-end > * {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 4px !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* Remove internal padding from Salla’s custom components */
.store-header button,
.store-header salla-cart-summary a {
  padding: 0 !important;
}

/* Make icons centered and uniform */
.store-header .header-btn__icon,
.store-header .sicon-earth,
.store-header .sicon-search,
.store-header .sicon-user,
.store-header .sicon-cart {
  font-size: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Optional: visually balance cart bubble */
.store-header .s-cart-summary-count {
  top: 2px !important;
  right: 2px !important;
}