/* Correctifs navbar boutique — z-index, hero décoratif, fond hero mobile */

#tkShopNav.tk-nav-fixed,
#tkShopNav.tk-shop-nav,
#tkShopNav.app-nav {
  z-index: 10050;
  isolation: isolate;
  position: fixed;
}

.app-nav {
  overflow: hidden;
  max-height: 4rem;
}

@media (max-width: 767px) {
  body.tk-shop-body .tk-shop-hero .tk-deco-layer,
  body[class*="tk-shop-group-"] .tk-shop-hero .tk-deco-layer {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .tk-shop-hero.has-hero-bg::before {
    background: linear-gradient(
      135deg,
      rgba(10, 22, 40, 0.94) 0%,
      rgba(5, 150, 105, 0.88) 55%,
      rgba(6, 95, 70, 0.92) 100%
    ) !important;
  }
}

/* Groupe C (Feane) — fond hero derrière la navbar */
body.tk-shop-group-groupec .hero_area .bg-box {
  z-index: 0;
  overflow: hidden;
}

body.tk-shop-group-groupec .hero_area .bg-box img {
  object-fit: cover;
  object-position: center;
  filter: blur(2px) saturate(0.85);
  transform: scale(1.06);
}

body.tk-shop-group-groupec .header_section {
  position: relative;
  z-index: 5;
}

body.tk-shop-group-groupec .navbar-brand {
  display: inline-flex;
  align-items: center;
  max-width: calc(100vw - 4.5rem);
  overflow: hidden;
}

body.tk-shop-group-groupec .navbar-brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

@media (max-width: 767px) {
  body.tk-shop-group-groupec .hero_area .bg-box img {
    filter: blur(3px) saturate(0.75) brightness(0.72);
  }
}
