#header-topbar-v2 {
  background: #080133;
  border-bottom: 1px solid #f4f5f6;
}
@media (max-width: 1024px) {
  #header-topbar-v2 {
    display: none;
  }
}
#header-topbar-v2.hide {
  animation: fadeOut 0.3s forwards;
  display: none;
}
#header-topbar-v2.logged-user .active-user {
  display: block;
}
#header-topbar-v2.logged-user .guest {
  display: none;
}
#header-topbar-v2 .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  box-sizing: content-box !important;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #header-topbar-v2 .header_container {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  #header-topbar-v2 .header_container {
    padding: 0 16px;
  }
}
#header-topbar-v2 .topbar-left{
  display: flex;
    align-items: center;
    gap: 8px;
}
#header-topbar-v2 .topbar-left .shipping-label {
  font-size  : 13px;
  line-height: 17px;
  font-weight: 600;
  color      : #fff;
  margin     : 0;
}
#header-topbar-v2 .topbar-left .shipping-label-right {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  position: relative;
}
#header-topbar-v2 .topbar-left .shipping-label-right #copyText{
  text-decoration: underline;
}
#header-topbar-v2 .topbar-left .shipping-label-right #copyAlert{
  position: absolute;
  top: -2px;
  right: -17px;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 17px;
border-radius: 11px;
background: #17D24B;
padding: 2px 8px;
}
#header-topbar-v2 .user-profile-links {
  list-style: none;
  display: flex;
  align-items: center;
}
#header-topbar-v2 .header_contact-dropdown.deactivate {
  pointer-events: none;
}
#header-topbar-v2 .user-link-wrap {
  margin-left: 24px;
  position: relative;
  padding: 6px 0;
  position: relative;
}
#header-topbar-v2 .user-link-wrap:hover .user-link {
  color: #fff;
}
#header-topbar-v2 .user-link-wrap:hover .user-link svg path {
  stroke: #fff;
}
#header-topbar-v2 .user-link-wrap:hover .contact-dropdown-menu {
  display: block;
}
#header-topbar-v2 .user-link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  pointer-events: none;
}
#header-topbar-v2 .user-link .icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  position: relative;
}
#header-topbar-v2 .user-link .icon svg {
  width: 100%;
  height: 100%;
}
#header-topbar-v2 .user-link .icon svg path {
  transition: 0.3s;
  stroke: #fff;
}
#header-topbar-v2 .cart-detail .user-link .cart-count {
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  margin-left: 4px;
  padding: 0 3px;
  position: unset;
  transform: unset;
  display: none;
}
#header-topbar-v2 .cart-detail.is-full .user-link .cart-count {
  display: flex;
}
#header-topbar-v2 .active-user {
  display: none;
}
#header-topbar-v2 .guest {
  display: inline-block;
}
