.sticky-mobile-wrapper {
    height: 35px !important;
}

.language-selector .dropdown-menu {
    top: 7px !important; 
}

.deco-fo-injected-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 2px;
}

.deco-fo-injected-icon i,
.deco-fo-injected-icon span {
  line-height: 1;
}

.deco-fo-slot-account.deco-fo-account-logged .deco-fo-injected-icon i,
.deco-fo-slot-account.deco-fo-account-logged .deco-fo-injected-icon span {
  color: var(--deco-fo-account-logged-color, currentColor) !important;
}

body.deco-fo-customer-logged .deco-fo-slot-account .deco-fo-injected-icon i,
body.deco-fo-customer-logged .deco-fo-slot-account .deco-fo-injected-icon span {
  color: var(--deco-fo-account-logged-color, currentColor) !important;
}

.deco-fo-injected-icon .material-symbols-outlined,
.deco-fo-injected-icon .material-symbols-rounded,
.deco-fo-injected-icon .material-symbols-sharp {
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
}

.deco-fo-hidden-icon {
  display: none !important;
}

.deco-fo-slot__badge {
  position: absolute;
  top: 0.25rem;
  right: -0.4rem;
  min-width: 15px;
  height: 15px;
  padding: 0 2px;
  border-radius: 9px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  /* font-weight: 600; */
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.deco-fo-slot__badge::before {
  content: "(";
  margin-right: 1px;
}

.deco-fo-slot__badge::after {
  content: ")";
  margin-left: 1px;
}

.deco-fo-slot-host {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
.deco-fo-slot__badge:empty {
  display: none !important;
}
}

.deco-fo-lang-flag {
  box-shadow: 0 0 10px 3px rgb(255 255 255);
  left: 3rem;
  top: 2.5rem;
  position: absolute;
  display: inline-flex;
.deco-fo-slot__badge:empty::before,
.deco-fo-slot__badge:empty::after {
  content: none !important;
}
  align-items: center;
  justify-content: center;
}

.deco-fo-lang-flag img.lang-flag {
max-width: unset;
  display: inline-block;
  width: 16px;
  height: 11px;
}

.deco-fo-lang-static {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.deco-fo-lang-static .deco-fo-lang-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.deco-fo-lang-static #language_selector,
.deco-fo-lang-static .language-selector,
.deco-fo-lang-static .language-selector-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.deco-fo-lang-static #language_selector .dropdown-menu,
.deco-fo-lang-static .language-selector .dropdown-menu {
  position: absolute !important;
  z-index: 1008 !important;
}

.deco-fo-lang-static #language_selector .expand-more,
.deco-fo-lang-static .language-selector .expand-more,
.deco-fo-lang-static .language-selector a.expand-more,
.deco-fo-lang-static .language-selector button {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.deco-fo-lang-static #language_selector .expand-more .lang-flag {
  position: absolute !important;
  top: 2.5rem;
  left: 3rem;
  width: 16px !important;
  height: 11px !important;
  display: block !important;
  margin: 0 !important;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.9) !important;
}

.deco-fo-lang-static .dropdown-menu .lang-flag {
  display: inline-block !important;
  max-width: 22px !important;
}

.deco-fo-lang-static .dropdown-menu .expand-more,
.deco-fo-lang-static .dropdown-menu span {
  display: inline !important;
}

.deco-fo-lang-static .dropdown-menu .dropdown-item,
.deco-fo-lang-static .dropdown-menu li > a {
  padding: 12px 14px !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.2 !important;
}

/* SweetDeko language selector uses a ::before pseudo icon on the toggle.
  Suppress it when our injected icon is present; JS cannot hide pseudo-elements. */
.deco-fo-slot-language::before,
.deco-fo-slot-host.deco-fo-slot-language::before,
.col-mobile-btn-lang .expand-more::before,
.col-mobile-btn-lang a.expand-more::before {
  content: none !important;
  display: none !important;
}

.deco-fo-slot-host .m-nav-btn,
.deco-fo-slot-host.m-nav-btn {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.mobile-buttons-bar.deco-fo-test-icons .col-mobile-btn,
.row-mobile-buttons.deco-fo-test-icons-row .col-mobile-btn,
.deco-fo-slot-parent {
  --deco-pt: 0;
  --deco-pr: 0;
  --deco-pb: 0;
  --deco-pl: 0;
  --deco-ml: 0;
  --deco-mr: 0;
  padding: var(--deco-pt, 0) var(--deco-pr, 0) var(--deco-pb, 0) var(--deco-pl, 0) !important;
  margin-left: var(--deco-ml, 0) !important;
  margin-right: var(--deco-mr, 0) !important;
}

.mobile-buttons-bar.deco-fo-test-icons .m-nav-btn,
.row-mobile-buttons.deco-fo-test-icons-row .m-nav-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
