.elementor-1536 .elementor-element.elementor-element-7dae2b9{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;box-shadow:0px 5px 30px 0px rgba(0,0,0,0.1);--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;--z-index:10;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-808eca4 */.lo-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #2f3442;
  font-family: inherit;
}

.lo-header * {
  box-sizing: border-box;
}

.lo-header__top {
  background: #eee6dc;
  border-bottom: 1px solid rgba(139, 131, 121, 0.14);
}

.lo-header__top-inner {
  max-width: 1440px;
  min-height: 34px;
  margin: 0 auto;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  color: #7a6b60;
  font-size: 12px;
  font-weight: 600;
}

.lo-header__main {
  background: rgba(251, 248, 243, 0.94);
  border-bottom: 1px solid rgba(139, 131, 121, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(79, 62, 48, 0.05);
}

.lo-header__inner {
  max-width: 1440px;
  min-height: 82px;
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 24px;
  position: relative;
}

.lo-header__logo {
  color: #2f3442 !important;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}

.lo-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.lo-header__link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #2f3442 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lo-header__link:hover,
.lo-header__dropdown:hover .lo-header__link {
  background: rgba(155, 128, 106, 0.09);
  color: #8a705c !important;
}

.lo-header__link--drop::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.lo-header__dropdown {
  position: relative;
}

.lo-header__panel {
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid rgba(139, 131, 121, 0.16);
  border-radius: 22px;
  background: rgba(251, 248, 243, 0.98);
  box-shadow: 0 22px 56px rgba(79, 62, 48, 0.12);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

/* мегаменю по hover — ТІЛЬКИ для реальної миші,
   щоб тап на тачі не вмикав :hover і не зсував панель */
@media (hover: hover) and (pointer: fine) {
  .lo-header__dropdown:hover .lo-header__panel,
  .lo-header__dropdown:focus-within .lo-header__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

.lo-header__panel::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.lo-header__panel--mega {
  width: 520px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lo-header__cat {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 9px 11px;
  border-radius: 16px;
  color: #51473f !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.lo-header__cat:hover {
  background: rgba(155, 128, 106, 0.1);
  transform: translateX(2px);
}

.lo-header__cat img {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #f7f4ef;
  box-shadow: 0 8px 20px rgba(79, 62, 48, 0.08);
}

.lo-header__cat span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.lo-header__panel--age {
  width: 320px;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lo-header__age {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: #5f5148 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid rgba(139, 131, 121, 0.12);
}

.lo-header__age:hover {
  background: rgba(155, 128, 106, 0.12);
  color: #8a705c !important;
}

.lo-header__panel--brands {
  width: 250px;
  padding: 12px;
  display: grid;
  gap: 6px;
}

.lo-header__panel--brands a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 11px 13px;
  border-radius: 13px;
  color: #51473f !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.lo-header__panel--brands a:hover {
  background: rgba(155, 128, 106, 0.1);
  color: #8a705c !important;
}

.lo-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.lo-header__icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 131, 121, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: #2f3442 !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.lo-header__icon:hover {
  transform: translateY(-1px);
  background: rgba(155, 128, 106, 0.09);
  border-color: rgba(155, 128, 106, 0.28);
}

.lo-header__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lo-header__cart span {
  position: absolute;
  top: -6px;
  right: -5px;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  border: 2px solid #fbf8f3;
  border-radius: 999px;
  background: #9b806a;
  color: #fffaf5;
  font-size: 10px;
  font-weight: 800;
  line-height: 13px;
  text-align: center;
}

.lo-header__checkbox,
.lo-header__burger {
  display: none;
}

/* ============================================================
   MOBILE  (<= 1120px)
   ============================================================ */
@media (max-width: 1120px) {
  .lo-header__top {
    display: none;
  }

  .lo-header__inner {
    min-height: 64px;
    padding: 0 16px;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .lo-header__logo {
    font-size: 28px;
    z-index: 3;
  }

  .lo-header__actions {
    z-index: 3;
    gap: 10px;
  }

  .lo-header__actions .lo-header__icon:nth-child(1),
  .lo-header__actions .lo-header__icon:nth-child(2) {
    display: none;
  }

  /* бургер */
  .lo-header__burger {
    z-index: 3;
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(139, 131, 121, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
  }

  .lo-header__burger span {
    width: 19px;
    height: 2px;
    border-radius: 99px;
    background: #2f3442;
    transition: transform 0.28s ease, opacity 0.2s ease;
  }

  .lo-header__checkbox:checked ~ .lo-header__burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .lo-header__checkbox:checked ~ .lo-header__burger span:nth-child(2) {
    opacity: 0;
  }
  .lo-header__checkbox:checked ~ .lo-header__burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* шторка */
  .lo-header__nav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 2;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    padding: 14px 16px calc(28px + env(safe-area-inset-bottom));
    border: 0;
    border-top: 1px solid rgba(139, 131, 121, 0.16);
    border-radius: 0;
    background: #fbf8f3;
    box-shadow: 0 18px 40px rgba(79, 62, 48, 0.10);
  }

  .lo-header__checkbox:checked ~ .lo-header__nav {
    display: flex;
  }

  /* пункт верхнього рівня */
  .lo-header__link {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(139, 131, 121, 0.12);
    box-shadow: 0 4px 14px rgba(79, 62, 48, 0.04);
    font-size: 16px;
    font-weight: 700;
  }

  .lo-header__link:hover,
  .lo-header__dropdown:hover .lo-header__link {
    background: #ffffff;
    color: #2f3442 !important;
  }

  .lo-header__dropdown {
    width: 100%;
  }

  .lo-header__link--drop::after {
    margin-left: 12px;
    transition: transform 0.25s ease;
  }

  .lo-header__dropdown.is-open .lo-header__link {
    background: #f4efe7;
    color: #8a705c !important;
    border-color: rgba(155, 128, 106, 0.25);
  }

  .lo-header__dropdown.is-open .lo-header__link--drop::after {
    transform: rotate(225deg);
  }

  /* вкладена панель — accordion.
     position/transform примусово гасимо, щоб ніщо не зсувало вміст */
  .lo-header__panel {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    display: grid;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 0;
    margin: 0;
    padding: 0 8px;
    overflow: hidden;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    background: rgba(155, 128, 106, 0.06);
    transition: max-height 0.32s ease, opacity 0.25s ease,
      margin 0.25s ease, padding 0.25s ease;
  }

  .lo-header__panel::before {
    display: none;
  }

  .lo-header__dropdown.is-open .lo-header__panel {
    max-height: 1200px;
    opacity: 1;
    pointer-events: auto;
    margin: 6px 0 4px;
    padding: 8px;
  }

  /* За віком */
  .lo-header__panel--age {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .lo-header__age {
    min-height: 46px;
    background: #ffffff;
    border: 1px solid rgba(139, 131, 121, 0.12);
  }

  /* Одяг / Колекції */
  .lo-header__panel--mega {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .lo-header__cat {
    grid-template-columns: 48px 1fr;
    min-height: 64px;
    padding: 8px 12px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(139, 131, 121, 0.10);
  }

  .lo-header__cat:hover {
    transform: none;
    background: #faf6f0;
  }

  .lo-header__cat img {
    width: 48px;
    height: 48px;
  }

  .lo-header__cat span {
    font-size: 15px;
  }

  /* Бренди */
  .lo-header__panel--brands {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .lo-header__panel--brands a {
    min-height: 48px;
    padding: 13px 16px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(139, 131, 121, 0.10);
  }
}

@media (max-width: 560px) {
  .lo-header__inner {
    padding: 0 14px;
  }

  .lo-header__logo {
    font-size: 26px;
  }

  .lo-header__icon {
    width: 40px;
    height: 40px;
  }

  .lo-header__nav {
    padding: 12px 14px calc(28px + env(safe-area-inset-bottom));
  }
}
.lo-header__cart {
  position: relative;
}

.lo-header__cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #b98f6b;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  display: none;
}

.lo-header__cart-count.is-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}/* End custom CSS */