/** Shopify CDN: Minification failed

Line 367:49 Expected identifier but found whitespace
Line 1181:0 Unexpected "}"

**/
.shopify-section-group-header-group.header-section {
  z-index: 4;
}

.sticky-header .header_wrapper {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.header_wrapper {
  position: relative;
  z-index: 0;
  transition: box-shadow 0.3s;
}


.header_inner.menu-bottom-logo-center {
    grid-template-areas:
        "secondary_menu logo actions"
        "navigation navigation navigation";
        grid-gap: 2rem;
}
.menu-bottom-logo-center .header__heading-logo {
    margin: 0 auto;
}
.header__heading {
  grid-area: logo;
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 0;
}

.header_navigation_wrapper {
  grid-area: navigation;
}

.header_action_icons {
  grid-area: actions;
  position: relative;
}



.header_inner {
  display: grid;
  align-items: center;
}

.header_inner.logo-left {
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas: "logo navigation actions";
}

.header_inner.logo-center {
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "navigation logo actions";
}

.header_inner.logo-center-menu-bottom {
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "secondary_menu logo actions"
    "navigation navigation navigation";
}

.header_inner.drawer .header__heading_link_wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.header_inner.logo-center-menu-bottom .header__heading,
.header_inner.drawer .header__heading,
.header_inner.drawer .header__heading-link {
  width: max-content;
}

.header_inner.logo-center-menu-bottom .header__heading {
  width: 100%;
  text-align: center;
}

.header_inner.logo-center-menu-bottom .header_navigation_wrapper {
  padding: 2rem 0 0;
}

.header_inner.logo-center .parent_wrapper {
  justify-content: flex-start;
}

.header_inner.logo-center.logo-center-menu-bottom .parent_wrapper {
  justify-content: center;
}

.header_inner.logo-center .header__heading {
  width: 100%;
}

.header_inner.drawer {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "drawer logo actions";
}

.header_navigation_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.header_action_icons {
  grid-area: actions;
  display: flex;
  justify-content: flex-end;
  justify-self: flex-end;
  align-items: center;
  gap: 3.5rem;
}

.header_action_icons .icon_wrapper svg {
    width: 24px;
    height: 24px;
}

button#header_search {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.header_inner a:focus-visible,
.header_inner button:focus-visible,
.header__heading-link:focus-visible > div > img {
  outline: 0.1rem solid var(--color-foreground);
  display: inline-block;
}

.header_inner .icon_wrapper svg path {
  fill: var(--color-foreground);
  transition: stroke 0.6s;
}
.header_inner shopify-account path {    
  fill: var(--color-foreground);    
  transition: stroke 0.6s;
}

.header_inner #header_hamburger svg path {
  fill: var(--color-foreground);
  stroke: none !important;
  transition: fill 0.6s;
}

a#cart-icon-bubble {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

a#cart-icon-bubble .cart_bubble_wrapper {
  display: flex;
  align-items: center;
}

.cart-count-text {
  color: var(--color-secondary-foreground-heading);
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 14px;
  transition: color 0.6s;
  background: var(--color-secondary-background);
  min-width: 1.5rem;
  min-height: 1.5rem;
  width: auto;
  height: auto;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.cart-count-text.hide_on_desktop {
  display: none;
}

ul.parent_wrapper li.has_dropdown a {
  display: flex;
  align-items: center;
}

ul.parent_wrapper li.has_dropdown:hover a {
  position: relative;
}

ul.parent_wrapper li a {
  padding: 0 1.5rem;
  text-decoration: none;
  line-height: 1;
}

.header_navigation_wrapper a {
    font-family: var(--font-body-family);
    font-weight: 600;
    font-size: 1.5rem;
}

ul.parent_wrapper li a.parent_link {
  color: var(--color-foreground);
  transition: color 0.6s;
}

.header_wrapper:hover ul.parent_wrapper li a.parent_link,
.sticky-header .header_wrapper ul.parent_wrapper li a.parent_link {
  color: var(--sticky-text) !important;
}

.overlayed_header .header_wrapper ul.parent_wrapper li a.parent_link {
  color: var(--transparent-text);
}

.mega_menu_level_2 a,
.mega_menu_level_3 a {
  color: var(--dropdown-text-color);
}

ul.parent_wrapper .icon_wrapper svg path {
  fill: var(--color-foreground);
  transition: fill 0.6s;
}

.header__heading-logo {
  width: var(--logo-width);
}

button#header_hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}






ul.parent_wrapper li a span {
  position: relative;
  word-break: break-word;
  line-height: 1.4;
}


ul.parent_wrapper li a span:after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--color-foregound);
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}


ul.parent_wrapper li a:hover > span:after {
  transform: scale(1, 1);
}



/* DROPDOWN MENU & MEGA MENU CSS */
.mega_menu_wrapper {
  position: absolute;
  top: calc(0% + 1px);
  left: 0;
  width: 100%;
  /* backdrop-filter: blur(10px); */
  opacity: 0;
  transform: translateY(2rem);
  visibility: hidden;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.3s, visibility 0.3s, transform 0.4s;
}

ul.parent_wrapper > li.has_mega_menu:hover .mega_menu_wrapper,
.mega_menu_wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.mm {
  padding-top: var(--header-height);
  width: 100%;
}

.mm_main_inner {
  padding: 3rem 0;
  background: var(--color-secondary-background);
  color: var(--dropdown-text);
  max-height: calc(100vh - var(--header-height));
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}

.mm_main_inner::-webkit-scrollbar {
  display: none;
}

.mega_menu_wrapper .mega_menu_inner {
  padding-inline: 5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100rem;
  width: 100%;
  gap: 2rem;
}

.mega_menu_wrapper .mega_menu_inner .mm_inner {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-evenly;
}

.mega_menu_wrapper.mega_menu_place_grid .mega_menu_inner .mm_inner,
.mega_menu_wrapper.mega_menu_place_evenly .mega_menu_inner .mm_inner {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6rem 2rem;
}

.mega_menu_wrapper.mega_menu_place_grid .mega_menu_level_2,
.mega_menu_wrapper.mega_menu_place_evenly .mega_menu_level_2 {
  max-width: calc(50% - 2rem);
  width: auto;
  min-width: 25%;
  flex: 1;
}

li.has_dropdown.has_mega_menu .mega_menu_inner a. .mega_menu_inner a.active {
  opacity: 0;
  transform: translateY(2rem);
  color: var(--color-foreground);
  visibility: hidden;
  transition: opacity 0.6s, transform 0.6s, visibility 0.6s;
  transition-delay: var(--delay);
}

li.has_dropdown.has_mega_menu:hover .mega_menu_inner a {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

ul.parent_wrapper > li {
  min-height: 4.4rem;
  display: flex;
  align-items: center;
}

/* ul.parent_wrapper li.has_dropdown:hover > a:after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  min-width: 10rem;
  width: 100%;
  height: var(--after);
  z-index: 1;
} */

ul.parent_wrapper li.has_dropdown:hover > a:after,
ul.parent_wrapper li.has_mega_menu:hover > a:after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  min-width: 10rem;
  width: 100%;
  height: 15rem;
  z-index: 2;
}

ul.parent_wrapper li.has_mega_menu:hover>a:after {
    height: calc(var(--after) + var(--header-height));
    z-index: 999;
}

.header_navigation_wrapper .has_mega_menu .parent_link {
    overflow: initial;
}
.header_navigation_wrapper .has_mega_menu .parent_link span:before {opacity: 0;}
.header_navigation_wrapper .has_mega_menu:hover .parent_link span {
    transform: translateY(0%);
}

ul.parent_wrapper li.has_dropdown.has_mega_menu:hover:after {
  display: none;
}

.dropdown_wrapper {
  position: absolute;
  top: calc(100% + 1px);
  /* left: -50%; */
  min-width: 20rem;
  max-width: fit-content;
  width: max-content;
  background: var(--color-secondary-background);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(2rem);
  padding: 2rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: opacity 0.3s, visibility 0.3s, transform 0.4s;
}

/* .header_inner.logo-center-menu-bottom .dropdown_wrapper {
  top: calc(100% + var(--bottom-spacing));
} */

ul.parent_wrapper > li.has_dropdown:hover > .dropdown_wrapper,
.dropdown_wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}

.dropdown_wrapper ul {
  flex-direction: column;
}

.dropdown_wrapper ul li {
  width: 100%;
}

.dropdown_wrapper ul li a {
  font-size: 1.6rem;
  line-height: 2;
  justify-content: center;
  color: var(--color-secondary-foreground-heading);
  transform: translateY(2rem);
  opacity: 0;
  padding: 0.3rem 0.5rem;
  transition: transform 0.6s, opacity 0.6s;
}

.dropdown_wrapper ul.dropdown_children_wrapper > li > a {
  transition-delay: var(--delay);
  font-size: 1.4rem;
}

ul.parent_wrapper
  > li.has_dropdown:hover
  .dropdown_children_wrapper
  > li.children_link
  > a,
li.children_link a.active {
  opacity: 1;
  transform: translateY(0);
}

ul.dropdown_children_wrapper li a span:after {
  content: "";
}

.header_wrapper:hover:after {
  transform: scale(1, 1);
}

li.has_grandchildren {
  position: relative;
}

li.has_grandchildren:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
}

ul.dropdown_grandchildren_wrapper {
  position: absolute;
  top: 0;
  left: calc(100% + 2.1rem);
  min-width: 20rem;
  max-width: 35rem;
  width: max-content;
  background: var(--color-secondary-background);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 2rem;
  z-index: 1;
  box-shadow: 5px 0 10px #0003;
  transform: translateX(2rem);
  transition: opacity 0.3s, transform 0.3s;
}

li.has_grandchildren:hover ul.dropdown_grandchildren_wrapper,
ul.dropdown_grandchildren_wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: all;
}

ul.dropdown_grandchildren_wrapper li > a {
  font-size: 1.4rem;
  transform: translateX(2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s, transform 0.6s;
  transition-delay: var(--grandchild-delay);
}

li.has_grandchildren:hover ul.dropdown_grandchildren_wrapper li a,
ul.dropdown_grandchildren_wrapper li a.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}

a.mega_menu_level_2_title {
  font-family: var(--font-heading-family);
  font-size: 1.8rem !important;
  position: relative;
    color: var(--color-secondary-foreground);
}

a.mega_menu_level_2_title:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--color-foreground);
  opacity: 0.1;
}

ul.mega_menu_level_3 {
  flex-direction: column;
  margin-top: 2rem;
  justify-content: flex-start;
}

li.mega_menu_level_3_item {
  width: 100%;
}

a.mega_menu_level_3_links {
  line-height: 2 !important;
  font-size: 1.4rem !important;
  color: var(--color-secondary-foreground) !important;
}

a.mega_menu_level_2_title span:after {
  content: "";
  bottom: -0.5rem !important;
}

a.mega_menu_level_3_links span:after {
  bottom: 0.5rem !important;
}

.mega_menu_img_inner img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: top;
  border-radius: var(--img-border-radius);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

.mega_menu_img {
  transform: translateY(2rem);
  filter: blur(10px);
  opacity: 0;
  transition: transform 0.6s, opacity 0.6s, filter 0.9s;
}

ul.parent_wrapper > li.has_mega_menu:hover .mega_menu_wrapper .mega_menu_img,
.mega_menu_img.active {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
  transition-delay: var(--delay);
}

.mm_inner.mm_inner_with_images {
  flex: 1;
}

.mega_menu_image_wrapper {
  display: flex;
  gap: 1rem;
  flex: 0 0 30%;
}

.mega_menu_image_wrapper.image-2 .mega_menu_img {
  flex: 1;
}

.mega_menu_image_wrapper.image-2 .mega_menu_img_inner {
  width: 100%;
  height: 100%;
  display: flex;
}

.mega_menu_img_inner {
  display: flex;
  position: relative;
}

/* .mega_menu_img_inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  transform: translate(-50%, -50%);
  border-top: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  opacity: 0.4;
} */

li.children_link.has_grandchildren span.icon_wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}

li.children_link.has_grandchildren span.icon_wrapper svg {
  width: 1.4rem;
  height: 1.4rem;
}

li.children_link.has_grandchildren span.icon_wrapper svg path {
  fill: var(--color-border);
}

li.children_link.has_grandchildren span.icon_wrapper:after {
  display: none;
}

li.children_link a > span:not(.icon_wrapper) {
  max-width: calc(100% - 0rem);
  text-align: center;
  margin-right: 2rem;
}

.has_few_links .mm_inner.mm_inner_with_images {
  flex: 1;
}

.has_few_links .mega_menu_image_wrapper {
  flex: 0 0 30%;
  flex-direction: row;
}

p.mega_menu_img_title {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  color: var(--color-primary);
}

a.mega_menu_img_link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: inline-block;
}

.mobile_menu_main_content {
  padding: 0;
}

.main_drawer_header {
  display: flex;
  justify-content: flex-end;
}



.mobile_menu_wrapper {
  margin: 4rem 0 0;
  height: auto;
}

.child_menu_wrapper,
.grandchild_menu_wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.parent_menu_element {
  padding: 1.5rem 0;
  position: relative;
  cursor: pointer;
}

.parent_menu_element-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.parent_menu_element-inner a {
  color: var(--color-foreground);
  text-decoration: none;
  position: relative;
}

.parent_menu_element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--color-foreground);
  opacity: 0.1;
}

.mobile_menu_wrapper .main_plus_wrapper {
  background: transparent;
  border: none;
  width: 2.4rem;
  height: 2.4rem;
}

.mobile_menu_wrapper .plus_wrapper {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
}

.mobile_menu_wrapper span.plus_horizontal {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: var(--color-foreground);
}

.mobile_menu_wrapper span.plus_vertical {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  transform: translateX(-50%);
  background: var(--color-foreground);
  transition: transform 0.3s;
}

.mobile_menu_wrapper span.plus_vertical.rot {
  transform: translateX(-50%) rotate(90deg);
}

.child_menu_item {
  position: relative;
  margin-inline: 1rem;
}

.child_menu_item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--menu_child_main_color);
  opacity: 0.2;
}

.child_menu_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--menu_child_main_bg);
  filter: brightness(1.2);
  z-index: -1;
}

.child_menu_item:last-child:after {
  display: none;
}

.child_menu_item:first-child {
  margin: 1rem 1rem 0;
}

.child_menu_element a {
  font-size: 1.4rem;
  line-height: 1;
  color: var(--menu_child_main_color) !important;
  text-decoration: none;
}

.child_menu_element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem;
}

.grandchild_menu_wrapper {
  display: flex;
  flex-direction: column;
}

.grandchild_menu_wrapper a {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--menu_child_main_color) !important;
  text-decoration: none;
}

.grandchild_menu_element {
  padding: 1.5rem 3rem;
  position: relative;
}

.grandchild_menu_element:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-background);
  filter: brightness(1.3);
  z-index: -1;
}

.grandchild_menu_element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--menu_child_main_color);
  opacity: 0.1;
}

.grandchild_menu_element:last-child:after {
  display: none;
}

.grandchild_menu_element:last-child {
  margin-bottom: 1.5rem;
}

.mobile_menu_drawer_login_link {
  padding: 2rem;
  position: relative;
  margin-top: 5rem;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.mobile_menu_drawer_login_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-secondary-background);
  border-radius: 1rem;
  z-index: -1;
}

.mobile_menu_drawer--localization_wrapper {
  display: flex;
}

button#mobile_menu_drawer_localization_btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.mobile_menu_drawer--localization_wrapper svg path {
  fill: var(--color-border);
}

.mobile_menu_drawer_login_localization_wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header_hamburger.not_drawer {
  display: none;
}

h1.header__heading,
.header__heading-link,
.header__heading-link span {
  font-size: 2.5rem !important;
  line-height: 1;
  color: var(--color-foreground);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.6s;
}

/* .header_wrapper:hover h1.header__heading,
.header_wrapper:hover .header__heading-link,
.header_wrapper:hover .header__heading-link span,
.sticky-header .header_wrapper h1.header__heading,
.sticky-header .header_wrapper .header__heading-link,
.sticky-header .header_wrapper .header__heading-link span {
  color: var(--sticky-text) !important;
}

.overlayed_header .header_wrapper h1.header__heading,
.overlayed_header .header_wrapper .header__heading-link,
.overlayed_header .header_wrapper .header__heading-link span {
  color: var(--transparent-text);
} */

a.header_account .visually-hidden,
a.header_cart .visually-hidden {
  color: var(--header-text);
}

.mobile_menu_drawer--social_media_wrapper ul.social_media_icons svg path {
  fill: var(--color-primary-button-background);
}

.header_hamburger {
  display: flex;
  grid-area: drawer;
}

.main_drawer_inner.mobile_drawer_inner {
    display: flex;
    flex-flow: column;
    gap: 2rem;
}

.mobile_menu_main_content {
    flex: 1;
}

.mobile_menu_drawer_login_link .social_media_icons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1.6rem;
}

.mobile_menu_drawer_login_localization_wrapper svg path {
    fill: var(--color-primary-button-background);
}

ul.parent_wrapper>li:not(.has_mega_menu) {
    position: relative;
}

.dropdown_wrapper.open-left {
    right: 0;
}

.dropdown_wrapper.open-left ul.dropdown_grandchildren_wrapper,
ul.dropdown_grandchildren_wrapper.open-left {
  left: unset;
  right: calc(100% + 2.1rem);
}

li.has_grandchildren:has(.open-left):after,
.dropdown_wrapper.open-left li.has_grandchildren:after {
    left: unset;
    right: 100%;
}

.header__heading-link {
  overflow-wrap: break-word;
  word-break: break-word;
}

@media screen and (max-width: 1250px) {
  .header_inner.logo-left, .header_inner.logo-center, .header_inner.menu-bottom-logo-center, .header_inner.drawer {
        grid-template-areas: "drawer logo actions";
        grid-template-columns: 1fr 2fr 1fr;
    }
}

/* MEDIA QUERIES */
@media screen and (max-width: 1599px) {
  .mega_menu_wrapper .mega_menu_inner {
    padding-inline: 0;
  }
}

@media screen and (max-width: 1250px) {
  .header_navigation_wrapper,
  a.header_account {
    display: none;
  }

  .header_hamburger.not_drawer {
    display: flex;
    grid-area: drawer;
  }

  button#header_hamburger svg {
    width: 100%;
    height: 100%;
  }

  .header_inner.logo-left,
  .header_inner.logo-center,
  .header_inner.logo-center-menu-bottom,
  .header_inner.drawer {
    grid-template-areas: "drawer logo actions";
    grid-template-columns: 1.2fr minmax(0,3fr) 1.2fr;
  } 

  .header__heading-logo-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .mobile_menu_drawer_login_link {
    display: block;
  }

  .mobile_menu_drawer--social_media_wrapper ul.social_media_text a {
    color: var(--drawer-text);
  }

  .mobile_menu_drawer--social_media_wrapper ul.social_media_text a:after {
    background: var(--drawer-text);
  }

  .mobile_menu_drawer--social_media_wrapper {
    margin: 0 0 2rem;
  }

  .mobile_menu_drawer_login_localization_wrapper a.header_account {
    display: block;
  }

  h1.header__heading,
  .header__heading-link,
  .header__heading-link span {
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  
  .header_wrapper {
    box-shadow: 0 0 1rem #0000001a;
  }
  .header_inner.logo-left,
  .header_inner.logo-center,
  .header_inner.logo-center-menu-bottom,
  .header_inner.drawer {
    gap: 2rem;
  }

  .header_inner.logo-center-menu-bottom .header__heading,
  .header_inner.drawer .header__heading,
  .header_inner.drawer .header__heading-link {
    width: 100%;
  }

  .header_action_icons {
    gap: 15px;
  }

  a#cart-icon-bubble {
    position: relative;
  }

  .cart-count-text.hide_on_desktop {
    display: flex;
    min-width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    top: 25px;
    width: auto;
  }

  .cart-count-text.hide_on_desktop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--header-bg);
    z-index: 0;
    filter: brightness(0.5);
    border-radius: 50%;
  }

  .cart-count-text.hide_on_desktop span.cc_text {
    z-index: 1;
  }

  .header_action_icons .icon_wrapper {
    justify-content: flex-end;
  }

  .mobile_menu_drawer_login_link {
    padding: 1.5rem;
  }.footer_announcement_bar
}

@media screen and (max-width: 400px) {
  .header_inner.logo-left,
  .header_inner.logo-center,
  .header_inner.logo-center-menu-bottom,
  .header_inner.drawer {
    gap: 1rem;
  }
 
}

.header_navigation_wrapper .parent_link {
    display: inline-flex;
    align-items: center;
    column-gap: 2px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    text-transform: var(--text-transform);
}

.header_navigation_wrapper .parent_link span {
    position: relative;
    transition: transform .5s ease;
    line-height: 1.5;
}

.header_navigation_wrapper .parent_link span:before {
    content: attr(data-link-hover);
    position: absolute;
    left: 0;
    transform: translateY(100%);
    transition: transform .5s ease;
    top: 0;
    right: 0;
}

.header_navigation_wrapper .parent_link:hover span {
    transform: translateY(-100%);
}


.mobile_menu_wrapper .child_menu_main_inner .plus_horizontal {
    background: var(--menu_child_main_color) !important;
}

.mobile_menu_wrapper .child_menu_main_inner .plus_vertical {
    background: var(--menu_child_main_color) !important;
}

.mobile_menu_wrapper .grandchild_menu_wrapper {
    background: var(--menu_child_main_bg);
}
.mobile_menu_wrapper .child_menu_element {
   background: var(--menu_child_main_bg);
}
