/* ── Hamburger trigger (Studio export ships an empty .image background) ── */
@media (max-width: 840px) {
  .sd[data-s-c709eb2d-5cf3-4dbf-bcdb-6deebb50a796] {
    z-index: 6 !important;
    top: 0 !important;
  }

  body.kokonic-menu-open .sd[data-s-c709eb2d-5cf3-4dbf-bcdb-6deebb50a796] {
    display: none !important;
  }

  .sd[data-s-33fb68d3-ef3e-431f-ab85-37d5d92ca504] {
    appearance: none;
    -webkit-appearance: none;
    background: #00b74f !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    filter: brightness(90%) contrast(150%) saturate(110%) !important;
    padding: 0 !important;
  }

  .sd[data-s-33fb68d3-ef3e-431f-ab85-37d5d92ca504]:before {
    background-color: transparent !important;
    background-image:
      linear-gradient(#ffffff, #ffffff),
      linear-gradient(#ffffff, #ffffff),
      linear-gradient(#ffffff, #ffffff) !important;
    background-repeat: no-repeat !important;
    background-size: 18px 2px, 18px 2px, 18px 2px !important;
    background-position:
      center calc(50% - 6px),
      center 50%,
      center calc(50% + 6px) !important;
    border-radius: 50% !important;
    content: "" !important;
    display: block !important;
    height: 100% !important;
    opacity: 1 !important;
    width: 100% !important;
  }
}

/* ── Full-screen drawer (HAKONATURE-style) ── */
.kokonic-mobile-drawer {
  background: #f2f2e9;
  box-sizing: border-box;
  color: #1c1814;
  display: none;
  flex-direction: column;
  inset: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 7;
}

@media (max-width: 840px) {
  body.kokonic-menu-open {
    overflow: hidden;
  }

  body.kokonic-menu-open .kokonic-mobile-drawer {
    display: flex;
  }
}

.kokonic-mobile-drawer__head {
  align-items: center;
  border-bottom: 1px solid #1c1814;
  box-sizing: border-box;
  display: flex;
  flex: none;
  gap: 12px;
  justify-content: space-between;
  min-height: 80px;
  padding: 16px 20px;
}

.kokonic-mobile-drawer__logo {
  flex: none;
  line-height: 0;
  text-decoration: none;
}

.kokonic-mobile-drawer__logo img {
  display: block;
  height: 52px;
  object-fit: contain;
  width: auto;
}

.kokonic-mobile-drawer__lang {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0;
  justify-content: center;
}

.kokonic-mobile-drawer__lang-btn {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #1c1814;
  box-sizing: border-box;
  color: #1c1814;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  height: 28px;
  line-height: 1;
  min-width: 34px;
  padding: 0 8px;
  text-align: center;
}

.kokonic-mobile-drawer__lang-btn + .kokonic-mobile-drawer__lang-btn {
  border-left: none;
}

.kokonic-mobile-drawer__lang-btn.kokonic-lang-active {
  background: #1c1814;
  color: #ffffff;
}

.kokonic-mobile-drawer__close {
  appearance: none;
  -webkit-appearance: none;
  background: #00b74f;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  filter: brightness(90%) contrast(150%) saturate(110%);
  flex: none;
  height: 50px;
  position: relative;
  width: 50px;
}

.kokonic-mobile-drawer__close::before,
.kokonic-mobile-drawer__close::after {
  background: #ffffff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 18px;
}

.kokonic-mobile-drawer__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.kokonic-mobile-drawer__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.kokonic-mobile-drawer__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.kokonic-mobile-drawer__nav {
  display: flex;
  flex-direction: column;
}

.kokonic-mobile-drawer__item {
  align-items: center;
  border-bottom: 1px solid #1c1814;
  box-sizing: border-box;
  color: #1c1814;
  display: flex;
  font-family: var(--s-font-a196dde3, inherit);
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 1.4;
  min-height: 58px;
  padding: 16px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.kokonic-mobile-drawer__item-label {
  flex: 1;
  padding-right: 16px;
}

.kokonic-mobile-drawer__arrow {
  align-items: center;
  background: #00b74f;
  border-radius: 50%;
  display: flex;
  filter: brightness(90%) contrast(150%) saturate(110%);
  flex: none;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.kokonic-mobile-drawer__arrow img {
  display: block;
  height: 8px;
  width: auto;
}

.kokonic-mobile-drawer__foot {
  border-top: 1px solid #1c1814;
  flex: none;
  padding: 24px 20px 28px;
}

.kokonic-mobile-drawer__foot-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.kokonic-mobile-drawer__foot-links a {
  color: #1c1814;
  font-family: var(--s-font-c98e5da9, inherit);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.kokonic-mobile-drawer__copyright {
  color: #1c1814;
  font-family: var(--s-font-c98e5da9, inherit);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 16px;
}

.kokonic-mobile-drawer__social {
  display: flex;
  gap: 14px;
}

.kokonic-mobile-drawer__social a {
  align-items: center;
  color: #1c1814;
  display: inline-flex;
  font-size: 18px;
  height: 24px;
  justify-content: center;
  text-decoration: none;
  width: 24px;
}

.kokonic-mobile-drawer__social .kokonic-icon-tiktok {
  background: currentColor;
  display: block;
  height: 16px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1v-3.5a6.37 6.37 0 0 0-.79-.05A6.34 6.34 0 0 0 3 15.11a6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.34-6.34V8.75a8.18 8.18 0 0 0 4.91 1.6V6.85a4.85 4.85 0 0 1-1-.16z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 16px;
}
