.announcemet-bar{
  padding: 11px 0;
  background-color: var(--background-color-secondary);
  border-bottom: 1px solid;
}

.announcement-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.13rem;
  line-height: 27px;
  letter-spacing: 0.45px;
}

.announcement-links {
  width: 225px;
  top: 0;
  right: 0;
  font-size: 1.13rem;
  letter-spacing: 0.45px;
}

.cart-icon, .announcement-language{
  cursor: pointer;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
}

header {
  display: block;
  background-color: var(--background-color-primary);
  transition: all .4s ease-out;
  position: relative;
  z-index: 1;
  height: 101px;
  border-bottom: 1px solid;
}

.header-logo svg {
  width: 170px;
  height: 45px;
}

.header-logo svg path {
  transition: all .4s ease-out;
}

.header-menu-link {
  display: flex;
  align-items: center;
}

.header-link {
  padding: 35px 33px;
  border-left: 1px solid;
  text-transform: uppercase;
  transition: all .4s ease-out;
}

.header-menu-link:hover .header-link {
  background-color: var(--btn-color-primary);
}
.header-menu {
  border-right: 1px solid;
}

.header-menu-dropdown-wrap {
  position: absolute;
  width: 100%;
  background-color: var(--background-color-secondary);
  left: 0;
  top: 100px;
  padding: 35px 0 55px;
  transition: all .4s ease-out;
  opacity: 1;
  max-height: 422px;
  z-index: 5;
  display: none;
  border-top: 1px solid var(--font-color);
  border-bottom: 1px solid var(--font-color);
  box-shadow: -10px 20px 30px #00000026;
}
.header-menu-link:hover .header-menu-dropdown-wrap {
  display: block;
}
.header-menu-dropdown-inner {
  display: flex;
  justify-content: space-between;
}
.header-menu-dropdown-left {
  width: calc(50% - 8px);
  max-width: 812px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 370px;
  justify-content: space-between;
}
.header-menu-dropdown-right {
  width: calc(50% - 8px);
  max-width: 812px;
  position: relative;
}
img.header-dropdown-image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  transition: all .4s ease-out;
}
.header-sub-menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80%;
  position: relative;
}
.header-sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 45%;
  height: 100%;
}
.sub-menu-title {
  margin-bottom: 24px;
  text-transform: uppercase;
}
ul.menu-list {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}
.sub-link {
  font-weight: 700;
  margin: 0 0 12px;
}
.sub-link:last-child, .child-sub-link:last-child {
  margin-bottom: 0;
}
.child-sub-menu {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}
.child-sub-link {
  display: flex;
  font-weight: 300;
  margin: 0 0 6px;
}
.header-sub-menu-hr {
  width: 2px;
  height: 80%;
  margin: 0;
}
.header-link-wrap {
  width: 246px;
  padding-bottom: 2px;
  font-size: 1.13rem;
  line-height: 27px;
  letter-spacing: .45px;
  text-transform: uppercase;
}

/* Cat Sub Menu CSS */
.header-cat-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 536px;
  height: 100%;
}
.header-cat-subheading {
  color: var(--btn-color-primary);
  text-transform: uppercase;
}
.header-cat-heading {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.header-cat-text {
  margin-bottom: 24px;
}
.cat-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 10px 20px;
  background-color: var(--btn-color-primary);
  text-transform: uppercase;
  z-index: 2;
  border-radius: 10px;
}
.cat-image-title {
  position: absolute;
  bottom: 6px;
  left: 35px;
  width: 115px;
  height: 87px;
  text-transform: uppercase;
  z-index: 2;
}

/* Mobile Hamburger Menu CSS */
.mobile_menu-wrapper {
  width: 100vw;
  max-width: 534px;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  background-color: var(--background-color-primary);
  position: fixed;
  top: 131px;
  bottom: 0;
  right: -100vw;
  z-index: 1;
  transition: all .3s ease-out;
  opacity: 0;
}

@media (min-width: 993px) {
  .shadow header {
    
  }
  .shadow .header-logo svg path {
    opacity: 0;
  }
  .shadow .header-logo svg #Include_F {
    opacity: 1;
    fill: var(--btn-color-primary);
  }
  .cart-icon, .announcement-language{
    margin-left: 20px;
  }
}

@media (max-width: 992px) {
  .announcement-text {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .33px;
  }
  header {
    height: 81px;
  }
  .header-logo svg {
    width: 121px;
    height: 32.5px;
  }
  .header-hamburger-menu {
    display: flex;
    align-items: center;
    margin-left: 26px;
  }
  .navbar-toggler {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    padding: 0;
    transition: all .4s ease-out;
  }
  .icon-bar {
    width: 44px;
    background-color: var(--font-color);
    display: block;
    height: 2px;
    border-radius: 1px;
    transition: all .4s ease-out;
  }
  .bar2 {
    margin: 10px 0 0;
  }
  .navbar-toggler.open .icon-bar {
    width: 26px;
  }
  .navbar-toggler.open .bar1 {
    transform: rotate(45deg)translate(6px,6px);
  }
  .navbar-toggler.open .bar2 {
    transform: rotate(-45deg) translate(2px,-2px);
  }
  .mobile_menu-wrapper.show {
    opacity: 1;
    right: 0;
    box-shadow: -10px 0 30px #00000026;
  }
  .mobile_menu {
    width: 100%;
    padding: 35px 36px 20vh;
    height: 90%;
    overflow: auto;
  }
  .header-accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }
  .header-accordion.faq-active .down-chev {
    transform: rotate(270deg);
  }
  .header-panel {
    margin-bottom: 55px;
  }
  .header-mobile-link {
    font-weight: 300;
    margin-top: 35px;
  }
  .mobile-coll-wrapper {
    display: flex;
    width: 100%;
    background-color: var(--background-color-secondary);
    border-radius: 10px;
  }
  .mobile-coll-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  {% comment %} hierzo {% endcomment %}

  .mobile-coll-image {
    width: 72px;
    height: 72px;
    border-radius: 0 10px 10px 0;
  }
  .mobile-coll-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 72px);
  }
  .header-menu-dropdown-inner {
    flex-direction: column;
  }
  .header-menu-dropdown-left, .header-menu-dropdown-right {
    width: 100%;
  }
  .header-menu-dropdown-left {
    flex-direction: row;
    height: auto;
  }
  .header-cat-subheading, .header-cat-text {
    font-size: 1.13rem;
    line-height: 27px;
    letter-spacing: 0.45px;
  }
  .header-cat-heading {
    margin: 18px 0 24px;
  }
  .header-cat-text {
    margin-bottom: 0;
  }
  .btn-header {
    margin-top: 35px;
    min-width: auto;
  }
/*   .btn-header .btn-text {
    padding: 17.5px 6px;
  } */

  .menu-link {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
  }
  .sub-menu-link {
    font-size: 1.13rem;
    line-height: 27px;
    letter-spacing: 0.45px;
  }
  .navbar-close-wrapper {
    display: flex;
    position: absolute;
    bottom: auto;
    left: 45%;
  }
  .navbar-close {
    display: block;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--font-color);
  }
}