/* إخفاء أول تبويب في دليل المقاسات (الرئيسي) إذا كان هناك أكثر من تبويب */
.s-product-size-guide-wrapper .s-tabs-header-item:first-child{
  display:none !important;
}
/* Make soft header and Salla header act like one unified header */
#vevane-topbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999 !important;
}


header.store-header {
  position: relative;
  margin-top: 5px !important;
}

.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;
}

.top-navbar button[aria-label="Change Language"] {
  width: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.navbar-pushed {
  margin-top: 36px !important;
  transition: margin-top 0.3s ease;
}

/* Hide the empty top-navbar bar */
.top-navbar {
  display: none !important;
}