/* KSAR Complianz — LOCKED v4 (2026.06.11.complianz-floating-locked-v4)
 * @locked Accord Mehdi 2026-06-04 — .cursor/rules/complianz-floating-widgets-lock.mdc
 * Ne pas modifier bandeau / boutons PC / bulles sans accord explicite.
 * Règles critiques dupliquées en ksar-complianz.php (UCSS LiteSpeed). */

/* KSAR Complianz — bandeau cookies natif Complianz */

/* ── Complianz — texte justifié + couleurs KSAR ── */
body:not(.et-fb) .cmplz-cookiebanner {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #333 !important;
  border-color: rgba(173, 149, 104, 0.35) !important;
}

body:not(.et-fb) .cmplz-cookiebanner {
  --cmplz_slider_inactive_color: #e8e4de !important;
  --cmplz_slider_active_color: #141414 !important;
  --cmplz_slider_bullet_color: #ffffff !important;
  --cmplz_category_header_always_active_color: #f0c020 !important;
  --cmplz_hyperlink_color: #ad9568 !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-header {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 36px 1fr 36px !important;
  align-items: center !important;
  justify-items: center !important;
  padding: 8px 0 12px !important;
  min-height: 48px !important;
  grid-column: span 3 !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-logo {
  display: none !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-close {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  z-index: 2 !important;
}

/* Title — no pill/gradient border on ALL viewports (high specificity beats Complianz late CSS) */
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-title,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-header .cmplz-title {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  justify-self: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-family: "Chakra Petch", Helvetica, Arial, sans-serif !important;
  font-size: clamp(1rem, 1.8vw, 1.15rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  line-height: 1.25 !important;
  text-align: center !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  color: #ad9568 !important;
  background-color: transparent !important;
  background-image: linear-gradient(90deg, #141414 0%, #ad9568 42%, #f0c020 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  body:not(.et-fb) .cmplz-cookiebanner .cmplz-header {
    padding: 12px 36px 14px !important;
  }

  html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title,
  html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title,
  body:not(.et-fb) .cmplz-cookiebanner .cmplz-title,
  body:not(.et-fb) .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: inline-block !important;
    font-size: clamp(0.95rem, 4.2vw, 1.1rem) !important;
    max-width: calc(100% - 8px) !important;
    text-transform: uppercase !important;
    font-variant: normal !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #ad9568 !important;
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #141414 0%, #ad9568 42%, #f0c020 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}

@media (max-width: 425px) {
  html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title,
  html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title,
  body:not(.et-fb) .cmplz-cookiebanner .cmplz-header .cmplz-title,
  body:not(.et-fb) .cmplz-cookiebanner .cmplz-title {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-transform: uppercase !important;
  }
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-message,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-message p,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-body p {
  text-align: justify !important;
  text-justify: inter-word !important;
  hyphens: auto !important;
  color: #444 !important;
  line-height: 1.55 !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-links a,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-message a {
  color: #ad9568 !important;
  text-decoration: underline !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-links a:hover,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-message a:hover {
  color: #141414 !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-close {
  color: #141414 !important;
  grid-column: unset !important;
  grid-row: unset !important;
}

/* Buttons — même charte KSAR ; row pleine largeur sur PC, colonne empilée sur mobile */
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  font-family: "Chakra Petch", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  height: 45px !important;
  min-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

@media (min-width: 769px) {
  html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons,
  body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn,
  body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    font-size: 13px !important;
    white-space: normal !important;
    line-height: 1.15 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 768px) {
  html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons,
  body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn,
  body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    flex: none !important;
    width: 100% !important;
    white-space: normal !important;
  }
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background: linear-gradient(135deg, #141414 0%, #2a2018 42%, #ad9568 100%) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(20, 20, 20, 0.22) !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:focus-visible,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:focus-visible {
  background: linear-gradient(135deg, #f0c020 0%, #ad9568 100%) !important;
  color: #141414 !important;
  box-shadow: 0 8px 22px rgba(240, 192, 32, 0.35) !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
  background: #fff9f2 !important;
  border: 1.5px solid #ad9568 !important;
  color: #141414 !important;
  box-shadow: none !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:focus-visible,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:focus-visible,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:focus-visible,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:focus-visible,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:focus-visible,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:focus-visible {
  background: #f0c020 !important;
  border-color: #141414 !important;
  color: #141414 !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category {
  background-color: #faf8f5 !important;
  border: 1px solid rgba(173, 149, 104, 0.22) !important;
  border-radius: 10px !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child),
body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
  margin-bottom: 10px !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
  display: grid !important;
  grid-template-columns: 1fr auto 18px !important;
  grid-template-rows: minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-title,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-title {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  margin: 0 !important;
  font-family: "Chakra Petch", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #141414 !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-always-active,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-always-active {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  color: #f0c020 !important;
  font-weight: 600 !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  margin: 0 !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-icon.cmplz-open,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-icon.cmplz-open {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
}

html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description,
body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  padding: 10px !important;
  color: #444 !important;
  line-height: 1.55 !important;
  text-align: justify !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label::before {
  background-color: #e8e4de !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
  background-color: #141414 !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label::after {
  background: #ffffff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22) !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-body {
  scrollbar-width: thin !important;
  scrollbar-color: #ad9568 #f5f0e8 !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-body::-webkit-scrollbar {
  width: 6px !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track {
  background: #f5f0e8 !important;
}

body:not(.et-fb) .cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb {
  background-color: #ad9568 !important;
  border-radius: 3px !important;
}

/* Bannière ouverte (vue base + préférences) — au-dessus de l’onglet roue (2147482500) */
html body:not(.et-fb).ksar-complianz-banner-open #cmplz-cookiebanner-container,
html body:not(.et-fb) #cmplz-cookiebanner-container .cmplz-cookiebanner.cmplz-show,
html body:not(.et-fb) #cmplz-cookiebanner-container:has(.cmplz-cookiebanner.cmplz-show) {
  z-index: 2147483647 !important;
}

html body:not(.et-fb).ksar-complianz-preferences-open #cmplz-cookiebanner-container .cmplz-cookiebanner {
  transition: none !important;
}

@media (max-width: 980px) {
  html body:not(.et-fb).ksar-complianz-preferences-open #cmplz-cookiebanner-container {
    top: auto !important;
    bottom: 0 !important;
  }

  html body:not(.et-fb).ksar-complianz-preferences-open #cmplz-cookiebanner-container .cmplz-cookiebanner.cmplz-show {
    max-height: calc(100vh - 72px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)) !important;
  }

  html body:not(.et-fb).ksar-complianz-preferences-open #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body {
    max-height: min(50vh, calc(100vh - 72px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 200px)) !important;
    overflow-y: auto !important;
  }
}

/* Bulle « Cookies » repliée — style Complianz d’origine (ne pas brander) */
html body:not(.et-fb) #cmplz-manage-consent .cmplz-manage-consent:not(.cmplz-hidden):not(.cmplz-dismissed),
html body:not(.et-fb).ksar-complianz-desktop-pill #cmplz-manage-consent .cmplz-manage-consent:not(.cmplz-hidden):not(.cmplz-dismissed) {
  color: #222222 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #f2f2f2 !important;
}

html body:not(.et-fb) #cmplz-manage-consent .cmplz-manage-consent:not(.cmplz-hidden):not(.cmplz-dismissed):hover,
html body:not(.et-fb) #cmplz-manage-consent .cmplz-manage-consent:not(.cmplz-hidden):not(.cmplz-dismissed):focus-visible,
html body:not(.et-fb).ksar-complianz-desktop-pill #cmplz-manage-consent .cmplz-manage-consent:not(.cmplz-hidden):not(.cmplz-dismissed):hover,
html body:not(.et-fb).ksar-complianz-desktop-pill #cmplz-manage-consent .cmplz-manage-consent:not(.cmplz-hidden):not(.cmplz-dismissed):focus-visible {
  color: #222222 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #f2f2f2 !important;
}

/* ── Mobile ≤980px ── */
@media (max-width: 980px) {
  body:not(.et-fb) {
    --ksar-fw-edge: 8px;
    --ksar-fw-bottom: calc(var(--ksar-fw-edge) + env(safe-area-inset-bottom, 0px));
    --ksar-fw-google-widget-h: 68px;
    --ksar-fw-cookie-h: 24px;
    --ksar-fw-center-lift: calc(
      (var(--ksar-fw-google-widget-h) - var(--ksar-fw-cookie-h)) / 2
    );
  }

  body:not(.et-fb) .cmplz-cookiebanner.cmplz-show {
    z-index: 2147483647 !important;
    pointer-events: auto !important;
  }

  body:not(.et-fb) .cmplz-cookiebanner.cmplz-show .cmplz-btn,
  body:not(.et-fb) .cmplz-cookiebanner.cmplz-show button,
  body:not(.et-fb) .cmplz-cookiebanner.cmplz-show a {
    pointer-events: auto !important;
  }

  body:not(.et-fb) #cmplz-manage-consent {
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  body:not(.et-fb) #cmplz-manage-consent .cmplz-manage-consent.cmplz-hidden,
  body:not(.et-fb) #cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed {
    display: none !important;
  }

  body:not(.et-fb) #cmplz-manage-consent .cmplz-manage-consent:not(.cmplz-hidden):not(.cmplz-dismissed) {
    display: inline-block !important;
    visibility: visible !important;
    position: fixed !important;
    left: calc(var(--ksar-fw-edge) + env(safe-area-inset-left, 0px)) !important;
    right: auto !important;
    bottom: calc(var(--ksar-fw-bottom) + var(--ksar-fw-center-lift)) !important;
    top: auto !important;
    z-index: 2000 !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 5px 9px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: calc(100vw - 64px) !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14) !important;
    opacity: 0.92 !important;
    animation: none !important;
    transform: none !important;
  }
}

/* ── Desktop ≥981px ── */
@media (min-width: 981px) {
  body:not(.et-fb) {
    --ksar-fw-edge: 20px;
    --ksar-fw-bottom: calc(var(--ksar-fw-edge) + env(safe-area-inset-bottom, 0px));
    --ksar-fw-google-widget-h: 84px;
    --ksar-fw-cookie-h: 27px;
    --ksar-fw-center-lift: calc(
      (var(--ksar-fw-google-widget-h) - var(--ksar-fw-cookie-h)) / 2
    );
  }

  body:not(.et-fb) .cmplz-cookiebanner.cmplz-show {
    z-index: 2147483647 !important;
  }

  body:not(.et-fb).ksar-complianz-desktop-pill .cmplz-cookiebanner.cmplz-dismissed,
  body:not(.et-fb).ksar-complianz-desktop-pill #cmplz-cookiebanner-container .cmplz-cookiebanner.cmplz-dismissed {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body:not(.et-fb).ksar-complianz-desktop-pill #cmplz-manage-consent {
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  body:not(.et-fb).ksar-complianz-desktop-pill #cmplz-manage-consent .cmplz-manage-consent.cmplz-hidden,
  body:not(.et-fb).ksar-complianz-desktop-pill #cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed {
    display: none !important;
  }

  body:not(.et-fb).ksar-complianz-desktop-pill #cmplz-manage-consent .cmplz-manage-consent:not(.cmplz-hidden):not(.cmplz-dismissed) {
    display: inline-block !important;
    visibility: visible !important;
    position: fixed !important;
    left: calc(var(--ksar-fw-edge) + env(safe-area-inset-left, 0px)) !important;
    right: auto !important;
    bottom: calc(var(--ksar-fw-bottom) + var(--ksar-fw-center-lift)) !important;
    top: auto !important;
    z-index: 2147482001 !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: calc(100vw - 120px) !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14) !important;
    opacity: 0.92 !important;
    animation: none !important;
    transform: none !important;
  }
}

/* ── Google store widget : toujours visible, z-index sous Complianz ── */
body:not(.et-fb) #google-merchantwidget-iframe-wrapper {
  z-index: 2147482000 !important;
}

body:not(.et-fb).ksar-complianz-banner-open #cmplz-cookiebanner-container,
body:not(.et-fb):has(.cmplz-cookiebanner.cmplz-show) #cmplz-cookiebanner-container,
body:not(.et-fb).ksar-complianz-preferences-open #cmplz-cookiebanner-container,
body:not(.et-fb).ksar-complianz-banner-open .cmplz-cookiebanner.cmplz-show,
body:not(.et-fb):has(.cmplz-cookiebanner.cmplz-show) .cmplz-cookiebanner.cmplz-show {
  z-index: 2147483647 !important;
}

body:not(.et-fb).ksar-complianz-banner-open #google-merchantwidget-iframe-wrapper,
body:not(.et-fb):has(.cmplz-cookiebanner.cmplz-show) #google-merchantwidget-iframe-wrapper,
body:not(.et-fb).ksar-complianz-preferences-open #google-merchantwidget-iframe-wrapper {
  pointer-events: none !important;
}

