.elementor-165 .elementor-element.elementor-element-ad68085{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-165 .elementor-element.elementor-element-c676d76{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.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-c676d76 */* { box-sizing: border-box; }

.aera-topbar {
  background: #fff;
  color: #0a0a0a;
  font-size: 11px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 7px 1rem;
  text-transform: uppercase;
}

.aera-navbar {
  background: #0a0a0a;
  border-bottom: 0.5px solid rgba(255,255,255,0.1);
  padding: 0 2rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

.aera-navbar-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.aera-logo {
  font-family: 'Georgia', serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.15em;
  text-decoration: none;
  font-weight: 400;
  flex-shrink: 0;
  line-height: 1.2;
}

.aera-logo span {
  color: rgba(255,255,255,0.4);
  font-size: 11px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.1em;
  display: block;
  margin-top: -2px;
}

.aera-nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.aera-nav-links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: color 0.2s;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  white-space: nowrap;
}

.aera-nav-links a:hover { color: #fff; }

.aera-divider {
  width: 0.5px;
  height: 16px;
  background: rgba(255,255,255,0.15);
}

.aera-navbar-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}

.aera-nav-icon {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.04em;
  transition: color 0.2s;
  white-space: nowrap;
}

.aera-nav-icon:hover { color: #fff; }

.aera-cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.aera-cart-badge {
  display: none;
  align-items: center;
  justify-content: center;
  background: #C9A84C;
  color: #1A1A1A;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -14px;
}

.aera-cta-btn {
  background: #fff;
  color: #0a0a0a;
  border: none;
  padding: 9px 20px;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
  display: inline-block;
}

.aera-cta-btn:hover {
  background: #e0e0e0;
  color: #0a0a0a;
  text-decoration: none;
}

/* Hamburger */
.aera-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.aera-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #fff;
  transition: all 0.3s ease;
  transform-origin: center;
}

.aera-hamburger.active span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.aera-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.aera-hamburger.active span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Menu mobile */
.aera-mobile-menu {
  display: none;
  background: #0a0a0a;
  padding: 1.5rem 2rem 2rem;
  border-bottom: 0.5px solid rgba(255,255,255,0.1);
}

.aera-mobile-menu ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.aera-mobile-menu ul li {
  border-bottom: 0.5px solid rgba(255,255,255,0.08);
}

.aera-mobile-menu ul li a {
  display: block;
  padding: 14px 0;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.aera-mobile-menu ul li a:hover { color: #fff; }

.aera-mobile-cta {
  display: block;
  background: #fff;
  color: #0a0a0a;
  text-align: center;
  padding: 13px;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.aera-mobile-cta:hover {
  background: #e0e0e0;
  color: #0a0a0a;
  text-decoration: none;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .aera-nav-links { display: none; }
  .aera-navbar { padding: 0 1rem; }
  .aera-cta-btn { display: none; }
  .aera-hamburger { display: flex; }

  /* Masquer seulement Mon compte, pas le panier */
  .aera-navbar-right > .aera-nav-icon {
    display: none;
  }

  /* Garder le panier visible */
  .aera-cart-icon {
    display: inline-flex;
  }

  .aera-cart-icon .aera-nav-icon {
    display: block;
    font-size: 0;
  }

  /* Icône panier SVG à la place du texte */
  .aera-cart-icon .aera-nav-icon::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.6)' stroke-width='1.5'%3E%3Cpath d='M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 01-8 0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .aera-cart-badge {
    top: -6px;
    right: -10px;
  }

  .aera-mobile-menu.open {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    overflow-y: auto;
    background: #0a0a0a;
  }
}/* End custom CSS */