
:root {
  --empwa-green: #08752f;
  --empwa-green-2: #0e8b43;
  --empwa-yellow: #ffd21f;
  --empwa-ink: #151824;
  --empwa-muted: #687066;
  --empwa-bg: #fffef9;
  --empwa-line: #e9ece7;
  --empwa-shadow: 0 18px 48px rgba(14, 72, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.empwa-site { margin: 0; background: var(--empwa-bg); color: var(--empwa-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.empwa-home { padding-bottom: 105px; }
.empwa-app-shell { min-height: 100vh; overflow-x: hidden; }
.empwa-app-shell a { color: inherit; }

.empwa-header {
  position: sticky; top: 0; z-index: 60;
  display: grid; grid-template-columns: 80px 1fr auto; align-items: center;
  min-height: 92px; padding: 12px clamp(18px, 4vw, 48px);
  background: rgba(255,255,255,.96); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.empwa-menu-trigger { width: 52px; height: 52px; border: 0; background: transparent; display: grid; align-content: center; gap: 6px; cursor: pointer; }
.empwa-menu-trigger span { display:block; width: 31px; height: 3px; border-radius: 3px; background: var(--empwa-green); }
.empwa-logo { justify-self: center; display:flex; flex-direction:column; align-items:center; text-decoration:none; line-height:1; }
.empwa-logo strong { font-family: Georgia, serif; font-style: italic; font-size: 46px; font-weight: 600; color: var(--empwa-green); }
.empwa-logo small { margin-top: 5px; color: #747a76; font-size: 13px; }
.empwa-header-actions { display:flex; align-items:center; gap: 20px; }
.empwa-header-actions a { position:relative; text-decoration:none; font-size: 32px; line-height:1; }
.empwa-header-cart .empwa-cart-badge, .empwa-nav-cart .empwa-cart-badge {
  position:absolute; display:grid; place-items:center; min-width: 25px; height:25px; padding:0 6px; border-radius:999px;
  background:var(--empwa-yellow); color:#111; font-size:12px; font-style:normal; font-weight:900;
}
.empwa-header-cart .empwa-cart-badge { top:-11px; right:-13px; }

.empwa-trust-bar {
  display:grid; grid-template-columns:repeat(3,1fr); gap:8px; padding:12px clamp(15px,4vw,40px);
  background:linear-gradient(90deg,#ffda2f,#ffc918); color:#111;
}
.empwa-trust-bar span { display:grid; grid-template-columns:auto 1fr; column-gap:8px; align-items:center; justify-content:center; font-size:15px; }
.empwa-trust-bar b { font-size:15px; }
.empwa-trust-bar small { grid-column:2; font-size:13px; }

.empwa-hero {
  position:relative; display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center;
  max-width:1320px; margin:0 auto; padding:70px clamp(22px,5vw,70px);
  background:
    radial-gradient(circle at 95% 12%, rgba(0,117,47,.10), transparent 23%),
    radial-gradient(circle at 3% 94%, rgba(255,210,31,.17), transparent 22%),
    #fff;
}
.empwa-hero:before, .empwa-hero:after { content:""; position:absolute; width:110px; height:110px; border-radius:50%; opacity:.15; filter:blur(4px); }
.empwa-hero:before { left:-30px; top:18px; background:var(--empwa-green); }
.empwa-hero:after { right:-20px; bottom:0; background:var(--empwa-yellow); }
.empwa-eyebrow { margin:0 0 10px; font-family:Georgia,serif; font-style:italic; font-size:26px; }
.empwa-hero h1 { margin:0; color:var(--empwa-green); font-size:clamp(58px,8vw,104px); letter-spacing:-.06em; line-height:.9; }
.empwa-hero h2 { margin:18px 0 16px; font-size:clamp(22px,3vw,34px); line-height:1.15; }
.empwa-hero h2 strong { color:var(--empwa-green); }
.empwa-hero-copy > p:not(.empwa-eyebrow) { max-width:600px; color:#343b35; font-size:18px; line-height:1.55; }
.empwa-main-cta { display:inline-flex; align-items:center; justify-content:center; min-height:56px; margin-top:16px; padding:14px 28px; border-radius:999px; background:linear-gradient(90deg,var(--empwa-green),var(--empwa-green-2)); color:#fff!important; font-weight:850; text-decoration:none; box-shadow:0 12px 25px rgba(0,117,47,.2); }
.empwa-video-link { display:block; margin-top:18px; padding:0; border:0; background:transparent; color:#303830; font-size:16px; font-weight:700; cursor:pointer; }
.empwa-video-card { position:relative; min-height:360px; overflow:hidden; border-radius:28px; box-shadow:var(--empwa-shadow); background:#182719; }
.empwa-video-card img, .empwa-video-card video { width:100%; height:100%; min-height:360px; display:block; object-fit:cover; }
.empwa-play-button { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); display:grid; place-items:center; width:90px; height:90px; padding-left:7px; border:3px solid #fff; border-radius:50%; background:rgba(15,40,22,.68); color:#fff; font-size:36px; cursor:pointer; backdrop-filter:blur(8px); }
.empwa-duration { position:absolute; right:16px; bottom:16px; padding:8px 10px; border-radius:10px; background:rgba(0,0,0,.68); color:#fff; font-weight:800; }

.empwa-categories { max-width:1320px; margin:0 auto; padding:26px clamp(18px,4vw,52px); display:grid; grid-template-columns:repeat(6,1fr); gap:20px; background:#fff; }
.empwa-category-pill { text-decoration:none; text-align:center; transition:.25s ease; }
.empwa-category-pill:hover { transform:translateY(-5px); }
.empwa-category-pill span { display:grid; place-items:center; width:96px; height:96px; margin:0 auto 10px; border-radius:50%; background:linear-gradient(145deg,#fff,#f2f5f1); border:1px solid #e6ebe4; box-shadow:0 10px 25px rgba(20,70,38,.10); font-size:45px; }
.empwa-category-pill strong { display:block; font-size:14px; line-height:1.2; }
.empwa-category-more span { font-size:25px; }

.empwa-promo { position:relative; max-width:1240px; margin:32px auto; padding:28px 34px; border-radius:20px; overflow:hidden; display:grid; grid-template-columns:1fr auto 130px; gap:30px; align-items:center; background:linear-gradient(95deg,#066b2b,#0b8a43); color:#fff; box-shadow:var(--empwa-shadow); }
.empwa-promo small { color:var(--empwa-yellow); font-size:15px; font-weight:900; }
.empwa-promo h2 { margin:8px 0; font-size:30px; }
.empwa-promo p { margin:0; font-size:18px; }
.empwa-promo p strong { display:inline-block; margin-left:8px; padding:8px 20px; border:1px dashed var(--empwa-yellow); border-radius:12px; }
.empwa-promo > a { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:12px 25px; border-radius:999px; background:var(--empwa-yellow); color:#101510; font-weight:900; text-decoration:none; }
.empwa-gift { font-size:88px; transform:rotate(8deg); animation:empwaFloat 3s ease-in-out infinite; }

.empwa-products { max-width:1320px; margin:44px auto; padding:0 clamp(18px,4vw,52px); }
.empwa-section-head { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:22px; }
.empwa-section-head h2 { margin:0; font-size:32px; }
.empwa-section-head a { color:var(--empwa-green); font-weight:800; text-decoration:none; }
.empwa-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.empwa-product-card { overflow:hidden; border:1px solid var(--empwa-line); border-radius:22px; background:#fff; box-shadow:0 10px 30px rgba(21,24,36,.06); transition:.25s ease; }
.empwa-product-card:hover { transform:translateY(-5px); box-shadow:var(--empwa-shadow); }
.empwa-product-image { position:relative; display:block; aspect-ratio:1/1; overflow:hidden; background:#f7f8f5; }
.empwa-product-image img { width:100%; height:100%; object-fit:cover; transition:.35s ease; }
.empwa-product-card:hover img { transform:scale(1.04); }
.empwa-chip { position:absolute; z-index:2; top:12px; left:12px; padding:6px 9px; border-radius:999px; background:var(--empwa-green); color:#fff; font-size:11px; font-weight:900; text-transform:uppercase; }
.empwa-chip-sale { background:#f22424; }
.empwa-heart { position:absolute; z-index:2; top:10px; right:10px; display:grid; place-items:center; width:40px; height:40px; border-radius:50%; background:#fff; box-shadow:0 5px 15px rgba(0,0,0,.08); font-size:25px; }
.empwa-product-body { padding:18px; }
.empwa-product-body h3 { min-height:46px; margin:0 0 12px; font-size:17px; line-height:1.35; }
.empwa-product-body h3 a { text-decoration:none; }
.empwa-price { display:flex; align-items:center; gap:10px; min-height:31px; margin-bottom:14px; }
.empwa-price del { color:#777; }
.empwa-price strong { color:var(--empwa-green); font-size:19px; }
.empwa-add { display:flex!important; align-items:center; justify-content:center; width:100%; min-height:48px; border-radius:999px!important; background:var(--empwa-green)!important; color:#fff!important; font-weight:850!important; text-decoration:none!important; border:0!important; }
.empwa-empty { padding:30px; border-radius:20px; background:#f4fff7; text-align:center; }

.empwa-features { max-width:1240px; margin:50px auto; padding:0 24px; display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.empwa-features article { display:flex; align-items:center; gap:13px; padding:20px; border-radius:18px; background:#fff; border:1px solid var(--empwa-line); box-shadow:0 8px 22px rgba(20,70,38,.05); }
.empwa-features span { font-size:30px; }
.empwa-features strong { font-size:16px; }

.empwa-footer { min-height:150px; display:grid; place-items:center; padding:30px 20px 100px; background:#17171e; color:var(--empwa-yellow); font-size:18px; font-weight:750; text-align:center; }

.empwa-mobile-nav { position:fixed; z-index:80; left:0; right:0; bottom:0; display:grid; grid-template-columns:repeat(5,1fr); min-height:92px; padding:8px max(10px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)); background:linear-gradient(90deg,#056b2a,#0b8c43); box-shadow:0 -12px 35px rgba(0,90,40,.22); }
.empwa-mobile-nav a { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; border-radius:26px; color:#fff; text-decoration:none; }
.empwa-mobile-nav a span { font-size:32px; line-height:1; }
.empwa-mobile-nav a strong { font-size:15px; }
.empwa-mobile-nav a.is-active { background:var(--empwa-yellow); color:#172019; box-shadow:0 10px 25px rgba(0,0,0,.12); }
.empwa-nav-cart .empwa-cart-badge { top:3px; right:24%; }

.empwa-video-modal { position:fixed; z-index:99999; inset:0; display:grid; place-items:center; padding:20px; }
.empwa-video-modal[hidden] { display:none; }
.empwa-video-modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.72); backdrop-filter:blur(8px); }
.empwa-video-modal-dialog { position:relative; z-index:2; width:min(900px,95vw); padding:12px; border-radius:24px; background:#fff; box-shadow:0 20px 80px rgba(0,0,0,.35); }
.empwa-video-modal-dialog > button { position:absolute; z-index:3; right:15px; top:15px; width:44px; height:44px; border:0; border-radius:50%; background:#fff; font-size:30px; cursor:pointer; }
.empwa-video-modal-dialog video, .empwa-video-modal-dialog img { width:100%; max-height:75vh; border-radius:17px; object-fit:contain; background:#000; }
.empwa-video-modal-dialog p { padding:5px 10px 10px; text-align:center; }

@keyframes empwaFloat { 0%,100%{transform:translateY(0) rotate(8deg)} 50%{transform:translateY(-10px) rotate(4deg)} }

@media (max-width: 900px) {
  .empwa-header { grid-template-columns:58px 1fr auto; min-height:82px; padding:10px 16px; }
  .empwa-logo strong { font-size:39px; }
  .empwa-header-actions { gap:12px; }
  .empwa-header-actions a { font-size:27px; }
  .empwa-trust-bar span { font-size:13px; }
  .empwa-trust-bar b { font-size:13px; }
  .empwa-trust-bar small { font-size:11px; }
  .empwa-hero { grid-template-columns:1fr; gap:30px; padding:45px 24px; }
  .empwa-hero-copy { text-align:left; }
  .empwa-video-card, .empwa-video-card img, .empwa-video-card video { min-height:300px; }
  .empwa-categories { grid-template-columns:repeat(3,1fr); gap:18px 10px; }
  .empwa-category-pill span { width:82px; height:82px; font-size:38px; }
  .empwa-promo { margin:24px 16px; grid-template-columns:1fr auto; }
  .empwa-gift { display:none; }
  .empwa-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
  .empwa-features { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 560px) {
  .empwa-header { min-height:76px; }
  .empwa-logo strong { font-size:35px; }
  .empwa-logo small { font-size:11px; }
  .empwa-menu-trigger { width:44px; }
  .empwa-header-actions { gap:10px; }
  .empwa-header-actions a { font-size:24px; }
  .empwa-trust-bar { grid-template-columns:repeat(3,1fr); padding:9px 6px; }
  .empwa-trust-bar span { display:flex; flex-direction:column; gap:2px; text-align:center; }
  .empwa-trust-bar b { font-size:11px; }
  .empwa-trust-bar small { font-size:9px; }
  .empwa-hero { padding:38px 20px 30px; }
  .empwa-eyebrow { font-size:22px; }
  .empwa-hero h1 { font-size:68px; }
  .empwa-hero h2 { font-size:24px; }
  .empwa-hero-copy > p:not(.empwa-eyebrow) { font-size:16px; }
  .empwa-main-cta { width:100%; }
  .empwa-video-card, .empwa-video-card img, .empwa-video-card video { min-height:245px; }
  .empwa-play-button { width:72px; height:72px; font-size:28px; }
  .empwa-categories { display:flex; overflow-x:auto; padding:20px 16px; scroll-snap-type:x mandatory; }
  .empwa-category-pill { min-width:96px; scroll-snap-align:start; }
  .empwa-category-pill span { width:76px; height:76px; font-size:34px; }
  .empwa-category-pill strong { font-size:12px; }
  .empwa-promo { grid-template-columns:1fr; padding:24px; }
  .empwa-promo h2 { font-size:25px; }
  .empwa-promo > a { width:100%; }
  .empwa-section-head h2 { font-size:24px; }
  .empwa-product-body { padding:13px; }
  .empwa-product-body h3 { min-height:42px; font-size:15px; }
  .empwa-price { flex-wrap:wrap; gap:4px 8px; }
  .empwa-price strong { font-size:16px; }
  .empwa-add { min-height:44px; font-size:14px; }
  .empwa-features { grid-template-columns:1fr; margin:35px auto; }
  .empwa-footer { font-size:15px; }
  .empwa-mobile-nav { min-height:102px; padding-top:10px; }
  .empwa-mobile-nav a span { font-size:34px; }
  .empwa-mobile-nav a strong { font-size:16px; }
  .empwa-mobile-nav a.is-active { border-radius:24px; }
}


/* =========================================================
   VERSION 1.7 — AUTRES PAGES WOOCOMMERCE
   ========================================================= */

body.empwa-site:not(.empwa-home) {
  padding-bottom: 116px;
  background:
    radial-gradient(circle at 5% 8%, rgba(255,210,31,.08), transparent 22%),
    radial-gradient(circle at 95% 12%, rgba(8,117,47,.08), transparent 25%),
    #fbfcfa;
}

body.empwa-site:not(.empwa-home) #page,
body.empwa-site:not(.empwa-home) .site,
body.empwa-site:not(.empwa-home) .site-content {
  background: transparent;
}

.empwa-global-top {
  position: sticky;
  z-index: 9990;
  top: 0;
  min-height: 88px;
  padding: 12px clamp(20px,5vw,70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(15,96,51,.08);
  box-shadow: 0 10px 30px rgba(15,60,30,.05);
  backdrop-filter: blur(18px);
}

.empwa-global-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}

.empwa-global-logo strong {
  color: var(--empwa-green);
  font-family: Georgia, serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 600;
}

.empwa-global-logo small {
  margin-top: 5px;
  color: #687066;
  font-size: 12px;
}

.empwa-global-top nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

.empwa-global-top nav a {
  color: var(--empwa-ink);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.empwa-global-cart {
  position: relative;
  font-size: 28px !important;
}

.empwa-global-cart .empwa-cart-badge {
  position: absolute;
  top: -12px;
  right: -18px;
}

.empwa-global-trust {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  padding: 11px clamp(15px,5vw,70px);
  background: linear-gradient(90deg,#ffdc39,#ffc91b);
  color: #171717;
  text-align: center;
  font-size: 13px;
  font-weight: 850;
}

.empwa-inner-shell {
  width: min(1320px, calc(100% - 30px));
  margin: 32px auto 60px;
}

.empwa-inner-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 205px;
  padding: clamp(30px,5vw,58px);
  border: 1px solid rgba(8,117,47,.10);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 5%, rgba(255,210,31,.42), transparent 27%),
    radial-gradient(circle at 5% 100%, rgba(8,117,47,.10), transparent 25%),
    #fff;
  box-shadow: var(--empwa-shadow);
}

.empwa-inner-hero::after {
  content: "🌿";
  position: absolute;
  right: 4%;
  bottom: -18px;
  font-size: clamp(80px,12vw,150px);
  opacity: .14;
  transform: rotate(-16deg);
}

.empwa-inner-hero-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 94px;
  height: 94px;
  border-radius: 26px;
  background: linear-gradient(145deg,#fff2a3,#ffd21f);
  box-shadow: 0 15px 30px rgba(177,135,0,.18);
  font-size: 48px;
}

.empwa-inner-kicker {
  margin: 0 0 8px;
  color: var(--empwa-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

.empwa-inner-hero h1 {
  margin: 0;
  color: var(--empwa-ink);
  font-size: clamp(36px,5vw,68px);
  letter-spacing: -.045em;
  line-height: 1;
}

.empwa-inner-hero p:last-child {
  max-width: 720px;
  margin: 13px 0 0;
  color: var(--empwa-muted);
  font-size: 17px;
  line-height: 1.55;
}

.empwa-inner-content {
  margin-top: 30px;
  padding: clamp(18px,3vw,35px);
  border: 1px solid var(--empwa-line);
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 38px rgba(20,70,38,.07);
}

/* Masque les titres du thème devenus redondants */
body.empwa-site:not(.empwa-home) .entry-header,
body.empwa-site:not(.empwa-home) .page-header,
body.empwa-site:not(.empwa-home) .woocommerce-products-header__title,
body.empwa-site:not(.empwa-home) .site-header,
body.empwa-site:not(.empwa-home) header.site-header {
  display: none !important;
}

.empwa-shop-message,
.empwa-transaction-notice,
.empwa-account-welcome {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding: 17px 20px;
  border: 1px solid rgba(8,117,47,.13);
  border-radius: 18px;
  background: linear-gradient(90deg,#f2fff6,#fffdf3);
}

.empwa-shop-message > span,
.empwa-transaction-notice > span,
.empwa-account-welcome > span {
  font-size: 29px;
}

.empwa-shop-message strong,
.empwa-shop-message small,
.empwa-transaction-notice strong,
.empwa-transaction-notice small,
.empwa-account-welcome strong,
.empwa-account-welcome small {
  display: block;
}

.empwa-shop-message small,
.empwa-transaction-notice small,
.empwa-account-welcome small {
  margin-top: 4px;
  color: var(--empwa-muted);
}

/* Boutique et catégories */
.empwa-site .woocommerce .woocommerce-ordering select,
.empwa-site .woocommerce .woocommerce-result-count {
  min-height: 47px;
}

.empwa-site .woocommerce .woocommerce-ordering select {
  padding: 0 42px 0 15px;
  border: 1px solid var(--empwa-line);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
}

.empwa-site .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 22px !important;
  clear: both;
}

.empwa-site .woocommerce ul.products::before,
.empwa-site .woocommerce ul.products::after {
  display: none !important;
}

.empwa-site .woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 11px 11px 17px !important;
  border: 1px solid var(--empwa-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 27px rgba(20,70,38,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.empwa-site .woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: var(--empwa-shadow);
}

.empwa-site .woocommerce ul.products li.product img {
  aspect-ratio: 1/1;
  margin-bottom: 13px !important;
  border-radius: 17px;
  object-fit: cover;
}

.empwa-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  padding: 4px 5px !important;
  color: var(--empwa-ink);
  font-size: 17px !important;
  line-height: 1.35;
}

.empwa-site .woocommerce ul.products li.product .price {
  padding: 0 5px;
  color: var(--empwa-green) !important;
  font-size: 18px !important;
  font-weight: 900;
}

.empwa-site .woocommerce ul.products li.product .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 10px);
  min-height: 48px;
  margin: 14px 5px 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--empwa-green) !important;
  color: #fff !important;
  font-weight: 850 !important;
}

.empwa-site .woocommerce span.onsale {
  top: 22px !important;
  left: 22px !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: var(--empwa-yellow) !important;
  color: #111 !important;
  line-height: 1 !important;
  font-weight: 900;
}

/* Fiche produit */
.empwa-site .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(30px,5vw,70px);
}

.empwa-site .woocommerce div.product div.images,
.empwa-site .woocommerce div.product div.summary {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.empwa-site .woocommerce div.product div.images img {
  border-radius: 24px;
  background: #f7f8f5;
}

.empwa-site .woocommerce div.product .product_title {
  margin: 8px 0 14px;
  font-size: clamp(34px,4vw,58px);
  letter-spacing: -.04em;
  line-height: 1;
}

.empwa-site .woocommerce div.product p.price,
.empwa-site .woocommerce div.product span.price {
  color: var(--empwa-green);
  font-size: 28px;
  font-weight: 900;
}

.empwa-product-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 10px 0 22px;
}

.empwa-product-trust span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #f1fff5;
  color: var(--empwa-green);
  font-size: 12px;
  font-weight: 850;
}

.empwa-site .woocommerce div.product form.cart {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.empwa-site .woocommerce .quantity .qty {
  min-height: 54px;
  border: 1px solid var(--empwa-line);
  border-radius: 16px;
}

.empwa-site .woocommerce div.product form.cart .button {
  min-height: 54px;
  padding: 12px 29px !important;
  border-radius: 999px !important;
  background: var(--empwa-yellow) !important;
  color: #172019 !important;
  font-weight: 900 !important;
}

.empwa-site .woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 25px;
}

.empwa-site .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 !important;
}

.empwa-site .woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}

.empwa-site .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f1f4f0 !important;
}

.empwa-site .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--empwa-green) !important;
}

.empwa-site .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}

/* Panier et commande */
.empwa-site .woocommerce table.shop_table {
  overflow: hidden;
  border: 1px solid var(--empwa-line) !important;
  border-collapse: separate !important;
  border-radius: 20px !important;
  background: #fff;
}

.empwa-site .woocommerce table.shop_table th {
  padding: 17px 14px !important;
  background: #f4fff7;
  color: var(--empwa-green);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.empwa-site .woocommerce table.shop_table td {
  padding: 17px 14px !important;
}

.empwa-site .woocommerce-cart-form img {
  width: 78px !important;
  border-radius: 13px;
}

.empwa-site .woocommerce .cart_totals,
.empwa-site .woocommerce-checkout-review-order,
.empwa-site .woocommerce-checkout-payment,
.empwa-site .woocommerce form.checkout_coupon,
.empwa-site .woocommerce form.login,
.empwa-site .woocommerce form.register {
  padding: clamp(20px,3vw,30px);
  border: 1px solid var(--empwa-line) !important;
  border-radius: 22px !important;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20,70,38,.06);
}

.empwa-site .woocommerce .cart_totals h2,
.empwa-site .woocommerce-checkout h3 {
  font-size: 25px;
}

.empwa-site .woocommerce input.input-text,
.empwa-site .woocommerce textarea,
.empwa-site .woocommerce select,
.empwa-site .select2-container .select2-selection {
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid #dfe5df !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.empwa-site .select2-container .select2-selection__rendered {
  line-height: 27px !important;
}

.empwa-site .woocommerce input.input-text:focus,
.empwa-site .woocommerce textarea:focus {
  border-color: var(--empwa-green) !important;
  outline: 3px solid rgba(8,117,47,.10);
}

.empwa-site .woocommerce a.checkout-button,
.empwa-site .woocommerce #place_order,
.empwa-site .woocommerce button.button,
.empwa-site .woocommerce input.button {
  min-height: 52px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--empwa-green) !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.empwa-site .woocommerce a.checkout-button,
.empwa-site .woocommerce #place_order {
  background: var(--empwa-yellow) !important;
  color: #172019 !important;
}

/* Compte client */
.empwa-site .woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0,1fr);
  gap: 28px;
}

.empwa-site .woocommerce-MyAccount-navigation {
  width: auto !important;
  float: none !important;
}

.empwa-site .woocommerce-MyAccount-content {
  width: auto !important;
  float: none !important;
}

.empwa-site .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--empwa-line);
  border-radius: 20px;
  background: #fff;
  list-style: none;
  box-shadow: 0 8px 25px rgba(20,70,38,.06);
}

.empwa-site .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 13px 15px;
  border-radius: 13px;
  color: var(--empwa-ink);
  font-weight: 750;
  text-decoration: none;
}

.empwa-site .woocommerce-MyAccount-navigation li.is-active a,
.empwa-site .woocommerce-MyAccount-navigation li a:hover {
  background: #edfff3;
  color: var(--empwa-green);
}

.empwa-site .woocommerce-MyAccount-content {
  padding: clamp(20px,3vw,30px);
  border: 1px solid var(--empwa-line);
  border-radius: 22px;
  background: #fff;
}

/* Messages et pagination */
.empwa-site .woocommerce-message,
.empwa-site .woocommerce-info,
.empwa-site .woocommerce-error {
  padding: 18px 20px 18px 55px !important;
  border: 0 !important;
  border-radius: 16px;
  background: #f1fff5;
  box-shadow: 0 8px 22px rgba(20,70,38,.05);
}

.empwa-site .woocommerce-error {
  background: #fff2f2;
}

.empwa-site .woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
  display: flex;
  gap: 7px;
}

.empwa-site .woocommerce nav.woocommerce-pagination ul li {
  border: 0 !important;
}

.empwa-site .woocommerce nav.woocommerce-pagination ul li a,
.empwa-site .woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  place-items: center;
  min-width: 43px;
  min-height: 43px;
  border-radius: 50%;
  background: #f1f4f0;
}

.empwa-site .woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--empwa-green);
  color: #fff;
}

.empwa-bottom-reassurance {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 30px;
}

.empwa-bottom-reassurance article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(8,117,47,.12);
  border-radius: 18px;
  background: #f7fff9;
}

.empwa-bottom-reassurance article > span {
  font-size: 30px;
}

.empwa-bottom-reassurance strong,
.empwa-bottom-reassurance small {
  display: block;
}

.empwa-bottom-reassurance small {
  margin-top: 4px;
  color: var(--empwa-muted);
}

.empwa-mobile-nav-global {
  display: grid;
}

/* Effets */
.empwa-inner-hero,
.empwa-inner-content,
.empwa-bottom-reassurance article {
  animation: empwaPageReveal .55s ease both;
}

.empwa-inner-content {
  animation-delay: .08s;
}

@keyframes empwaPageReveal {
  from { opacity:0; transform:translateY(14px); }
  to { opacity:1; transform:translateY(0); }
}

@media (min-width: 1000px) {
  .empwa-mobile-nav-global {
    display: none;
  }
  body.empwa-site:not(.empwa-home) {
    padding-bottom: 0;
  }
}

@media (max-width: 900px) {
  .empwa-global-top {
    min-height: 77px;
    padding: 9px 16px;
  }

  .empwa-global-logo strong {
    font-size: 35px;
  }

  .empwa-global-top nav a:not(.empwa-global-cart) {
    display: none;
  }

  .empwa-global-trust {
    padding: 9px 5px;
    font-size: 10px;
  }

  .empwa-inner-shell {
    width: min(100% - 20px,1320px);
    margin-top: 18px;
  }

  .empwa-inner-hero {
    min-height: 160px;
    padding: 25px 20px;
    border-radius: 23px;
  }

  .empwa-inner-hero-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    font-size: 36px;
  }

  .empwa-inner-hero h1 {
    font-size: 38px;
  }

  .empwa-inner-hero p:last-child {
    font-size: 14px;
  }

  .empwa-inner-content {
    padding: 16px;
    border-radius: 22px;
  }

  .empwa-site .woocommerce ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 13px !important;
  }

  .empwa-site .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .empwa-site .woocommerce div.product .woocommerce-tabs {
    grid-column: 1;
  }

  .empwa-site .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .empwa-site .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 7px;
    overflow-x: auto;
  }

  .empwa-site .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }

  .empwa-bottom-reassurance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .empwa-inner-hero {
    align-items: flex-start;
    gap: 14px;
  }

  .empwa-inner-hero-icon {
    width: 58px;
    height: 58px;
    font-size: 30px;
  }

  .empwa-inner-hero h1 {
    font-size: 31px;
  }

  .empwa-inner-kicker {
    font-size: 9px;
  }

  .empwa-inner-hero p:last-child {
    display: none;
  }

  .empwa-site .woocommerce ul.products li.product {
    padding: 8px 8px 13px !important;
    border-radius: 17px;
  }

  .empwa-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 42px;
    font-size: 14px !important;
  }

  .empwa-site .woocommerce ul.products li.product .price {
    font-size: 15px !important;
  }

  .empwa-site .woocommerce ul.products li.product .button {
    min-height: 43px;
    font-size: 13px;
  }

  .empwa-site .woocommerce div.product .product_title {
    font-size: 34px;
  }

  .empwa-site .woocommerce div.product form.cart {
    align-items: stretch;
  }

  .empwa-site .woocommerce div.product form.cart .button {
    flex: 1;
    padding: 10px 15px !important;
  }

  .empwa-site .woocommerce table.shop_table_responsive tr {
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid var(--empwa-line);
    border-radius: 17px;
  }

  .empwa-mobile-nav-global {
    min-height: 105px;
  }

  .empwa-mobile-nav-global a span {
    font-size: 35px;
  }

  .empwa-mobile-nav-global a strong {
    font-size: 15px;
  }
}

.empwa-header,.empwa-v2-header{min-height:64px!important;height:64px;padding:6px 10px!important;grid-template-columns:48px 1fr auto!important}.empwa-header .empwa-logo strong,.empwa-v2-logo strong{font-size:29px!important}.empwa-header .empwa-logo small,.empwa-v2-logo small{font-size:10px!important;margin-top:2px}.empwa-menu-trigger{width:40px!important;height:40px!important;padding:7px!important;border:1px solid rgba(8,117,47,.12)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 5px 16px rgba(15,60,30,.08)}.empwa-menu-trigger span{width:24px!important;height:2px!important}.empwa-header-actions,.empwa-v2-actions{gap:9px!important}.empwa-header-actions a,.empwa-v2-actions a{font-size:21px!important}.empwa-global-top,.empwa-global-trust{display:none!important}.empwa-v2-header{position:sticky;z-index:9990;top:0;display:grid;align-items:center;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(8,117,47,.08);backdrop-filter:blur(18px)}.empwa-v2-logo{justify-self:center;display:flex;flex-direction:column;align-items:center;text-decoration:none;line-height:1}.empwa-v2-logo strong{color:var(--empwa-green);font-family:Georgia,serif;font-style:italic;font-weight:600}.empwa-v2-logo small{color:#687066}.empwa-v2-actions{display:flex;align-items:center}.empwa-v2-actions a{position:relative;text-decoration:none;line-height:1}.empwa-v2-cart .empwa-cart-badge{top:-10px;right:-10px}
.empwa-drawer{position:fixed;z-index:100000;inset:0;pointer-events:none;visibility:hidden}.empwa-drawer.is-open{pointer-events:auto;visibility:visible}.empwa-drawer-backdrop{position:absolute;inset:0;opacity:0;background:rgba(8,22,13,.58);backdrop-filter:blur(6px);transition:opacity .28s}.empwa-drawer-panel{position:absolute;inset:0 auto 0 0;width:min(90vw,380px);display:flex;flex-direction:column;padding:max(18px,env(safe-area-inset-top)) 15px 20px;background:radial-gradient(circle at 15% 0%,rgba(255,210,31,.18),transparent 23%),#fff;box-shadow:22px 0 60px rgba(0,0,0,.18);transform:translateX(-105%);transition:transform .32s cubic-bezier(.2,.8,.2,1)}.empwa-drawer.is-open .empwa-drawer-backdrop{opacity:1}.empwa-drawer.is-open .empwa-drawer-panel{transform:translateX(0)}.empwa-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:6px 5px 17px;border-bottom:1px solid var(--empwa-line)}.empwa-drawer-logo{display:flex;flex-direction:column;text-decoration:none;line-height:1}.empwa-drawer-logo strong{color:var(--empwa-green);font-family:Georgia,serif;font-size:40px;font-style:italic}.empwa-drawer-logo small{margin-top:5px;color:var(--empwa-muted);font-size:11px}.empwa-drawer-close{width:44px;height:44px;border:0;border-radius:14px;background:#f1f4f0;font-size:30px}.empwa-drawer-nav{flex:1;overflow:auto;padding:15px 0}.empwa-drawer-nav a{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;margin-bottom:5px;padding:12px;border-radius:16px;text-decoration:none;color:var(--empwa-ink)}.empwa-drawer-nav a:active{background:#edfff3}.empwa-drawer-nav a>span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#fff7bf,#ffd21f);font-size:24px}.empwa-drawer-nav strong,.empwa-drawer-nav small{display:block}.empwa-drawer-nav strong{font-size:16px}.empwa-drawer-nav small{margin-top:3px;color:var(--empwa-muted);font-size:12px}.empwa-drawer-foot{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:13px;border-top:1px solid var(--empwa-line)}.empwa-drawer-foot span{padding:10px 8px;border-radius:13px;background:#f5fff8;color:var(--empwa-green);font-size:10px;font-weight:850;text-align:center}
.empwa-mobile-nav,.empwa-mobile-nav-global{min-height:88px!important;padding-top:6px!important}.empwa-mobile-nav a span,.empwa-mobile-nav-global a span{font-size:27px!important}.empwa-mobile-nav a strong,.empwa-mobile-nav-global a strong{font-size:13px!important}.empwa-mobile-nav a.is-active,.empwa-mobile-nav-global a.is-active{margin:2px 0;border-radius:22px!important}.empwa-splash{position:fixed;z-index:200000;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,rgba(255,210,31,.34),transparent 27%),linear-gradient(145deg,#fff,#f2fff6);transition:opacity .38s,visibility .38s}.empwa-splash.is-hidden{opacity:0;visibility:hidden}.empwa-splash>div{display:flex;flex-direction:column;align-items:center}.empwa-splash strong{color:var(--empwa-green);font-family:Georgia,serif;font-size:60px;font-style:italic}.empwa-splash small{color:var(--empwa-muted)}.empwa-splash span{width:90px;height:4px;margin-top:25px;border-radius:999px;background:#e5eee8;overflow:hidden}.empwa-splash span:after{content:"";display:block;width:45%;height:100%;background:var(--empwa-yellow);animation:empwaLoading 1s infinite alternate}@keyframes empwaLoading{to{transform:translateX(122%)}}


/* EXOTIC MARKET 2.1 */
body.empwa-v21-all-pages:not(.empwa-home) .empwa-v2-header{display:grid!important;z-index:99990!important}
@media(max-width:999px){body.empwa-v21-all-pages{padding-bottom:104px!important}body.empwa-v21-all-pages .empwa-mobile-nav-global{display:grid!important}}
.empwa-mobile-nav *, .empwa-mobile-nav-global *{list-style:none!important}
.empwa-mobile-nav a::before,.empwa-mobile-nav a::after,.empwa-mobile-nav-global a::before,.empwa-mobile-nav-global a::after,.empwa-nav-cart::before,.empwa-nav-cart::after{content:none!important;display:none!important}
.empwa-mobile-nav a,.empwa-mobile-nav-global a{overflow:visible!important;border:0!important;outline:0!important}
.empwa-mobile-nav .empwa-nav-cart>span,.empwa-mobile-nav-global .empwa-nav-cart>span{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;height:auto!important;background:transparent!important;border:0!important}
.empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,.empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge{display:grid!important;place-items:center;width:auto!important;min-width:24px!important;height:24px!important;border:2px solid #fff!important;border-radius:999px!important;background:var(--empwa-yellow)!important;color:#111!important;font-size:11px!important;font-weight:900!important;line-height:1!important}
.empwa-mobile-nav a>span:first-child,.empwa-mobile-nav-global a>span:first-child{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-style:normal!important;font-weight:400!important;line-height:1!important;background:transparent!important}
body.empwa-v21-all-pages:not(.empwa-home){background:radial-gradient(circle at 8% 5%,rgba(255,210,31,.07),transparent 24%),radial-gradient(circle at 92% 8%,rgba(8,117,47,.06),transparent 26%),#fbfcfa!important}
@media(hover:hover) and (pointer:fine){.empwa-v2-actions a,.empwa-header-actions a,.empwa-drawer-nav a,.empwa-category-pill,.empwa-product-card,.empwa-site .woocommerce ul.products li.product,.empwa-features article,.empwa-bottom-reassurance article,.empwa-main-cta,.empwa-add,.empwa-site .woocommerce .button,.empwa-site .woocommerce a.button{transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease,filter .24s ease,background-color .24s ease,color .24s ease!important}.empwa-v2-actions a:hover,.empwa-header-actions a:hover{transform:translateY(-2px) scale(1.06);color:var(--empwa-green)}.empwa-drawer-nav a:hover{transform:translateX(6px);background:linear-gradient(90deg,#edfff3,#fffdf0);box-shadow:0 10px 24px rgba(8,117,47,.08)}.empwa-category-pill:hover{transform:translateY(-7px) scale(1.03)}.empwa-product-card:hover,.empwa-site .woocommerce ul.products li.product:hover{transform:translateY(-8px);box-shadow:0 24px 50px rgba(8,117,47,.16)}.empwa-product-card:hover img,.empwa-site .woocommerce ul.products li.product:hover img{transform:scale(1.06);filter:saturate(1.08)}.empwa-features article:hover,.empwa-bottom-reassurance article:hover{transform:translateY(-5px);background:linear-gradient(145deg,#fff,#effff4);box-shadow:0 16px 34px rgba(8,117,47,.11)}.empwa-main-cta:hover,.empwa-add:hover,.empwa-site .woocommerce .button:hover,.empwa-site .woocommerce a.button:hover{transform:translateY(-3px);filter:brightness(1.05);box-shadow:0 16px 30px rgba(8,117,47,.22)}.empwa-heart:hover{transform:scale(1.12) rotate(-6deg);color:#e52b50}.empwa-promo:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(8,117,47,.22)}}


/* =========================================================
   VERSION 2.1.1 — ICÔNES DE NAVIGATION SVG
   ========================================================= */

.empwa-mobile-nav .empwa-nav-svg,
.empwa-mobile-nav-global .empwa-nav-svg {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px;
  color: currentColor;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.empwa-mobile-nav .empwa-nav-svg svg,
.empwa-mobile-nav-global .empwa-nav-svg svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.empwa-mobile-nav .empwa-nav-svg-shop svg,
.empwa-mobile-nav-global .empwa-nav-svg-shop svg {
  stroke-width: 1.8;
}

.empwa-mobile-nav .empwa-nav-svg-categories svg rect,
.empwa-mobile-nav-global .empwa-nav-svg-categories svg rect {
  fill: none;
}

.empwa-mobile-nav .empwa-nav-cart,
.empwa-mobile-nav-global .empwa-nav-cart {
  position: relative;
}

.empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,
.empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge {
  position: absolute !important;
  top: 2px !important;
  right: 21% !important;
  z-index: 3;
}

@media (max-width: 560px) {
  .empwa-mobile-nav .empwa-nav-svg,
  .empwa-mobile-nav-global .empwa-nav-svg {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px;
  }
}


/* VERSION 2.1.2 — MENU BAS ICÔNES RÉDUITES */

.empwa-mobile-nav,
.empwa-mobile-nav-global {
  min-height: 84px !important;
}

.empwa-mobile-nav .empwa-nav-svg,
.empwa-mobile-nav-global .empwa-nav-svg {
  width: 26px !important;
  height: 26px !important;
  flex: 0 0 26px !important;
}

.empwa-mobile-nav .empwa-nav-svg-cart,
.empwa-mobile-nav-global .empwa-nav-svg-cart {
  width: 24px !important;
  height: 24px !important;
  flex-basis: 24px !important;
}

.empwa-mobile-nav a strong,
.empwa-mobile-nav-global a strong {
  font-size: 12px !important;
}

.empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,
.empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge {
  top: 1px !important;
  right: 24% !important;
  min-width: 22px !important;
  height: 22px !important;
  font-size: 10px !important;
}

@media (max-width: 560px) {
  .empwa-mobile-nav,
  .empwa-mobile-nav-global {
    min-height: 82px !important;
  }

  .empwa-mobile-nav .empwa-nav-svg,
  .empwa-mobile-nav-global .empwa-nav-svg {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
  }

  .empwa-mobile-nav .empwa-nav-svg-cart,
  .empwa-mobile-nav-global .empwa-nav-svg-cart {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }

  .empwa-mobile-nav a strong,
  .empwa-mobile-nav-global a strong {
    font-size: 11px !important;
  }

  .empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,
  .empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge {
    right: 22% !important;
  }
}


/* VERSION 2.1.3 — RÉDUCTION CIBLÉE ICÔNE PANIER */
.empwa-mobile-nav .empwa-nav-svg-cart,
.empwa-mobile-nav-global .empwa-nav-svg-cart {
  width: 20px !important;
  height: 20px !important;
  flex-basis: 20px !important;
}

.empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,
.empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge {
  top: 0 !important;
  right: 26% !important;
}

@media (max-width: 560px) {
  .empwa-mobile-nav .empwa-nav-svg-cart,
  .empwa-mobile-nav-global .empwa-nav-svg-cart {
    width: 18px !important;
    height: 18px !important;
    flex-basis: 18px !important;
  }

  .empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,
  .empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge {
    right: 24% !important;
  }
}


/* VERSION 2.1.4 — PANIER ENCORE PLUS PETIT */
.empwa-mobile-nav .empwa-nav-svg-cart,
.empwa-mobile-nav-global .empwa-nav-svg-cart {
  width: 16px !important;
  height: 16px !important;
  flex-basis: 16px !important;
}

.empwa-mobile-nav .empwa-nav-cart > .empwa-nav-svg,
.empwa-mobile-nav-global .empwa-nav-cart > .empwa-nav-svg {
  width: 16px !important;
  height: 16px !important;
  flex-basis: 16px !important;
}

.empwa-mobile-nav .empwa-nav-cart strong,
.empwa-mobile-nav-global .empwa-nav-cart strong {
  margin-top: 4px !important;
}

.empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,
.empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge {
  top: -2px !important;
  right: 28% !important;
  min-width: 20px !important;
  height: 20px !important;
  font-size: 9px !important;
  border-width: 2px !important;
}

@media (max-width: 560px) {
  .empwa-mobile-nav .empwa-nav-svg-cart,
  .empwa-mobile-nav-global .empwa-nav-svg-cart,
  .empwa-mobile-nav .empwa-nav-cart > .empwa-nav-svg,
  .empwa-mobile-nav-global .empwa-nav-cart > .empwa-nav-svg {
    width: 15px !important;
    height: 15px !important;
    flex-basis: 15px !important;
  }

  .empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,
  .empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge {
    right: 26% !important;
    min-width: 18px !important;
    height: 18px !important;
    font-size: 8px !important;
  }
}


/* VERSION 2.1.5 — PANIER ALIGNÉ SUR LES AUTRES */
.empwa-mobile-nav .empwa-nav-cart > .empwa-nav-svg,
.empwa-mobile-nav-global .empwa-nav-cart > .empwa-nav-svg,
.empwa-mobile-nav .empwa-nav-svg-cart,
.empwa-mobile-nav-global .empwa-nav-svg-cart {
  width: 24px !important;
  height: 24px !important;
  flex-basis: 24px !important;
}

.empwa-mobile-nav .empwa-nav-svg-cart svg,
.empwa-mobile-nav-global .empwa-nav-svg-cart svg {
  stroke-width: 1.55 !important;
}

.empwa-mobile-nav .empwa-nav-cart strong,
.empwa-mobile-nav-global .empwa-nav-cart strong {
  font-weight: 600 !important;
}

.empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,
.empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge {
  top: 0 !important;
  right: 24% !important;
  min-width: 18px !important;
  height: 18px !important;
  font-size: 8px !important;
}

@media (max-width: 560px) {
  .empwa-mobile-nav .empwa-nav-cart > .empwa-nav-svg,
  .empwa-mobile-nav-global .empwa-nav-cart > .empwa-nav-svg,
  .empwa-mobile-nav .empwa-nav-svg-cart,
  .empwa-mobile-nav-global .empwa-nav-svg-cart {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }

  .empwa-mobile-nav .empwa-nav-cart .empwa-cart-badge,
  .empwa-mobile-nav-global .empwa-nav-cart .empwa-cart-badge {
    right: 22% !important;
  }
}


/* =========================================================
   EXOTIC MARKET 2.2 — SECTIONS DE CONVERSION
   ========================================================= */
.empwa-brand-story,.empwa-rare-banner,.empwa-newsletter{width:min(1240px,calc(100% - 32px));margin:42px auto;padding:clamp(25px,5vw,52px);border-radius:27px;box-shadow:var(--empwa-shadow)}
.empwa-brand-story{display:grid;grid-template-columns:1.35fr .65fr;align-items:center;gap:35px;background:linear-gradient(135deg,#fffdf2,#effff5);border:1px solid rgba(8,117,47,.12)}
.empwa-brand-story small,.empwa-commerce-section .empwa-section-head small,.empwa-content-hub .empwa-section-head small,.empwa-newsletter small,.empwa-rare-banner small{color:var(--empwa-green);font-size:12px;font-weight:900;letter-spacing:.08em}
.empwa-brand-story h2,.empwa-rare-banner h2,.empwa-newsletter h2{margin:10px 0;font-size:clamp(28px,4vw,48px);letter-spacing:-.04em;line-height:1.05}
.empwa-brand-story p,.empwa-rare-banner p,.empwa-newsletter p{color:var(--empwa-muted);font-size:17px;line-height:1.55}
.empwa-story-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.empwa-story-actions a{padding:12px 18px;border-radius:999px;background:var(--empwa-green);color:#fff;text-decoration:none;font-weight:850}.empwa-story-actions a+ a{background:#fff;color:var(--empwa-green);border:1px solid var(--empwa-green)}
.empwa-story-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.empwa-story-icons span{display:grid;place-items:center;min-height:110px;border-radius:24px;background:#fff;font-size:52px;box-shadow:0 10px 28px rgba(8,117,47,.08)}
.empwa-commerce-section{margin-top:55px!important;margin-bottom:55px!important}.empwa-section-soft{padding-top:35px!important;padding-bottom:35px!important;border-radius:28px;background:linear-gradient(135deg,#f3fff7,#fffdf4)}
.empwa-product-origin{display:block;min-height:18px;margin:-5px 0 9px;color:var(--empwa-muted);font-size:11px}
.empwa-rare-banner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;background:linear-gradient(110deg,#17171d,#313128);color:#fff}.empwa-rare-banner small{color:var(--empwa-yellow)}.empwa-rare-banner p{color:#d7dbd6}.empwa-rare-banner>a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 24px;border-radius:999px;background:var(--empwa-yellow);color:#151515;text-decoration:none;font-weight:900}
.empwa-content-hub{max-width:1320px;margin:55px auto;padding:0 clamp(18px,4vw,52px)}.empwa-editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.empwa-editorial-grid article{padding:25px;border:1px solid var(--empwa-line);border-radius:22px;background:#fff;box-shadow:0 8px 25px rgba(20,70,38,.06)}.empwa-editorial-grid article>span{font-size:34px}.empwa-editorial-grid h3{margin:16px 0 9px;font-size:21px}.empwa-editorial-grid p{color:var(--empwa-muted);line-height:1.55}.empwa-editorial-grid a{color:var(--empwa-green);font-weight:850;text-decoration:none}
.empwa-newsletter{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:35px;background:radial-gradient(circle at 85% 10%,rgba(255,210,31,.38),transparent 30%),linear-gradient(135deg,#08752f,#0c8c42);color:#fff}.empwa-newsletter>div small{color:var(--empwa-yellow)}.empwa-newsletter p{color:#e7f5eb}.empwa-newsletter form{display:grid;grid-template-columns:1fr auto;gap:10px}.empwa-newsletter input{min-height:55px;padding:12px 17px;border:0;border-radius:16px;font-size:16px}.empwa-newsletter button{min-height:55px;padding:12px 20px;border:0;border-radius:16px;background:var(--empwa-yellow);font-weight:900;cursor:pointer}.empwa-newsletter form small{grid-column:1/-1;color:#e7f5eb;font-size:10px;line-height:1.4;letter-spacing:0}
.empwa-product-story-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.empwa-product-story-grid article{padding:20px;border-radius:17px;background:#f5fff8;border:1px solid rgba(8,117,47,.11)}.empwa-product-story-grid h3{margin:0 0 9px;font-size:17px}.empwa-product-story-grid p{margin:0;color:var(--empwa-muted);line-height:1.55}.empwa-product-faq{margin-top:28px}.empwa-product-faq details{margin-bottom:10px;padding:15px 18px;border:1px solid var(--empwa-line);border-radius:15px;background:#fff}.empwa-product-faq summary{cursor:pointer;font-weight:850}.empwa-product-faq p{color:var(--empwa-muted)}
@media(hover:hover) and (pointer:fine){.empwa-story-icons span:hover,.empwa-editorial-grid article:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(8,117,47,.14)}.empwa-story-icons span,.empwa-editorial-grid article{transition:transform .24s ease,box-shadow .24s ease}}
@media(max-width:800px){.empwa-brand-story,.empwa-newsletter{grid-template-columns:1fr}.empwa-rare-banner{grid-template-columns:1fr}.empwa-editorial-grid{grid-template-columns:1fr}.empwa-newsletter form{grid-template-columns:1fr}.empwa-product-story-grid{grid-template-columns:1fr}.empwa-story-icons{grid-template-columns:repeat(4,1fr)}.empwa-story-icons span{min-height:75px;font-size:35px}}
@media(max-width:520px){.empwa-brand-story,.empwa-rare-banner,.empwa-newsletter{width:calc(100% - 20px);margin:30px auto;padding:23px 19px;border-radius:22px}.empwa-story-icons{grid-template-columns:repeat(2,1fr)}.empwa-newsletter button{width:100%}.empwa-section-head{align-items:flex-end}.empwa-section-head h2{font-size:24px}}


/* VERSION 2.3 — PAGES DESTINATION ET CONVERSION */
.empwa-destination-page{max-width:1240px;margin:30px auto;padding:0 18px 80px}.empwa-page-intro{margin-bottom:28px;padding:clamp(25px,5vw,52px);border-radius:28px;background:radial-gradient(circle at 92% 10%,rgba(255,210,31,.36),transparent 28%),linear-gradient(135deg,#fffef4,#effff4);box-shadow:var(--empwa-shadow)}.empwa-page-intro small{color:var(--empwa-green);font-weight:900;letter-spacing:.08em}.empwa-page-intro h1{margin:8px 0 12px;font-size:clamp(38px,6vw,70px);line-height:1;letter-spacing:-.04em}.empwa-page-intro p{max-width:760px;margin:0;color:var(--empwa-muted);font-size:17px;line-height:1.6}.empwa-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:25px;border:1px solid var(--empwa-line);border-radius:24px;background:#fff;box-shadow:0 12px 35px rgba(20,70,38,.08)}.empwa-contact-form label{display:grid;gap:7px;font-weight:750}.empwa-contact-form label:nth-child(7),.empwa-contact-form button{grid-column:1/-1}.empwa-contact-form input,.empwa-contact-form textarea{width:100%;padding:13px 15px;border:1px solid var(--empwa-line);border-radius:14px;font:inherit}.empwa-contact-form button,.empwa-loyalty-form button{min-height:50px;border:0;border-radius:999px;background:var(--empwa-green);color:#fff;font-weight:900}.empwa-loyalty-card{display:flex;align-items:center;gap:18px;max-width:480px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#08752f,#0e8b43);color:#fff;box-shadow:var(--empwa-shadow)}.empwa-loyalty-card>span{font-size:54px}.empwa-loyalty-card small,.empwa-loyalty-card strong{display:block}.empwa-loyalty-card strong{font-size:34px}.empwa-loyalty-form{margin-top:18px}.empwa-loyalty-form button{padding:12px 23px;background:var(--empwa-yellow);color:#172019}.empwa-favorite-button{position:absolute;z-index:8;top:12px;right:12px;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#253126;font-size:25px;box-shadow:0 7px 20px rgba(0,0,0,.1);cursor:pointer}.empwa-favorite-button.is-active{color:#e12f54;background:#fff0f4}.woocommerce ul.products li.product{position:relative}.single-product .empwa-favorite-button{position:relative;top:auto;right:auto;margin-bottom:10px}.empwa-product-origin{display:block;margin:-5px 0 9px;color:var(--empwa-muted)}@media(max-width:700px){.empwa-contact-form{grid-template-columns:1fr}.empwa-contact-form label,.empwa-contact-form label:nth-child(7),.empwa-contact-form button{grid-column:1}}


/* =========================================================
   VERSION 2.3.1 — SHORTCODE [empwa_menu]
   ========================================================= */
.empwa-shortcode-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.empwa-shortcode-menu--gauche { justify-content: flex-start; }
.empwa-shortcode-menu--centre { justify-content: center; }
.empwa-shortcode-menu--droite { justify-content: flex-end; }

.empwa-shortcode-menu .empwa-shortcode-menu-button {
  position: relative !important;
  display: grid !important;
  align-content: center !important;
  gap: 5px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid rgba(8,117,47,.12) !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: 0 7px 20px rgba(8,70,34,.09) !important;
  cursor: pointer !important;
}

.empwa-shortcode-menu .empwa-shortcode-menu-button > span {
  display: block !important;
  width: 24px !important;
  height: 2px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--empwa-green, #08752f) !important;
}

.empwa-shortcode-menu-label {
  color: var(--empwa-ink, #151824);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@media (hover:hover) and (pointer:fine) {
  .empwa-shortcode-menu .empwa-shortcode-menu-button:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(8,117,47,.25) !important;
    box-shadow: 0 11px 25px rgba(8,117,47,.14) !important;
  }
}


/* VERSION 2.3.2 — DESTINATIONS EXOTIS */
.empwa-destination-page,
.empwa-page-intro + .empwa-destination-page {
  width: 100%;
}
.empwa-page-intro {
  margin: 0 0 26px;
  padding: clamp(24px,4vw,44px);
  border: 1px solid rgba(8,117,47,.11);
  border-radius: 26px;
  background: radial-gradient(circle at 90% 10%,rgba(255,210,31,.28),transparent 28%),linear-gradient(145deg,#fff,#f5fff8);
  box-shadow: 0 14px 35px rgba(8,80,35,.08);
}
.empwa-page-intro small { color: var(--empwa-green); font-weight: 900; letter-spacing: .08em; }
.empwa-page-intro h1 { margin: 8px 0 10px; font-size: clamp(32px,5vw,58px); letter-spacing: -.04em; }
.empwa-page-intro p { max-width: 760px; margin: 0; color: var(--empwa-muted); line-height: 1.6; }


/* =========================================================
   EXOTIC MARKET 2.4 — CUISINE + LIBELLÉS MENU
   ========================================================= */
.empwa-cuisine-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:30px 0}.empwa-cuisine-card{overflow:hidden;border:1px solid var(--empwa-line);border-radius:24px;background:#fff;color:var(--empwa-ink);text-decoration:none;box-shadow:0 10px 30px rgba(20,70,38,.07);transition:transform .25s ease,box-shadow .25s ease}.empwa-cuisine-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(8,117,47,.15)}.empwa-cuisine-media{display:grid;place-items:center;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(145deg,#fff7c9,#effff4);font-size:70px}.empwa-cuisine-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.empwa-cuisine-card:hover .empwa-cuisine-media img{transform:scale(1.05)}.empwa-cuisine-copy{padding:20px}.empwa-cuisine-copy small{color:var(--empwa-green);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.empwa-cuisine-copy h2{margin:6px 0 8px;font-size:23px}.empwa-cuisine-copy p{min-height:42px;margin:0 0 15px;color:var(--empwa-muted);line-height:1.45}.empwa-cuisine-copy strong{color:var(--empwa-green)}
.empwa-mobile-nav a strong,.empwa-mobile-nav-global a strong{max-width:92px;text-align:center;line-height:1.05}.empwa-mobile-nav a:nth-child(2) strong,.empwa-mobile-nav-global a:nth-child(2) strong{font-size:10.5px!important;max-width:75px}
@media(max-width:900px){.empwa-cuisine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.empwa-cuisine-grid{grid-template-columns:1fr;gap:14px}.empwa-cuisine-media{aspect-ratio:16/8}.empwa-cuisine-copy p{min-height:0}}


/* =========================================================
   VERSION 2.4.2 — CUISINE OCÉAN INDIEN / RECETTES
   ========================================================= */
.empwa-recipes-app{max-width:1240px;margin:0 auto;padding:10px 0 40px}.empwa-menu-day-section,.empwa-all-recipes-section{margin:30px 0 55px}.empwa-recipes-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.empwa-recipes-heading small{display:block;margin-bottom:5px;color:var(--empwa-green);font-size:11px;font-weight:900;letter-spacing:.12em}.empwa-recipes-heading h2{margin:0;font-size:clamp(28px,4vw,44px);letter-spacing:-.035em}.empwa-menu-day-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);overflow:hidden;border:1px solid rgba(8,117,47,.12);border-radius:28px;background:linear-gradient(135deg,#fff,#f4fff7);box-shadow:0 20px 55px rgba(8,80,40,.11)}.empwa-menu-day-media{position:relative;min-height:390px;overflow:hidden}.empwa-menu-day-media img{width:100%;height:100%;min-height:390px;object-fit:cover;transition:transform .45s ease}.empwa-menu-day-media>span{position:absolute;left:18px;top:18px;padding:9px 13px;border-radius:999px;background:var(--empwa-yellow);color:#171717;font-size:12px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.12)}.empwa-menu-day-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,58px)}.empwa-menu-day-copy>small{color:var(--empwa-green);font-weight:900;letter-spacing:.11em}.empwa-menu-day-copy h3{margin:10px 0 14px;font-size:clamp(34px,5vw,58px);line-height:1;letter-spacing:-.045em}.empwa-menu-day-copy p{margin:0 0 18px;color:var(--empwa-muted);font-size:17px;line-height:1.6}.empwa-recipe-meta{display:flex;flex-wrap:wrap;gap:7px}.empwa-recipe-meta span{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;background:#effaf2;color:#31553d;font-size:11px;font-weight:800}.empwa-recipe-primary{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:50px;margin-top:22px;padding:12px 22px;border-radius:999px;background:var(--empwa-green);color:#fff!important;font-weight:900;text-decoration:none}.empwa-recipe-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.empwa-recipe-filters button{min-height:38px;padding:8px 13px;border:1px solid #dce8df;border-radius:999px;background:#fff;color:#35533d;font-size:12px;font-weight:800;cursor:pointer}.empwa-recipe-filters button.is-active{border-color:var(--empwa-green);background:var(--empwa-green);color:#fff}.empwa-recipes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.empwa-recipe-card{overflow:hidden;border:1px solid #e3ebe4;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(8,70,35,.06);transition:transform .24s ease,box-shadow .24s ease,opacity .2s ease}.empwa-recipe-card[hidden]{display:none!important}.empwa-recipe-card-media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#f4f7f4}.empwa-recipe-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.empwa-recipe-card-media>span{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 8px 20px rgba(0,0,0,.09)}.empwa-recipe-card-copy{padding:18px}.empwa-recipe-card-copy h3{margin:12px 0 8px;font-size:21px;line-height:1.18}.empwa-recipe-card-copy h3 a{color:var(--empwa-ink);text-decoration:none}.empwa-recipe-card-copy p{min-height:44px;margin:0 0 14px;color:var(--empwa-muted);font-size:13px;line-height:1.55}.empwa-recipe-card-copy>a{color:var(--empwa-green);font-size:13px;font-weight:900;text-decoration:none}.empwa-recipe-empty{display:flex;align-items:center;gap:16px;padding:24px;border:1px dashed #b9d0c0;border-radius:20px;background:#f7fff9}.empwa-recipe-empty>span{font-size:38px}.empwa-recipe-empty strong{display:block;font-size:18px}.empwa-recipe-empty p{margin:5px 0 0;color:var(--empwa-muted)}
.empwa-recipe-single{background:#fbfcfa}.empwa-recipe-single-shell{width:min(1240px,calc(100% - 30px));margin:30px auto 80px}.empwa-recipe-back{display:inline-flex;margin:5px 0 18px;color:var(--empwa-green);font-weight:850;text-decoration:none}.empwa-recipe-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);overflow:hidden;border:1px solid #e0e9e1;border-radius:30px;background:#fff;box-shadow:0 20px 55px rgba(8,70,35,.09)}.empwa-recipe-hero-media{min-height:470px}.empwa-recipe-hero-media img{width:100%;height:100%;min-height:470px;object-fit:cover}.empwa-recipe-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,5vw,60px)}.empwa-recipe-hero-copy>small{color:var(--empwa-green);font-weight:900;letter-spacing:.12em}.empwa-recipe-hero-copy h1{margin:10px 0 16px;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em}.empwa-recipe-hero-copy>p{color:var(--empwa-muted);font-size:17px;line-height:1.6}.empwa-recipe-meta-large span{padding:9px 12px;font-size:12px}.empwa-recipe-types{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.empwa-recipe-types span{padding:7px 11px;border-radius:999px;background:#fff8ca;color:#6b5300;font-size:11px;font-weight:850}.empwa-recipe-detail-grid{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:22px;margin-top:25px}.empwa-recipe-ingredients,.empwa-recipe-method{padding:clamp(22px,4vw,36px);border:1px solid #e1e9e2;border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(8,70,35,.05)}.empwa-recipe-ingredients ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.empwa-recipe-ingredients li{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #eef2ee;line-height:1.5}.empwa-recipe-ingredients li span{display:grid;place-items:center;flex:0 0 23px;width:23px;height:23px;border-radius:50%;background:#edfff2;color:var(--empwa-green);font-size:11px;font-weight:900}.empwa-recipe-content{font-size:16px;line-height:1.75}.empwa-recipe-content h2,.empwa-recipe-content h3{color:var(--empwa-ink)}.empwa-recipe-more{margin-top:48px}.empwa-recipes-grid-more{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(hover:hover) and (pointer:fine){.empwa-menu-day-card:hover .empwa-menu-day-media img,.empwa-recipe-card:hover .empwa-recipe-card-media img{transform:scale(1.045)}.empwa-recipe-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(8,70,35,.12)}}
@media(max-width:900px){.empwa-menu-day-card,.empwa-recipe-hero{grid-template-columns:1fr}.empwa-menu-day-media,.empwa-menu-day-media img{min-height:280px}.empwa-recipe-hero-media,.empwa-recipe-hero-media img{min-height:330px}.empwa-recipes-grid,.empwa-recipes-grid-more{grid-template-columns:repeat(2,minmax(0,1fr))}.empwa-recipe-detail-grid{grid-template-columns:1fr}.empwa-recipes-heading{align-items:flex-start;flex-direction:column}.empwa-recipe-filters{justify-content:flex-start}}
@media(max-width:560px){.empwa-recipes-app{padding-left:2px;padding-right:2px}.empwa-menu-day-section,.empwa-all-recipes-section{margin:20px 0 38px}.empwa-menu-day-card{border-radius:22px}.empwa-menu-day-media,.empwa-menu-day-media img{min-height:230px}.empwa-menu-day-copy{padding:24px 20px}.empwa-menu-day-copy h3{font-size:36px}.empwa-recipes-grid,.empwa-recipes-grid-more{grid-template-columns:1fr}.empwa-recipe-filters{flex-wrap:nowrap;width:100%;overflow-x:auto;padding-bottom:3px}.empwa-recipe-filters button{flex:0 0 auto}.empwa-recipe-single-shell{width:min(100% - 18px,1240px);margin-top:18px}.empwa-recipe-hero{border-radius:23px}.empwa-recipe-hero-media,.empwa-recipe-hero-media img{min-height:260px}.empwa-recipe-hero-copy{padding:25px 20px}.empwa-recipe-hero-copy h1{font-size:40px}.empwa-recipe-ingredients,.empwa-recipe-method{padding:21px 17px;border-radius:20px}}


/* =========================================================
   VERSION 2.4.3 — RECETTES COMMUNAUTAIRES
   ========================================================= */
.empwa-community-recipes{margin:55px 0 10px;padding:clamp(22px,4vw,40px);border:1px solid rgba(8,117,47,.13);border-radius:28px;background:radial-gradient(circle at 95% 5%,rgba(255,210,31,.24),transparent 24%),linear-gradient(145deg,#fff,#f5fff8);box-shadow:0 16px 44px rgba(8,70,35,.08)}
.empwa-community-head{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;margin-bottom:24px}.empwa-community-head small{color:var(--empwa-green);font-size:11px;font-weight:900;letter-spacing:.12em}.empwa-community-head h2{margin:7px 0 8px;font-size:clamp(28px,4vw,44px);letter-spacing:-.035em}.empwa-community-head p{max-width:720px;margin:0;color:var(--empwa-muted);line-height:1.55}.empwa-community-badge{flex:0 0 auto;padding:9px 12px;border-radius:999px;background:#edfff3;color:var(--empwa-green);font-size:11px;font-weight:900}
.empwa-community-login,.empwa-community-success,.empwa-community-error{display:flex;align-items:center;gap:14px;padding:18px;border-radius:18px}.empwa-community-login{background:#fff;border:1px solid var(--empwa-line)}.empwa-community-success{margin-bottom:18px;background:#edfff3;border:1px solid #cbead4}.empwa-community-error{margin-bottom:18px;background:#fff0f0;border:1px solid #efd0d0}.empwa-community-login>span,.empwa-community-success>span,.empwa-community-error>span{font-size:30px}.empwa-community-login strong,.empwa-community-success strong,.empwa-community-error strong{display:block}.empwa-community-login p,.empwa-community-success p,.empwa-community-error p{margin:4px 0 0;color:var(--empwa-muted)}.empwa-community-login a{margin-left:auto;padding:12px 18px;border-radius:999px;background:var(--empwa-green);color:#fff;text-decoration:none;font-weight:850;white-space:nowrap}
.empwa-community-form{margin-top:15px}.empwa-community-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.empwa-community-form label{display:grid;gap:7px}.empwa-community-form label>span{font-size:13px;font-weight:800}.empwa-community-form input[type=text],.empwa-community-form textarea,.empwa-community-form select{width:100%;min-height:49px;padding:12px 14px;border:1px solid #dfe7e0;border-radius:14px;background:#fff;font:inherit}.empwa-community-form textarea{resize:vertical}.empwa-community-form input:focus,.empwa-community-form textarea:focus,.empwa-community-form select:focus{border-color:var(--empwa-green);outline:3px solid rgba(8,117,47,.09)}.empwa-field-wide{grid-column:1/-1}.empwa-photo-field{padding:17px;border:1px dashed #bcd2c2;border-radius:17px;background:#fbfffc}.empwa-photo-field input[type=file]{padding:10px 0}.empwa-photo-field small{color:var(--empwa-muted);line-height:1.4}.empwa-recipe-image-preview{display:flex;flex-wrap:wrap;gap:9px}.empwa-recipe-image-preview img{width:82px;height:82px;border-radius:12px;object-fit:cover;border:1px solid var(--empwa-line)}.empwa-community-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:9px!important;margin:17px 0;color:#555f57;font-size:12px}.empwa-community-consent input{margin-top:2px}.empwa-community-submit{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 22px;border:0;border-radius:999px;background:var(--empwa-green);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 12px 26px rgba(8,117,47,.18)}
.empwa-my-recipes{margin-top:35px;padding-top:25px;border-top:1px solid var(--empwa-line)}.empwa-my-recipes h3{margin:0 0 13px;font-size:20px}.empwa-my-recipes-list{display:grid;gap:8px}.empwa-my-recipes-list>div{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;padding:9px;border-radius:14px;background:#fff;border:1px solid var(--empwa-line)}.empwa-my-recipes-list img{width:48px;height:48px;border-radius:11px;object-fit:cover}.empwa-my-recipes-list strong,.empwa-my-recipes-list small{display:block}.empwa-my-recipes-list small{width:max-content;margin-top:4px;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:900}.empwa-my-recipes-list small.is-approved{background:#e7ffed;color:#08752f}.empwa-my-recipes-list small.is-pending{background:#fff5ca;color:#886000}.empwa-my-recipes-list small.is-rejected{background:#ffeded;color:#a31c1c}.empwa-my-recipes-list a{color:var(--empwa-green);font-weight:850;text-decoration:none}
.empwa-recipe-gallery{margin:34px 0}.empwa-recipe-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.empwa-recipe-gallery-grid a{display:block;overflow:hidden;border-radius:18px;background:#f5f7f5}.empwa-recipe-gallery-grid img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .28s ease}.empwa-recipe-gallery-grid a:hover img{transform:scale(1.04)}
@media(max-width:700px){.empwa-community-head{flex-direction:column}.empwa-community-form-grid{grid-template-columns:1fr}.empwa-field-wide{grid-column:1}.empwa-community-login{align-items:flex-start;flex-wrap:wrap}.empwa-community-login a{width:100%;margin-left:0;text-align:center}.empwa-recipe-gallery-grid{grid-template-columns:repeat(2,1fr)}}


/* =========================================================
   EXOTIC MARKET 2.4.5 — SIGNATURE DES RECETTES
   ========================================================= */
.empwa-recipe-signature{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  margin:13px 0 4px;
  padding:9px 13px;
  border:1px solid rgba(8,117,47,.14);
  border-radius:999px;
  background:linear-gradient(90deg,#f2fff6,#fffdf4);
  color:#49534c;
  font-size:13px;
  line-height:1.25;
}
.empwa-recipe-signature strong{color:var(--empwa-green);font-weight:800}
.empwa-recipe-signature-compact{margin:8px 0;padding:6px 10px;font-size:11px}
.empwa-community-form-grid label small{display:block;margin-top:5px;color:#68736b;font-size:11px;line-height:1.4}
@media(max-width:560px){.empwa-recipe-signature{font-size:12px}.empwa-recipe-signature-compact{font-size:10px}}


/* =========================================================
   VERSION 2.4.6 — POINTS RELAIS
   ========================================================= */
.empwa-relay-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:24px;align-items:start}.empwa-relay-map-card,.empwa-relay-side{padding:20px;border:1px solid #dce8df;border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(10,80,40,.06)}.empwa-relay-map{width:100%;height:520px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#eef7f0,#fff6d6)}.empwa-relay-help{margin:14px 0 0;color:#5d665f;font-size:14px}.empwa-relay-side-head small{color:#08752f;font-weight:900;letter-spacing:.12em}.empwa-relay-side-head h2{margin:8px 0 0}.empwa-relay-card{padding:16px 0;border-bottom:1px solid #ebefea}.empwa-relay-card:last-child{border-bottom:0;padding-bottom:0}.empwa-relay-card h3{margin:0 0 8px;font-size:19px}.empwa-relay-card p{margin:6px 0;color:#5d665f}.empwa-relay-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.empwa-relay-meta span{padding:6px 10px;border-radius:999px;background:#f2fff6;color:#08752f;font-size:12px;font-weight:800}.empwa-relay-popup strong{font-size:15px}@media(max-width:900px){.empwa-relay-layout{grid-template-columns:1fr}.empwa-relay-map{height:420px}}@media(max-width:560px){.empwa-relay-map-card,.empwa-relay-side{padding:14px;border-radius:18px}.empwa-relay-map{height:340px;border-radius:16px}}


/* =========================================================
   VERSION 2.4.8 — PARTAGE DES RECETTES
   ========================================================= */
.empwa-recipe-share{position:relative;margin:28px 0;padding:26px;border:1px solid #dce8df;border-radius:26px;background:linear-gradient(145deg,#fff,#f5fff8);box-shadow:0 12px 34px rgba(8,90,43,.07)}.empwa-recipe-share-copy small{color:#08752f;font-size:11px;font-weight:900;letter-spacing:.12em}.empwa-recipe-share-copy h2{margin:7px 0 5px;font-size:30px}.empwa-recipe-share-copy p{margin:0;color:#667069}.empwa-recipe-share-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:19px}.empwa-share-button{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 14px;border:1px solid #e0e8e1;border-radius:999px;background:#fff;color:#172019;font:inherit;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.empwa-share-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(8,80,38,.10)}.empwa-share-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.empwa-share-button.is-facebook svg{fill:currentColor;stroke:none}.empwa-share-button.is-whatsapp svg{stroke-width:1.55}.empwa-share-button.is-instagram{color:#8a2d7a}.empwa-share-button.is-facebook{color:#1869c7}.empwa-share-button.is-whatsapp{color:#087d3e}.empwa-share-button.is-x{color:#111}.empwa-recipe-create-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding:18px;border-radius:20px;background:linear-gradient(100deg,#08752f,#0d9146);color:#fff}.empwa-recipe-create-cta>div{display:flex;align-items:center;gap:13px}.empwa-recipe-create-cta>div>span{font-size:30px}.empwa-recipe-create-cta strong,.empwa-recipe-create-cta p{display:block;margin:0}.empwa-recipe-create-cta p{margin-top:4px;color:rgba(255,255,255,.82);font-size:13px}.empwa-recipe-create-cta>a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border-radius:999px;background:#ffd21f;color:#172019;font-weight:900;text-decoration:none}.empwa-share-toast{position:absolute;right:24px;bottom:18px;opacity:0;pointer-events:none;padding:9px 13px;border-radius:999px;background:#172019;color:#fff;font-size:12px;font-weight:800;transform:translateY(8px);transition:.2s}.empwa-share-toast.is-visible{opacity:1;transform:translateY(0)}.empwa-community-page-kicker{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding:15px 17px;border-radius:18px;background:#fff8d4;border:1px solid #f0df83}.empwa-community-page-kicker>span{font-size:28px}.empwa-community-page-kicker small,.empwa-community-page-kicker strong{display:block}.empwa-community-page-kicker small{color:#08752f;font-size:10px;font-weight:900;letter-spacing:.12em}.empwa-community-page-kicker strong{margin-top:3px;font-size:17px}@media(max-width:700px){.empwa-recipe-share{padding:19px;border-radius:21px}.empwa-recipe-share-copy h2{font-size:25px}.empwa-recipe-share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.empwa-share-button{justify-content:center}.empwa-recipe-create-cta{align-items:stretch;flex-direction:column}.empwa-recipe-create-cta>a{width:100%}.empwa-share-toast{right:16px;bottom:12px}}


/* =========================================================
   VERSION 2.4.9 — CARTE POINTS RELAIS MOBILE
   ========================================================= */
.empwa-relay-page {
  position: relative;
  padding-bottom: 24px;
}

.empwa-relay-map-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.empwa-relay-map {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.empwa-relay-map .leaflet-control-container {
  font-size: 14px;
}

/* Le menu reste au-dessus, mais la carte est dimensionnée pour ne plus finir dessous. */
@media (max-width: 999px) {
  .empwa-relay-page {
    padding-bottom: calc(118px + env(safe-area-inset-bottom)) !important;
  }

  .empwa-relay-layout {
    display: flex !important;
    flex-direction: column;
    gap: 18px !important;
  }

  .empwa-relay-map-card,
  .empwa-relay-side {
    width: 100%;
    min-width: 0;
  }

  .empwa-relay-map {
    height: clamp(250px, 38svh, 330px) !important;
    min-height: 250px !important;
    max-height: 330px !important;
  }

  .empwa-relay-map-card {
    margin-bottom: 12px;
  }

  .empwa-relay-help {
    padding-bottom: 4px;
  }
}

@media (max-width: 560px) {
  .empwa-relay-page .empwa-page-intro {
    margin-bottom: 16px;
  }

  .empwa-relay-map-card {
    padding: 10px !important;
    border-radius: 18px !important;
  }

  .empwa-relay-map {
    height: clamp(220px, 34svh, 280px) !important;
    min-height: 220px !important;
    max-height: 280px !important;
    border-radius: 14px !important;
  }

  .empwa-relay-map .leaflet-control-zoom a {
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  .empwa-relay-map .leaflet-control-attribution {
    max-width: 78%;
    font-size: 9px;
    white-space: normal;
    line-height: 1.15;
  }
}


/* =========================================================
   VERSION 2.5.0 — ITINÉRAIRES POINTS RELAIS
   ========================================================= */
.empwa-relay-directions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.empwa-relay-direction{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 12px;border-radius:14px;text-decoration:none!important;font-size:13px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.empwa-relay-direction span{font-size:18px}.empwa-relay-direction-google{border:1px solid #dbe7dd;background:#fff;color:#17351f!important}.empwa-relay-direction-waze{border:1px solid #08752f;background:#08752f;color:#fff!important}.empwa-relay-direction:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(8,117,47,.12);filter:brightness(1.02)}.empwa-relay-popup-actions{display:flex;gap:6px;margin-top:9px}.empwa-relay-popup-actions a{display:inline-flex;padding:6px 8px;border-radius:9px;background:#08752f;color:#fff!important;text-decoration:none!important;font-size:11px;font-weight:800}@media(max-width:560px){.empwa-relay-directions{grid-template-columns:1fr}.empwa-relay-direction{min-height:46px;font-size:14px}}
/* v2.5.2 — bandeau fruits/légumes horizontal */
.empwa-produce-ticker{overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#f5fff8,#fff8dc);border:1px solid rgba(19,128,65,.13);box-shadow:0 18px 45px rgba(12,74,38,.10);min-height:180px;display:flex;align-items:center;position:relative}
.empwa-produce-ticker:before,.empwa-produce-ticker:after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:70px;pointer-events:none}.empwa-produce-ticker:before{left:0;background:linear-gradient(90deg,#f7fff9,transparent)}.empwa-produce-ticker:after{right:0;background:linear-gradient(270deg,#fff9df,transparent)}
.empwa-produce-track{display:flex;align-items:center;gap:34px;width:max-content;animation:empwaProduceMarquee 18s linear infinite;padding:24px 20px}.empwa-produce-track span{font-size:72px;filter:drop-shadow(0 10px 10px rgba(0,0,0,.12));transform:translateZ(0);animation:empwaProduceBob 2.8s ease-in-out infinite}.empwa-produce-track span:nth-child(2n){animation-delay:-.8s}.empwa-produce-track span:nth-child(3n){animation-delay:-1.5s}
@keyframes empwaProduceMarquee{to{transform:translateX(-50%)}}@keyframes empwaProduceBob{50%{transform:translateY(-8px) rotate(3deg)}}
@media(max-width:767px){.empwa-produce-ticker{min-height:116px;border-radius:22px}.empwa-produce-track{gap:24px;padding:18px 14px;animation-duration:15s}.empwa-produce-track span{font-size:52px}}
@media(prefers-reduced-motion:reduce){.empwa-produce-track,.empwa-produce-track span{animation:none}}
/* Gestionnaire Exotis front-office */
.empwa-manager{max-width:1180px;margin:40px auto 120px;padding:0 20px;font-family:inherit}.empwa-manager-head{background:#087a3b;color:#fff;border-radius:24px;padding:24px;margin-bottom:20px}.empwa-manager-nav{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 22px}.empwa-manager-nav a{padding:12px 18px;border-radius:999px;background:#fff;border:1px solid #dbe8df;text-decoration:none;color:#173d29;font-weight:800}.empwa-manager-card{background:#fff;border:1px solid #e1ebe4;border-radius:22px;padding:22px;box-shadow:0 12px 35px rgba(7,73,35,.08);margin-bottom:18px}.empwa-manager-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.empwa-manager label{display:grid;gap:7px;font-weight:700}.empwa-manager input,.empwa-manager textarea,.empwa-manager select{width:100%;box-sizing:border-box;padding:12px;border:1px solid #ccd9cf;border-radius:12px;font:inherit}.empwa-manager button{background:#087a3b;color:#fff;border:0;border-radius:12px;padding:12px 18px;font-weight:800}.empwa-manager-products article{display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #edf2ee}.empwa-manager-products img{width:70px;height:70px;object-fit:cover;border-radius:12px}@media(max-width:700px){.empwa-manager-grid{grid-template-columns:1fr}.empwa-manager-products article{grid-template-columns:56px 1fr}.empwa-manager-products article>a{grid-column:2}.empwa-manager{margin-top:20px;padding:0 14px}}

/* =========================================================
   EXOTIS 2.5.3 — ACCUEIL SHOWCASE (référence validée)
   ========================================================= */
body.empwa-home{background:#fff;color:#10243a}
.empwa-topline{height:34px;background:#006b34;color:#fff;display:flex;align-items:center;justify-content:center;gap:clamp(40px,10vw,180px);font-size:12px;padding:0 20px}
.empwa-home-header{position:relative;top:auto;max-width:1440px;margin:auto;min-height:92px;grid-template-columns:220px 1fr 180px;padding:10px 42px 32px}
.empwa-home-header .empwa-menu-trigger{display:none}.empwa-home-header .empwa-logo{justify-self:start;align-items:flex-start}.empwa-home-header .empwa-logo strong{font-family:Georgia,serif;font-style:normal;font-size:38px;font-weight:900;letter-spacing:-.04em}.empwa-home-header .empwa-logo small{font-size:9px;letter-spacing:.18em;color:#21352c}.empwa-home-header .empwa-header-actions{justify-self:end}.empwa-desktop-nav{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:34px;white-space:nowrap}.empwa-desktop-nav a{text-decoration:none;font-weight:750;font-size:13px}.empwa-desktop-nav a.is-active{color:#08752f}.empwa-desktop-nav a.is-active:after{content:"";display:block;height:2px;background:#08752f;margin-top:8px}
.empwa-searchbar{position:absolute;z-index:3;top:48px;left:50%;transform:translateX(-50%);width:min(420px,34vw);height:40px;border:1px solid #dce8e1;background:#f8fbf9;border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 15px}.empwa-searchbar input{min-width:0;flex:1;border:0!important;outline:0!important;background:transparent!important;padding:0!important;box-shadow:none!important}.empwa-searchbar button{border:0;background:transparent;font-size:18px}
.empwa-showcase-hero{max-width:1440px;min-height:500px;padding:52px 60px;display:block;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 38%,rgba(255,255,255,.08) 72%),url('../images/exotic-hero-poster.jpg');background-size:cover;background-position:center right;border-radius:0;overflow:hidden}.empwa-showcase-hero:before,.empwa-showcase-hero:after{display:none}.empwa-showcase-hero .empwa-hero-copy{max-width:610px;position:relative;z-index:2}.empwa-showcase-hero .empwa-eyebrow{font-family:inherit;font-style:normal;font-size:14px;letter-spacing:.28em;font-weight:900;color:#08752f}.empwa-showcase-hero h1{font-family:Georgia,serif;font-size:clamp(64px,7vw,105px);color:#005f32;line-height:.86;letter-spacing:-.055em}.empwa-showcase-hero h2{font-size:clamp(30px,3vw,46px);color:#10243a;line-height:1.04;margin:18px 0 16px}.empwa-showcase-hero .empwa-hero-copy>p:not(.empwa-eyebrow){font-size:17px;line-height:1.45;color:#263d42;max-width:570px}.empwa-hero-actions{display:flex;gap:16px;align-items:center;margin-top:20px}.empwa-showcase-hero .empwa-main-cta,.empwa-secondary-cta{min-height:54px;padding:0 28px;border-radius:999px;display:inline-flex;align-items:center;gap:14px;text-decoration:none;font-weight:850}.empwa-secondary-cta{background:rgba(255,255,255,.82);border:1.5px solid #159653;color:#08752f}.empwa-local-badge{position:absolute;right:5%;top:42px;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;text-align:center;background:#fff;color:#08752f;font-weight:800;box-shadow:0 8px 30px rgba(0,0,0,.12);line-height:1.1}
.empwa-benefits{max-width:1320px;margin:-24px auto 24px;position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.96);border:1px solid #e4eee7;border-radius:18px;box-shadow:0 12px 34px rgba(8,117,47,.08);overflow:hidden}.empwa-benefits article{display:flex;align-items:center;gap:15px;padding:22px 28px;border-right:1px solid #e9efeb}.empwa-benefits article:last-child{border:0}.empwa-benefits article>span{width:54px;height:54px;flex:0 0 54px;border-radius:50%;display:grid;place-items:center;background:#e8f8ef;color:#08752f;font-size:27px}.empwa-benefits b,.empwa-benefits small{display:block}.empwa-benefits b{font-size:16px}.empwa-benefits small{color:#66766e;margin-top:5px}
.empwa-fresh-strip{max-width:1320px;margin:18px auto 28px;padding:16px 22px 20px;background:linear-gradient(90deg,#f0fff5,#f8fff3);border-radius:20px}.empwa-fresh-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px}.empwa-fresh-head h2{margin:0;color:#08752f;font-size:20px}.empwa-fresh-head span{background:#2cae25;color:#fff;border-radius:999px;padding:7px 15px;font-weight:800}.empwa-fresh-track{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.empwa-fresh-track a{min-width:0;background:#fff;border-radius:15px;padding:10px 8px;text-decoration:none;text-align:center;box-shadow:0 5px 16px rgba(0,0,0,.04)}.empwa-fresh-track i{display:block;font-style:normal;font-size:54px;line-height:1.1}.empwa-fresh-track b{font-size:12px}
.empwa-showcase-categories{max-width:1180px;margin:8px auto 28px;padding:8px 20px;grid-template-columns:repeat(6,1fr);gap:16px}.empwa-showcase-categories .empwa-category-pill span{width:68px;height:68px;font-size:30px;background:#effaf3;box-shadow:none}.empwa-showcase-categories .empwa-category-pill strong{font-size:13px}
.empwa-featured-products{margin-top:22px}.empwa-featured-products .empwa-section-head h2{font-size:28px;color:#10243a}.empwa-featured-products .empwa-product-image{aspect-ratio:1.65/1}.empwa-featured-products .empwa-product-body{padding:12px 15px}.empwa-featured-products .empwa-product-body h3{min-height:auto;margin-bottom:6px}.empwa-featured-products .empwa-add{display:none!important}.empwa-featured-products .empwa-chip{top:auto;bottom:8px;background:#fff;color:#08752f;text-transform:none}.empwa-featured-products .empwa-heart{width:34px;height:34px;font-size:20px}
.empwa-featured-products + .empwa-promo,.empwa-featured-products ~ .empwa-products,.empwa-featured-products ~ .empwa-brand-story,.empwa-featured-products ~ .empwa-content-hub,.empwa-featured-products ~ .empwa-newsletter,.empwa-featured-products ~ .empwa-features{display:none}

@media(max-width:900px){.empwa-topline{height:36px;justify-content:space-around;gap:4px;font-size:11px}.empwa-topline span:nth-child(2){display:none}.empwa-home-header{min-height:88px;grid-template-columns:52px 1fr 120px;padding:8px 16px}.empwa-home-header .empwa-menu-trigger{display:grid}.empwa-home-header .empwa-logo{justify-self:center;align-items:center}.empwa-home-header .empwa-logo strong{font-size:32px}.empwa-home-header .empwa-logo small{font-size:7px}.empwa-desktop-nav{display:none}.empwa-searchbar{position:relative;top:auto;left:auto;transform:none;width:calc(100% - 32px);margin:8px auto;height:44px}.empwa-showcase-hero{min-height:440px;margin-top:8px;padding:36px 24px 32px;background-image:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 48%,rgba(255,255,255,.05) 100%),url('../images/exotic-hero-poster.jpg');background-position:center}.empwa-showcase-hero .empwa-hero-copy{max-width:72%}.empwa-local-badge{width:70px;height:70px;font-size:12px;right:18px;top:20px}.empwa-benefits{margin:-18px 16px 20px;grid-template-columns:repeat(4,1fr)}.empwa-benefits article{display:block;text-align:center;padding:16px 8px}.empwa-benefits article>span{margin:auto auto 8px}.empwa-fresh-strip{margin:16px}.empwa-fresh-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.empwa-fresh-track a{min-width:105px;scroll-snap-align:start}.empwa-showcase-categories{display:flex;overflow-x:auto;padding:12px 16px}.empwa-showcase-categories .empwa-category-pill{min-width:100px}.empwa-featured-products .empwa-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){body.empwa-home{padding-bottom:96px}.empwa-home-header .empwa-header-actions{gap:8px}.empwa-home-header .empwa-header-actions a{font-size:21px}.empwa-showcase-hero{min-height:405px;padding:28px 20px 24px;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 52%,rgba(255,255,255,.10) 100%),url('../images/exotic-hero-poster.jpg');background-position:58% center}.empwa-showcase-hero .empwa-hero-copy{max-width:76%}.empwa-showcase-hero .empwa-eyebrow{font-size:10px;margin-bottom:8px}.empwa-showcase-hero h1{font-size:52px}.empwa-showcase-hero h2{font-size:23px;margin:10px 0}.empwa-showcase-hero .empwa-hero-copy>p:not(.empwa-eyebrow){font-size:12px;line-height:1.4}.empwa-hero-actions{gap:8px;margin-top:14px}.empwa-showcase-hero .empwa-main-cta,.empwa-secondary-cta{min-height:42px;padding:0 13px;font-size:11px;white-space:nowrap}.empwa-local-badge{display:none}.empwa-benefits{margin:-12px 10px 12px;border-radius:15px}.empwa-benefits article{padding:12px 3px}.empwa-benefits article>span{width:40px;height:40px;flex-basis:40px;font-size:20px}.empwa-benefits b{font-size:11px}.empwa-benefits small{font-size:9px;line-height:1.2}.empwa-fresh-strip{margin:10px;padding:12px 10px}.empwa-fresh-head h2{font-size:13px}.empwa-fresh-head span{font-size:10px;padding:5px 9px}.empwa-fresh-track{gap:7px}.empwa-fresh-track a{min-width:78px;padding:7px 5px}.empwa-fresh-track i{font-size:38px}.empwa-fresh-track b{font-size:10px}.empwa-showcase-categories{gap:4px;margin-bottom:12px}.empwa-showcase-categories .empwa-category-pill{min-width:82px}.empwa-showcase-categories .empwa-category-pill span{width:52px;height:52px;font-size:24px}.empwa-showcase-categories .empwa-category-pill strong{font-size:10px}.empwa-featured-products{padding:0 12px;margin-top:14px}.empwa-featured-products .empwa-section-head{margin-bottom:12px}.empwa-featured-products .empwa-section-head h2{font-size:22px}.empwa-featured-products .empwa-section-head a{font-size:12px}.empwa-featured-products .empwa-product-grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory}.empwa-featured-products .empwa-product-card{min-width:44%;scroll-snap-align:start;border-radius:14px}.empwa-featured-products .empwa-product-body{padding:9px}.empwa-featured-products .empwa-product-body h3{font-size:13px}.empwa-featured-products .empwa-price strong{font-size:14px}.empwa-mobile-nav{min-height:82px}.empwa-mobile-nav a span{font-size:25px}.empwa-mobile-nav a strong{font-size:11px}.empwa-mobile-nav a.is-active{border-radius:20px}}

/* === Exotis 2.5.4 : grille accueil + footer premium + hero tropical === */
.empwa-showcase-hero{
  background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 35%,rgba(255,255,255,.35) 62%,rgba(255,255,255,.05) 100%),url('../images/exotis-hero-tropical.jpg')!important;
  background-size:cover!important;background-position:center right!important;background-repeat:no-repeat!important;
}
.empwa-featured-products .empwa-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;overflow:visible!important;scroll-snap-type:none!important}
.empwa-featured-products .empwa-product-card{min-width:0!important;width:auto!important}
.empwa-featured-products .empwa-product-image{aspect-ratio:1.35/1!important}
.empwa-featured-products .empwa-add{min-height:42px!important}

.empwa-footer-premium{display:block!important;min-height:0!important;padding:0!important;background:linear-gradient(135deg,#f7fff8,#fffdf1)!important;color:#15271c!important;text-align:left!important;font-size:14px!important;font-weight:500!important;border-top:1px solid rgba(4,105,44,.10)}
.empwa-footer-main{max-width:1320px;margin:auto;padding:46px clamp(22px,5vw,68px);display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:44px;background:radial-gradient(circle at 100% 100%,rgba(255,213,31,.18),transparent 28%),radial-gradient(circle at 0 100%,rgba(26,166,75,.10),transparent 25%)}
.empwa-footer-main>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.empwa-footer-brand strong{font-family:Georgia,serif;font-size:32px;color:#087432}.empwa-footer-brand small{font-size:10px;letter-spacing:.18em}.empwa-footer-brand p{max-width:330px;line-height:1.55;color:#526258}.empwa-footer-social{font-size:20px;color:#087432;margin-top:6px}
.empwa-footer-main h3{margin:0 0 8px;font-size:15px;color:#143b25}.empwa-footer-main a,.empwa-footer-main span{color:#33473a;text-decoration:none;line-height:1.55}.empwa-footer-main a:hover{color:#07833a;text-decoration:underline}
.empwa-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:18px clamp(22px,5vw,68px) calc(18px + env(safe-area-inset-bottom));background:#056b2a;color:#fff;font-size:12px}.empwa-footer-bottom a{color:#fff;text-decoration:none}

@media(max-width:900px){.empwa-featured-products .empwa-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.empwa-footer-main{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){
 .empwa-showcase-hero{background-image:linear-gradient(180deg,rgba(255,255,255,.93) 0%,rgba(255,255,255,.84) 58%,rgba(255,255,255,.28) 100%),url('../images/exotis-hero-tropical.jpg')!important;background-position:62% center!important}
 .empwa-featured-products .empwa-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
 .empwa-featured-products .empwa-product-image{aspect-ratio:1.2/1!important}
 .empwa-featured-products .empwa-product-body{padding:12px!important}.empwa-featured-products .empwa-product-body h3{font-size:14px!important;min-height:auto!important}.empwa-featured-products .empwa-add{font-size:12px!important;min-height:38px!important}
 .empwa-footer-main{grid-template-columns:1fr 1fr;gap:28px 18px;padding:34px 20px 130px}.empwa-footer-brand{grid-column:1/-1}.empwa-footer-main>div:last-child{grid-column:1/-1}.empwa-footer-bottom{display:none}
}

/* === Exotis 2.5.5 : logo officiel + hero mobile ratio + sliders auto === */
.empwa-logo-official{display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:hidden}
.empwa-logo-official img{display:block;width:auto;height:72px;max-width:210px;object-fit:contain;object-position:left center}
.empwa-home-header .empwa-logo-official{align-items:center!important}
.empwa-hero-actions>a{flex:0 1 auto;justify-content:center;box-sizing:border-box}
.empwa-showcase-hero .empwa-main-cta,.empwa-showcase-hero .empwa-secondary-cta{height:54px;min-height:54px;min-width:220px}

.empwa-fresh-strip{overflow:hidden}
.empwa-fresh-viewport{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.empwa-fresh-track{display:flex!important;width:max-content!important;grid-template-columns:none!important;overflow:visible!important;gap:10px;animation:empwaFreshMarquee 24s linear infinite;will-change:transform}
.empwa-fresh-track a{width:150px;min-width:150px!important;flex:0 0 150px}
.empwa-fresh-strip:hover .empwa-fresh-track{animation-play-state:paused}
@keyframes empwaFreshMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(-50% - 5px),0,0)}}

@media(max-width:900px){
 .empwa-logo-official img{height:62px;max-width:170px}
 .empwa-showcase-hero{background-size:cover!important;background-repeat:no-repeat!important}
 .empwa-showcase-hero .empwa-main-cta,.empwa-showcase-hero .empwa-secondary-cta{min-width:0;flex:1 1 0;height:48px;min-height:48px}
 .empwa-fresh-track a{width:112px;min-width:112px!important;flex-basis:112px}
}
@media(max-width:640px){
 .empwa-home-header{grid-template-columns:52px minmax(0,1fr) 112px!important}
 .empwa-logo-official img{height:58px;max-width:142px}
 .empwa-showcase-hero{min-height:470px!important;padding:30px 20px 28px!important;background-size:auto 100%!important;background-position:62% center!important;background-repeat:no-repeat!important;background-color:#f6fbf7!important}
 .empwa-showcase-hero .empwa-hero-copy{max-width:100%!important;padding-right:4px}
 .empwa-showcase-hero .empwa-hero-copy>p:not(.empwa-eyebrow){max-width:72%}
 .empwa-hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%;align-items:stretch!important}
 .empwa-showcase-hero .empwa-main-cta,.empwa-showcase-hero .empwa-secondary-cta{width:100%!important;min-width:0!important;height:46px!important;min-height:46px!important;padding:0 10px!important;font-size:10.5px!important;gap:6px!important;text-align:center!important;white-space:nowrap!important}
 .empwa-fresh-track{animation-duration:18s}
 .empwa-fresh-track a{width:92px;min-width:92px!important;flex-basis:92px}
}
@media(prefers-reduced-motion:reduce){.empwa-fresh-track{animation:none!important}}
