.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-8ec7714 *//* ===== HEADER DKR STORE ===== */
.dkr-header {
  background-color: #ffffff;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #f0f0f0;
}
.dkr-logo {
  flex-shrink: 0;
}

.dkr-logo a {
  display: flex;
  align-items: center;
}

.dkr-logo-img {
  height: 42px !important;
  width: auto !important;
  max-height: 42px !important;
  max-width: 170px !important;
  object-fit: contain;
}
.dkr-header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

/* Logo */
.dkr-logo-img {
  height: 50px;
  width: auto;
  display: block;
}

/* Navigation Desktop */
.dkr-nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dkr-nav a {
  color: #111111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.dkr-nav a:hover {
  color: #FFA704;
}

/* Actions */
.dkr-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dkr-icon-btn {
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: color 0.25s ease;
}

.dkr-icon-btn:hover {
  color: #FFA704;
}

/* Compteur panier */
.dkr-cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #FFA704;
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Bouton WhatsApp */
.dkr-whatsapp-btn {
  background-color: #25D366;
  color: white !important;
  padding: 9px 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.dkr-whatsapp-btn:hover {
  background-color: #1ebe57;
  transform: translateY(-1px);
}

/* Bouton Hamburger */
.dkr-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  z-index: 1001;
}

.dkr-mobile-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: #111111;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Animation du hamburger quand ouvert */
.dkr-mobile-toggle.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.dkr-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.dkr-mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* Menu Mobile */
.dkr-mobile-menu {
  display: none;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  padding: 15px 20px 25px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.dkr-mobile-menu.active {
  display: block;
}

.dkr-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dkr-mobile-menu li {
  border-bottom: 1px solid #f5f5f5;
}

.dkr-mobile-menu a {
  display: block;
  padding: 14px 0;
  color: #111111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s;
}

.dkr-mobile-menu a:hover {
  color: #FFA704;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .dkr-nav {
    display: none;
  }

  .dkr-mobile-toggle {
    display: flex;
  }

  .dkr-whatsapp-btn span {
    display: none;
  }

  .dkr-whatsapp-btn {
    padding: 10px;
    border-radius: 50%;
  }
}/* End custom CSS */