/* ==========================================================================
   Aesthetic Arts — header.css
   Global site header / navigation. Injected via wp_body_open.
   ========================================================================== */

/* Hide the theme's Elementor header. */
header.elementor-location-header,
.elementor-location-header {
  display: none !important;
}

/* Hide Ecwid floating cart — cart lives in the header. */
.ec-cart-widget[data-fixed="true"],
.ec-minicart--fixed,
.ecwid-shopping-cart-minicart[style*="fixed"],
div[class*="ec-minicart"][class*="fixed"] {
  display: none !important;
}

.aa-header,
.aa-header *,
.aa-header *::before,
.aa-header *::after {
  box-sizing: border-box;
}

/* Beat Hello Elementor global button/link resets (#c36 borders, teal hovers). */
.aa-header button,
.aa-header [type="button"],
.aa-header [type="submit"],
.aa-header [type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  font: inherit;
  width: auto;
  min-height: 0;
  text-align: inherit;
  text-transform: none;
  letter-spacing: normal;
}

.aa-header a,
.aa-header a:visited {
  color: inherit;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-decoration: none;
}

.aa-header__bar a,
.aa-header__bar a:hover,
.aa-header__bar a:focus,
.aa-header__bar a:active,
.aa-header__bar a:visited {
  color: var(--aa-black) !important;
  background: transparent !important;
}

.aa-header__bar button:hover,
.aa-header__bar button:focus,
.aa-header__bar button:active {
  background: transparent !important;
  color: var(--aa-black) !important;
  opacity: 0.55;
}

/* Panel controls beat generic button reset (width: auto, font: inherit). */
.aa-header__panel .aa-header__mobile-trigger,
.aa-header__panel .aa-header__mobile-link {
  display: block !important;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--aa-font-display) !important;
  font-size: clamp(2rem, 8vw, 2.75rem) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
  text-transform: none !important;
  color: var(--aa-white) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.aa-header__panel .aa-header__mobile-sub-trigger {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0.2rem 0 !important;
  text-align: center !important;
  font-family: var(--aa-font-body) !important;
  font-size: 0.875rem !important;
  font-weight: var(--aa-fw-body) !important;
  font-style: normal !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: rgba(255, 255, 255, 0.88) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.aa-header {
  --aa-header-h: 4.75rem;
  position: relative;
  z-index: 1000;
  font-family: var(--aa-font-label);
}

.aa-header__bar {
  background: var(--aa-white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.aa-header__inner {
  max-width: var(--aa-max);
  margin: 0 auto;
  padding: 0 var(--aa-gutter);
  min-height: var(--aa-header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
}

/* ---- Logo ---- */
.aa-header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--aa-black) !important;
  text-decoration: none;
  line-height: 1;
}
.aa-header__logo:hover { opacity: 0.75; }

.aa-header__logo-img {
  display: block;
  width: auto;
  max-width: none;
  height: clamp(2rem, 4vw, 2.75rem);
  flex-shrink: 0;
  object-fit: contain;
}

.aa-header__logo--text {
  font-family: var(--aa-font-display);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

/* ---- Desktop nav ---- */
.aa-header__nav {
  justify-self: center;
}

.aa-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.75rem);
}

.aa-header__nav-item .aa-header__nav-link {
  display: block;
  font-family: var(--aa-font-label);
  font-size: 0.75rem;
  font-weight: var(--aa-fw-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--aa-black) !important;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.aa-header__nav-item > .aa-header__nav-link:hover { opacity: 0.55; }

.aa-header__nav-label--static {
  cursor: default;
}
.aa-header__nav-item > .aa-header__nav-link.aa-header__nav-label--static:hover,
.aa-header__nav-dropdown .aa-header__nav-link.aa-header__nav-label--static:hover,
.aa-header__nav-flyout .aa-header__nav-link.aa-header__nav-label--static:hover {
  opacity: 1;
}

/* Desktop dropdowns (2nd + 3rd level) */
.aa-header__bar,
.aa-header__nav,
.aa-header__nav-list,
.aa-header__nav-item,
.aa-header__nav-sub {
  overflow: visible;
}

.aa-header__nav-item.has-children,
.aa-header__nav-sub.has-children {
  position: relative;
}

.aa-header__nav-dropdown,
.aa-header__nav-flyout {
  list-style: none;
  margin: 0;
  position: absolute;
  min-width: 12rem;
  background: var(--aa-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  transition-delay: 0.12s;
  z-index: 30;
}

.aa-header__nav-dropdown {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.65rem 0;
}

/* Invisible bridge so the pointer can reach the panel without losing hover. */
.aa-header__nav-dropdown::before,
.aa-header__nav-flyout::before {
  content: "";
  position: absolute;
  display: block;
}

.aa-header__nav-dropdown::before {
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0.5rem;
}

.aa-header__nav-flyout {
  top: 0;
  left: 100%;
  transform: none;
  min-width: 11rem;
  padding: 0.65rem 0;
}

.aa-header__nav-flyout::before {
  top: 0;
  bottom: 0;
  right: 100%;
  width: 0.5rem;
}

.aa-header__nav-item.has-children:hover > .aa-header__nav-dropdown,
.aa-header__nav-item.has-children:focus-within > .aa-header__nav-dropdown,
.aa-header__nav-sub.has-children:hover > .aa-header__nav-flyout,
.aa-header__nav-sub.has-children:focus-within > .aa-header__nav-flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

/* Keep parent dropdown open while moving into a nested flyout. */
.aa-header__nav-dropdown:has(.aa-header__nav-sub.has-children:hover),
.aa-header__nav-dropdown:has(.aa-header__nav-sub.has-children:focus-within) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.aa-header__nav-dropdown .aa-header__nav-link,
.aa-header__nav-flyout .aa-header__nav-link {
  display: block;
  position: relative;
  padding: 0.45rem 1.25rem;
  font-family: var(--aa-font-label);
  font-size: 0.6875rem;
  font-weight: var(--aa-fw-label);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.aa-header__nav-dropdown .aa-header__nav-link:hover,
.aa-header__nav-flyout .aa-header__nav-link:hover {
  opacity: 0.55;
}

.aa-header__nav-sub.has-children > .aa-header__nav-link {
  padding-right: 1.75rem;
}

.aa-header__nav-sub.has-children > .aa-header__nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.85rem;
  width: 0.35rem;
  height: 0.35rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-60%) rotate(-45deg);
  opacity: 0.45;
}

/* ---- Utility icons ---- */
.aa-header__utils {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-self: end;
}

.aa-header__bar .aa-header__icon-btn,
.aa-header__utils .aa-header__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--aa-black) !important;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.aa-header__bar .aa-header__icon-btn:hover,
.aa-header__utils .aa-header__icon-btn:hover { opacity: 0.55; }

/* ---- Search overlay ---- */
.aa-header__search {
  position: fixed;
  inset: 0;
  z-index: 1005;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(5rem, 12vh, 7rem) var(--aa-gutter) var(--aa-gutter);
}

.aa-header__search[hidden] {
  display: none !important;
}

.aa-header__search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.aa-header__search-dialog {
  position: relative;
  width: min(100%, 40rem);
  padding: clamp(1.5rem, 4vw, 2rem);
  background: var(--aa-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.aa-header__search-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: var(--aa-black) !important;
  cursor: pointer;
}

.aa-header__search-close:hover,
.aa-header__search-close:focus,
.aa-header__search-close:active {
  background: transparent !important;
  color: var(--aa-black) !important;
  opacity: 0.55;
}

.aa-header__search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding-top: 0.5rem;
}

.aa-header__search-input {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.85rem 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 0;
  background: transparent;
  color: var(--aa-black);
  font-family: var(--aa-font-body);
  font-size: 1rem;
  font-weight: var(--aa-fw-body);
  line-height: 1.4;
  appearance: none;
}

.aa-header__search-input:focus {
  outline: none;
  border-bottom-color: var(--aa-black);
}

.aa-header__search-input::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.aa-header__search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border: 0;
  background: var(--aa-sage) !important;
  color: var(--aa-black) !important;
  font-family: var(--aa-font-label) !important;
  font-size: var(--aa-fs-btn) !important;
  font-weight: var(--aa-fw-label) !important;
  letter-spacing: var(--aa-tracking-btn) !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.aa-header__search-submit:hover,
.aa-header__search-submit:focus,
.aa-header__search-submit:active {
  background: #aac6a8 !important;
  color: var(--aa-black) !important;
}

body.aa-search-open {
  overflow: hidden;
}

@media (max-width: 40em) {
  .aa-header__search-form {
    grid-template-columns: 1fr;
  }

  .aa-header__search-submit {
    width: 100%;
  }
}

/* ---- Ecwid cart slot (single widget, repositioned per breakpoint) ---- */
.aa-header__cart-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  line-height: 1;
}

.aa-header__cart-slot .ec-cart-widget,
.aa-header__cart-slot .ecwid-minicart,
.aa-header__cart-slot [class*="ec-minicart"] {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: 0 !important;
  float: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

/* ---- Mobile toggle ---- */
.aa-header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: var(--aa-black) !important;
  cursor: pointer;
  flex-shrink: 0;
}
.aa-header__toggle:hover,
.aa-header__toggle:focus,
.aa-header__toggle:active {
  background: transparent !important;
  color: var(--aa-black) !important;
  opacity: 0.55;
}
.aa-header__toggle svg {
  display: block;
  stroke: currentColor;
}

/* ---- Mobile flyout ---- */
.aa-header__panel {
  position: fixed;
  inset: 0;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: clamp(4rem, 10vw, 5.5rem) var(--aa-gutter) clamp(6rem, 14vw, 8rem);
  background: var(--aa-black);
  color: var(--aa-white);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.aa-header__panel[hidden] {
  display: none !important;
}

.aa-header__close {
  position: absolute;
  top: clamp(1rem, 3vw, 1.5rem);
  right: clamp(1rem, 3vw, 1.5rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: var(--aa-white) !important;
  cursor: pointer;
}
.aa-header__close:hover,
.aa-header__close:focus,
.aa-header__close:active {
  background: transparent !important;
  color: var(--aa-white) !important;
  opacity: 0.65;
}

.aa-header__mobile-back {
  position: absolute;
  top: clamp(1rem, 3vw, 1.5rem);
  left: clamp(1rem, 3vw, 1.5rem);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0;
  border: 0;
  background: transparent !important;
  color: var(--aa-white) !important;
  font-family: var(--aa-font-label) !important;
  font-size: 0.8125rem !important;
  font-weight: var(--aa-fw-label) !important;
  font-style: normal !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-align: left !important;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.aa-header__mobile-back[hidden] {
  display: none !important;
}

.aa-header__mobile-back:hover,
.aa-header__mobile-back:focus,
.aa-header__mobile-back:active {
  background: transparent !important;
  color: var(--aa-white) !important;
  opacity: 0.65;
}

.aa-header__mobile-back svg {
  display: block;
  flex-shrink: 0;
}

.aa-header__mobile-item.is-open > .aa-header__mobile-trigger {
  cursor: default;
  pointer-events: none;
}

.aa-header__mobile-item.is-open > .aa-header__mobile-trigger:hover,
.aa-header__mobile-item.is-open > .aa-header__mobile-trigger:focus,
.aa-header__mobile-item.is-open > .aa-header__mobile-trigger:active {
  opacity: 1;
}

.aa-header__mobile-nav {
  width: 100%;
  max-width: 22rem;
  margin: 0 auto;
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 0;
}

.aa-header__mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(1.1rem, 4vw, 1.75rem);
}

.aa-header__mobile-list.is-expanded > .aa-header__mobile-item.is-dimmed {
  display: none;
}

.aa-header__mobile-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: opacity 0.25s ease;
}

.aa-header__mobile-item.is-open {
  padding-bottom: 0.25rem;
}

.aa-header__mobile-item.is-dimmed {
  opacity: 0.28;
}

.aa-header__mobile-link,
.aa-header__mobile-trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  font-family: var(--aa-font-display);
  font-size: clamp(2rem, 8vw, 2.75rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--aa-white) !important;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none !important;
  outline: none;
}
.aa-header__mobile-link:hover,
.aa-header__mobile-link:focus,
.aa-header__mobile-link:active,
.aa-header__mobile-link:visited,
.aa-header__mobile-trigger:hover,
.aa-header__mobile-trigger:focus,
.aa-header__mobile-trigger:active {
  color: var(--aa-white) !important;
  background: transparent !important;
  border: 0 !important;
  opacity: 0.75;
}

.aa-header__panel .aa-header__mobile-trigger span {
  display: block;
  width: 100%;
  text-align: center;
}

.aa-header__mobile-sub {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.aa-header__mobile-sub[hidden] {
  display: none !important;
}

.aa-header__mobile-sub-item {
  width: 100%;
  text-align: center;
}

.aa-header__mobile-sub li {
  margin: 0;
  padding: 0;
  border: 0;
}

.aa-header__panel .aa-header__mobile-sub a,
.aa-header__panel .aa-header__mobile-sub-link,
.aa-header__panel .aa-header__mobile-sub-trigger {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
  border: 0 !important;
  background: transparent !important;
  font-family: var(--aa-font-body) !important;
  font-size: 0.875rem !important;
  font-weight: var(--aa-fw-body) !important;
  font-style: normal !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  text-align: center !important;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88) !important;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.aa-header__mobile-sub a:hover,
.aa-header__mobile-sub a:focus,
.aa-header__mobile-sub a:active,
.aa-header__mobile-sub a:visited,
.aa-header__mobile-sub-trigger:hover,
.aa-header__mobile-sub-trigger:focus,
.aa-header__mobile-sub-trigger:active {
  color: var(--aa-white) !important;
  background: transparent !important;
  border: 0 !important;
  opacity: 0.65;
}

.aa-header__mobile-sub--nested {
  margin-top: 0.35rem;
  gap: 0.35rem;
}

.aa-header__mobile-sub--nested a,
.aa-header__mobile-sub--nested .aa-header__mobile-sub-link,
.aa-header__mobile-sub--nested .aa-header__mobile-sub-trigger {
  font-size: 0.8125rem !important;
  opacity: 0.85;
}

.aa-header__mobile-sub-item.has-children {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.aa-header__mobile-utils {
  position: fixed;
  left: 0;
  right: 0;
  bottom: clamp(1.5rem, 5vw, 2.5rem);
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  z-index: 1003;
}

.aa-header__mobile-utils .aa-header__cart-slot {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  margin: 0 !important;
  display: inline-flex !important;
}

.aa-header__mobile-utils .aa-header__cart-slot .ec-cart-widget,
.aa-header__mobile-utils .aa-header__cart-slot [class*="ec-minicart"] {
  color: var(--aa-white);
}

.aa-header__mobile-utils .aa-header__cart-link[hidden] {
  display: none !important;
}

.aa-header__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.45);
}

.aa-header__backdrop[hidden] {
  display: none !important;
}

/* Open state */
.aa-header.is-open .aa-header__toggle {
  visibility: hidden;
}

body.aa-nav-open {
  overflow: hidden;
}

/* ---- Responsive ---- */
@media (max-width: 63.9375em) {
  .aa-header__bar {
    position: relative;
  }

  .aa-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .aa-header__logo {
    flex: 0 0 auto;
  }

  .aa-header__nav {
    display: none;
  }

  /* Hide desktop utility icons in the bar — mobile flyout has its own copies. */
  .aa-header__utils {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
    border: 0;
    padding: 0;
    margin: 0;
  }

  .aa-header__utils .aa-header__icon-btn {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
  }

  .aa-header__cart-slot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
  }

  .aa-header__toggle {
    display: inline-flex;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .aa-header__mobile-utils {
    display: flex;
  }

  .aa-header__mobile-utils .aa-header__icon-btn {
    color: var(--aa-white) !important;
  }

  .aa-header__mobile-utils .aa-header__icon-btn:hover,
  .aa-header__mobile-utils .aa-header__icon-btn:focus,
  .aa-header__mobile-utils .aa-header__icon-btn:visited {
    color: var(--aa-white) !important;
  }
}

/* Mobile panel — white type/icons (beat Elementor kit link token). */
.aa-header__panel :is(a, button) {
  color: var(--aa-white) !important;
}

.aa-header__panel :is(a, button):hover,
.aa-header__panel :is(a, button):focus,
.aa-header__panel :is(a, button):active,
.aa-header__panel a:visited {
  color: var(--aa-white) !important;
}

.aa-header__panel svg {
  stroke: currentColor;
}

@media (min-width: 64em) {
  .aa-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(0.75rem, 2vw, 1.5rem);
  }

  .aa-header__logo {
    grid-column: 1;
    justify-self: start;
    flex: none;
    flex-shrink: 0;
    min-width: auto;
  }

  .aa-header__nav {
    display: block;
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }

  .aa-header__nav-list {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
  }

  .aa-header__nav-item .aa-header__nav-link {
    font-size: clamp(0.5625rem, 0.5rem + 0.12vw, 0.6875rem);
    letter-spacing: clamp(0.08em, 0.04em + 0.04vw, 0.12em);
  }

  .aa-header__utils {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
    margin: 0;
    grid-column: 3;
    justify-self: end;
  }

  .aa-header__utils .aa-header__icon-btn {
    display: inline-flex;
  }

  .aa-header__cart-slot {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    margin: 0 !important;
  }

  .aa-header__panel,
  .aa-header__backdrop,
  .aa-header__toggle {
    display: none !important;
  }
}
