/* ===== CLEAN HEADER FOR LIVE PRODUCT PAGE ===== */

.kaw-clean-strip {
  background: #2a1509;
  color: #f4d27a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 16px;
}

.kaw-clean-strip span {
  opacity: .95;
  white-space: nowrap;
}

.kaw-clean-header {
  background: rgba(250, 245, 239, 0.96);
  border-bottom: 1px solid rgba(80, 58, 42, 0.08);
  position: sticky;
  top: 0;
  z-index: 9999;
  backdrop-filter: blur(12px);
}

.kaw-clean-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
}

.kaw-clean-left {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.kaw-clean-burger {
  width: 22px;
  height: 16px;
  position: relative;
  display: inline-block;
}

.kaw-clean-burger::before,
.kaw-clean-burger::after,
.kaw-clean-burger span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #3a281f;
}

.kaw-clean-burger::before { top: 0; }
.kaw-clean-burger span { top: 7px; }
.kaw-clean-burger::after { bottom: 0; }

.kaw-clean-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.kaw-clean-nav a {
  color: #3a281f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: relative;
}

.kaw-clean-nav a.active::after,
.kaw-clean-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #3a281f;
  border-radius: 999px;
}

.kaw-clean-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kaw-clean-brand-badge {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f7efe6, #e8dacb);
  border: 1px solid rgba(58, 40, 31, 0.08);
  box-shadow: 0 10px 24px rgba(58, 40, 31, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a6a4a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kaw-clean-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}

.kaw-clean-action {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fbf7f2;
  border: 1px solid rgba(58, 40, 31, 0.10);
  box-shadow: 0 8px 20px rgba(58, 40, 31, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a281f;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}

.kaw-clean-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #2a1509;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.kaw-clean-hide-old-header {
  display: none !important;
}

@media (max-width: 980px) {
  .kaw-clean-header-inner {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 12px;
  }

  .kaw-clean-left,
  .kaw-clean-right,
  .kaw-clean-brand {
    justify-content: center;
  }

  .kaw-clean-left {
    flex-direction: column;
    gap: 12px;
  }

  .kaw-clean-nav {
    justify-content: center;
    gap: 18px;
  }
}
