.mp-header-wrap,
.mp-header-wrap *{ box-sizing:border-box; }

.mp-header-wrap{
  position:relative;
  z-index:1000;
  background:#f5f5f5;
  border-bottom:1px solid #d9dde2;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.mp-header-wrap img{
  max-width:100%;
  height:auto;
  display:block;
}

.mp-container{
  max-width:1810px;
  margin:0 auto;
  padding-left:14px;
  padding-right:14px;
}

.mp-topbar{
  display:none !important;
}

/* =========================
   MAINBAR
   ========================= */
.mp-mainbar{
  background:#2f3943;
  border-bottom:1px solid #df6b16;
}

.mp-mainbar__inner{
  min-height:132px;
  display:grid;
  grid-template-columns:320px minmax(320px,1fr) 470px;
  gap:24px;
  align-items:center;
  padding:16px 4px 14px;
}

.mp-mobile-menu-btn{
  display:none;
  border:0;
  background:none;
  cursor:pointer;
  padding:0;
  color:#fff;
}

.mp-mobile-menu-btn i{
  font-size:34px;
  line-height:1;
}

.mp-brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  min-width:0;
  justify-content:flex-start;
}

.mp-brand__img{
  width:100%;
  max-width:320px;
  max-height:100px;
  object-fit:contain;
  object-position:left center;
}

/* =========================
   SEARCH
   ========================= */
.mp-search{
  width:100%;
  display:flex;
  justify-content:center;
}

.mp-search__form{
  width:100%;
  max-width:520px;
  position:relative;
}

.mp-search__input{
  width:100%;
  height:42px;
  border:1px solid #cfd5dc;
  border-radius:10px;
  background:#fff;
  padding:0 62px 0 14px;
  font-size:14px;
  color:#243444;
  outline:none;
  box-shadow:none;
}

.mp-search__input::placeholder{
  color:#7b8794;
}

.mp-search__input:focus{
  border-color:#df6b16;
  box-shadow:0 0 0 3px rgba(223,107,22,.12);
}

.mp-search__btn{
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%);
  width:38px;
  height:42px;
  border:0;
  border-radius:0 10px 10px 0;
  background:#f57c18;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:none;
}

/* =========================
   ACTIONS
   ========================= */
.mp-actions{
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
  gap:18px;
  flex-wrap:wrap;
}

.mp-action{
  min-width:72px;
  text-decoration:none;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  text-align:center;
  position:relative;
}

.mp-action:hover{
  color:#f9a25a;
}

.mp-action__icon{
  width:auto;
  height:auto;
  border:none;
  background:transparent;
  font-size:34px;
  color:#f57c18;
  box-shadow:none;
}

.mp-action__icon.is-blue,
.mp-action__icon.is-green,
.mp-action__icon.is-cart{
  background:transparent;
  border:none;
  color:#f57c18;
}

.mp-action__label{
  font-size:11px;
  line-height:1.2;
  font-weight:700;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.mp-cart-badge{
  position:absolute;
  top:-4px;
  right:8px;
  min-width:19px;
  height:19px;
  border-radius:999px;
  background:#fff;
  color:#2f3943;
  font-size:10px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 5px;
  border:1px solid #e5e7eb;
}

/* =========================
   NAV
   ========================= */
.mp-nav{
  background:#fff;
  border-top:0;
  border-bottom:1px solid #e6e8eb;
}

.mp-nav__inner{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  min-height:66px;
  padding:0 2px;
}

.mp-all-products-wrap{
  position:relative;
  flex:0 0 auto;
}

.mp-all-products-btn{
  min-width:220px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  background:#2f3943;
  color:#fff;
  border:0;
  cursor:pointer;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.03em;
  border-radius:0;
  box-shadow:none;
}

.mp-all-products-btn:hover,
.mp-all-products-btn.is-open{
  background:#25303a;
  color:#fff;
}

.mp-all-products-btn i{
  font-size:13px;
  transition:transform .2s ease;
}

.mp-all-products-btn.is-open i{
  transform:rotate(180deg);
}

.mp-header-links{
  display:flex;
  align-items:center;
  gap:0;
  flex:1 1 auto;
  min-width:0;
  overflow-x:auto;
  scrollbar-width:none;
}

.mp-header-links::-webkit-scrollbar{
  display:none;
}

.mp-header-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:66px;
  padding:0 22px;
  border:0;
  border-right:1px solid #eceff3;
  text-decoration:none;
  color:#25303a;
  background:#fff;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
  text-transform:uppercase;
  letter-spacing:.04em;
  transition:color .18s ease, background .18s ease;
}

.mp-header-link:first-child{
  border-left:1px solid #eceff3;
}

.mp-header-link:hover{
  color:#f57c18;
  background:#fafafa;
  box-shadow:none;
  transform:none;
}

.mp-header-link.is-accent,
.mp-header-link.is-highlight{
  background:#fff;
}

.mp-tools-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  flex:0 0 auto;
}

.mp-quote-btn{
  height:48px;
  padding:0 22px;
  background:#2f3943;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-transform:uppercase;
  letter-spacing:.03em;
  border-radius:0;
  box-shadow:none;
}

.mp-quote-btn:hover{
  color:#fff;
  background:#25303a;
}

.mp-price-wrap{
  display:flex;
  align-items:center;
  gap:6px;
}

.mp-price-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:26px;
  padding:0 8px;
  border-radius:999px;
  background:#121a2d;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.mp-price-switch{
  width:56px;
  height:30px;
  border-radius:999px;
  background:#121a2d;
  position:relative;
  cursor:pointer;
  border:none;
}

.mp-price-switch .knob{
  position:absolute;
  top:3px;
  right:3px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  transition:.18s ease;
}

.mp-price-switch.is-ht .knob{
  right:29px;
}

/* =========================
   PANEL PRODUITS
   ========================= */
.mp-all-products-panel{
  display:none;
  position:absolute;
  left:0;
  top:calc(100% + 8px);
  width:min(1500px, calc(100vw - 40px));
  max-height:78vh;
  overflow:auto;
  background:#fff;
  border:1px solid #e7e7e7;
  box-shadow:0 18px 40px rgba(2,8,23,.14);
  z-index:1600;
  border-radius:0;
}

.mp-all-products-wrap.is-open .mp-all-products-panel{
  display:block;
}

.mp-all-products-panel__inner{
  padding:22px 24px 26px;
}

.mp-all-products-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-bottom:16px;
  margin-bottom:18px;
  border-bottom:1px solid #ececec;
}

.mp-all-products-panel__title{
  font-size:24px;
  font-weight:900;
  color:#111827;
  text-transform:uppercase;
}

.mp-all-products-panel__alllink{
  text-decoration:none;
  color:#df6b16;
  font-size:14px;
  font-weight:800;
}

.mp-all-products-panel__alllink:hover{
  text-decoration:underline;
}

.mp-all-browser{
  display:grid;
  grid-template-columns:340px 1fr;
  min-height:540px;
  border:1px solid #edf0f3;
  background:#fff;
  border-radius:0;
  overflow:hidden;
}

.mp-all-browser__sidebar{
  border-right:1px solid #edf0f3;
  background:#fbfcfd;
  display:flex;
  flex-direction:column;
  min-width:0;
}

.mp-all-browser__crumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:16px 16px 10px;
  border-bottom:1px solid #edf0f3;
  background:#fff;
}

.mp-all-browser__crumb{
  border:1px solid #d6dde5;
  background:#fff;
  color:#0f172a;
  font-size:12px;
  font-weight:800;
  padding:7px 10px;
  cursor:pointer;
  border-radius:0;
}

.mp-all-browser__crumb.is-current{
  background:#2f3943;
  border-color:#2f3943;
  color:#fff;
}

.mp-all-browser__list{
  padding:10px 0;
  overflow:auto;
  flex:1 1 auto;
}

.mp-all-browser__item{
  width:100%;
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:15px 18px;
  cursor:pointer;
  text-align:left;
  border-left:4px solid transparent;
  transition:
    background .18s ease,
    transform .12s ease,
    border-left-color .18s ease,
    box-shadow .18s ease;
}

.mp-all-browser__item:hover{
  background:#f5f7f9;
  border-left-color:#df6b16;
  transform:translateX(3px);
  box-shadow:none;
}

.mp-all-browser__item.is-active{
  background:#f5f7f9;
  border-left-color:#df6b16;
}

.mp-all-browser__item-main{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.mp-all-browser__item-thumb{
  width:52px;
  height:52px;
  border-radius:8px;
  background:#e8edf2 center/cover no-repeat;
  flex:0 0 auto;
}

.mp-all-browser__item-text{
  min-width:0;
}

.mp-all-browser__item-title{
  display:block;
  color:#111827;
  font-size:16px;
  font-weight:800;
  line-height:1.2;
  transition:color .18s ease;
}

.mp-all-browser__item:hover .mp-all-browser__item-title{
  color:#df6b16;
}

.mp-all-browser__item-sub{
  display:block;
  color:#64748b;
  font-size:12px;
  line-height:1.3;
  margin-top:4px;
  transition:color .18s ease;
}

.mp-all-browser__item:hover .mp-all-browser__item-sub{
  color:#475569;
}

.mp-all-browser__item-icon{
  color:#94a3b8;
  font-size:14px;
  flex:0 0 auto;
  transition:transform .18s ease, color .18s ease;
}

.mp-all-browser__item:hover .mp-all-browser__item-icon{
  transform:translateX(4px);
  color:#df6b16;
}

.mp-all-browser__content{
  padding:22px;
  min-width:0;
  background:#fff;
}

.mp-all-browser__hero{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:24px;
  align-items:stretch;
  margin-bottom:24px;
}

.mp-all-browser__hero-image{
  min-height:220px;
  border-radius:0;
  background:#eef2f5 center/cover no-repeat;
}

.mp-all-browser__hero-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}

.mp-all-browser__hero-title{
  margin:0 0 10px;
  color:#111827;
  font-size:34px;
  line-height:1.05;
  font-weight:900;
  text-transform:uppercase;
}

.mp-all-browser__hero-text{
  margin:0 0 18px;
  color:#475569;
  font-size:15px;
  line-height:1.5;
  max-width:680px;
}

.mp-all-browser__hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  background:#2f3943;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  border-radius:0;
  text-transform:uppercase;
}

.mp-all-browser__hero-btn:hover{
  background:#25303a;
  color:#fff;
}

.mp-all-browser__children{
  display:grid;
  grid-template-columns:repeat(3, minmax(180px, 1fr));
  gap:18px;
}

.mp-all-browser__child{
  border:1px solid #e7edf3;
  background:#fff;
  padding:18px;
  text-decoration:none;
  color:#111827;
  border-radius:0;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease,
    background .18s ease;
}

.mp-all-browser__child:hover{
  background:#fcfcfc;
  border-color:#df6b16;
  box-shadow:0 8px 18px rgba(0,0,0,0.06);
  transform:translateY(-2px);
}

.mp-all-browser__child-title{
  display:block;
  font-size:18px;
  font-weight:900;
  line-height:1.2;
  margin-bottom:8px;
  transition:color .18s ease;
}

.mp-all-browser__child:hover .mp-all-browser__child-title{
  color:#df6b16;
}

.mp-all-browser__child-sub{
  display:block;
  color:#64748b;
  font-size:13px;
  line-height:1.35;
}

/* =========================
   MOBILE SEARCH
   ========================= */
.mp-mobile-search{
  display:none;
  padding:0 0 12px;
}

.mp-mobile-search .mp-search__form{
  max-width:none;
}

/* =========================
   MOBILE VOLET
   ========================= */
.mp-mobile-volet{
  position:fixed;
  inset:0;
  width:100vw;
  height:100dvh;
  z-index:4000;
  visibility:hidden;
  pointer-events:none;
}

.mp-mobile-volet__body,
.mp-mobile-menu-stack,
.mp-mobile-menu{
  width:100%;
}

.mp-mobile-volet.is-open{
  visibility:visible;
  pointer-events:auto;
}

.mp-mobile-volet__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.34);
  opacity:0;
  transition:opacity .26s ease;
}

.mp-mobile-volet.is-open .mp-mobile-volet__overlay{
  opacity:1;
}

.mp-mobile-volet__panel{
  position:relative;
  width:100vw;
  max-width:100vw;
  height:100dvh;
  background:#f5f5f5;
  overflow:hidden;
  box-shadow:none;
  transform:translateX(-100%);
  transition:transform .30s cubic-bezier(.22,.8,.2,1);
  display:flex;
  flex-direction:column;
}

.mp-mobile-volet.is-open .mp-mobile-volet__panel{
  transform:translateX(0);
}

.mp-mobile-volet__head{
  display:grid;
  grid-template-columns:40px minmax(0,1fr) auto;
  align-items:center;
  gap:6px;
  min-height:68px;
  padding:10px 10px;
  background:#2f3943;
  border-bottom:1px solid #df6b16;
}

.mp-mobile-volet__back,
.mp-mobile-volet__close{
  width:40px;
  height:40px;
  border:0;
  background:transparent;
  color:#fff;
  font-size:19px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.mp-mobile-volet__back[hidden]{
  display:none !important;
}

.mp-mobile-volet__logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:0 2px;
}

.mp-mobile-volet__logo img{
  width:auto;
  max-width:142px;
  height:34px;
  object-fit:contain;
  object-position:center;
}

.mp-mobile-volet__icons{
  display:flex;
  align-items:center;
  gap:10px;
}

.mp-mobile-volet__icons a{
  color:#f57c18;
  font-size:19px;
  text-decoration:none;
  position:relative;
}

.mp-mobile-volet__icons .mp-mobile-cart-badge{
  position:absolute;
  top:-5px;
  right:-7px;
  min-width:16px;
  height:16px;
  border-radius:999px;
  background:#fff;
  color:#2f3943;
  font-size:8px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 4px;
}

.mp-mobile-volet__body{
  position:relative;
  flex:1 1 auto;
  overflow:hidden;
  background:#f3f3f3;
}

.mp-mobile-menu-stack{
  height:100%;
  display:flex;
  transition:transform .30s cubic-bezier(.22,.8,.2,1);
  will-change:transform;
}

.mp-mobile-menu{
  min-width:100%;
  height:100%;
  overflow:auto;
  background:#f3f3f3;
}

.mp-mobile-menu__row{
  display:flex;
  align-items:center;
  min-height:92px;
  border-bottom:1px solid #dddddd;
  background:#f3f3f3;
}

.mp-mobile-menu__row--back{
  display:grid;
  grid-template-columns:98px 1fr;
  min-height:58px;
  background:#ebebeb;
}

.mp-mobile-menu__back{
  border:0;
  background:transparent;
  border-right:1px solid #d7d7d7;
  color:#111;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  padding:0 12px;
  cursor:pointer;
  text-align:left;
}

.mp-mobile-menu__title{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  color:#111827;
}

.mp-mobile-menu__link{
  width:100%;
  min-height:92px;
  border:0;
  background:transparent;
  display:grid;
  grid-template-columns:88px 1fr auto;
  align-items:center;
  gap:14px;
  padding:12px 16px;
  text-decoration:none;
  color:#111827;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
}

.mp-mobile-menu__thumb{
  width:88px;
  height:70px;
  border-radius:0;
  overflow:hidden;
  background:#ddd;
}

.mp-mobile-menu__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.mp-mobile-menu__text{
  display:flex;
  flex-direction:column;
  gap:5px;
  align-items:flex-start;
  text-align:left;
  min-width:0;
}

.mp-mobile-menu__label{
  font-size:18px;
  font-weight:900;
  line-height:1.2;
  color:#111827;
  letter-spacing:.2px;
}

.mp-mobile-menu__sub{
  font-size:13px;
  color:#6b7280;
  line-height:1.3;
}

.mp-mobile-menu__arrow{
  font-size:18px;
  color:#777;
}

.mp-mobile-menu__section{
  padding:18px 14px 8px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  color:#64748b;
  text-transform:uppercase;
}

.mp-mobile-menu__secondary{
  padding:10px 14px 24px;
  display:grid;
  gap:10px;
}

.mp-mobile-menu__secondary a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:54px;
  padding:0 16px;
  text-decoration:none;
  color:#0f172a;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:0;
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
}

.mp-mobile-menu__promo{
  padding:18px 14px 26px;
  background:#f3f3f3;
}

.mp-mobile-menu__promo img{
  width:100%;
  height:auto;
  display:block;
  margin-bottom:12px;
  background:#ddd;
  border-radius:0;
}

.mp-mobile-menu__promo-text{
  font-size:14px;
  line-height:1.35;
  color:#555;
  text-align:center;
  max-width:280px;
  margin:0 auto;
}

.mp-mobile-menu__cta{
  display:block;
  margin:14px;
  padding:15px 16px;
  text-align:center;
  text-decoration:none;
  background:#2f3943;
  color:#fff;
  font-weight:900;
  border-radius:0;
  font-size:18px;
  text-transform:uppercase;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width:1500px){
  .mp-mainbar__inner{
    grid-template-columns:260px minmax(280px,1fr) 420px;
  }
}

@media (max-width:1400px){
  .mp-all-browser{
    grid-template-columns:300px 1fr;
  }

  .mp-all-browser__hero{
    grid-template-columns:260px 1fr;
  }

  .mp-all-browser__children{
    grid-template-columns:repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width:1240px){
  .mp-mainbar__inner{
    grid-template-columns:1fr;
    min-height:auto;
    gap:16px;
    padding:16px 6px;
  }

  .mp-actions{
    justify-content:flex-start;
  }

  .mp-nav__inner{
    flex-wrap:wrap;
    gap:12px;
  }

  .mp-header-links{
    width:100%;
  }

  .mp-tools-wrap{
    width:100%;
    justify-content:flex-start;
  }

  .mp-all-browser{
    grid-template-columns:1fr;
  }

  .mp-all-browser__sidebar{
    border-right:0;
    border-bottom:1px solid #edf0f3;
  }

  .mp-all-browser__hero{
    grid-template-columns:1fr;
  }
}

@media (max-width:991.98px){
  .mp-header-wrap{
    background:#fff;
    border-bottom:1px solid #e8e8e8;
  }

  .mp-mainbar{
    background:#2f3943;
    border-bottom:1px solid #df6b16;
  }

  .mp-mainbar__inner{
    grid-template-columns:40px minmax(0,1fr) 48px;
    gap:4px;
    min-height:60px;
    padding:7px 0;
    align-items:center;
  }

  .mp-mobile-menu-btn{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border:0;
    background:transparent;
    color:#fff;
    padding:0;
  }

  .mp-mobile-menu-btn i{
    font-size:20px;
    line-height:1;
  }

  .mp-brand{
    justify-content:center;
    align-items:center;
    min-width:0;
    overflow:hidden;
    padding:0 2px;
  }

  .mp-brand__img{
    display:block;
    width:auto;
    max-width:122px;
    height:27px;
    max-height:27px;
    object-fit:contain;
    object-position:center;
    margin:0 auto;
  }

  .mp-search{
    display:none;
  }

  .mp-mobile-search{
    display:none;
  }

  .mp-actions{
    justify-content:flex-end;
    align-items:center;
    gap:0;
    flex-wrap:nowrap;
  }

  .mp-action{
    min-width:40px;
    width:40px;
    height:40px;
    gap:0;
    justify-content:center;
  }

  .mp-action__label{
    display:none;
  }

  .mp-action__icon{
    width:auto;
    height:auto;
    font-size:18px;
    border:none;
    background:transparent;
    color:#f57c18;
    line-height:1;
  }

  .mp-cart-badge{
    top:3px;
    right:1px;
    min-width:15px;
    height:15px;
    font-size:8px;
    padding:0 3px;
  }

  .mp-action:nth-child(1),
  .mp-action:nth-child(2),
  .mp-action:nth-child(4){
    display:none;
  }

  .mp-nav{
    display:none;
  }

  .mp-all-products-wrap{
    display:none;
  }
}

@media (max-width:420px){
  .mp-mainbar__inner{
    grid-template-columns:40px minmax(0,1fr) 48px;
    gap:4px;
    min-height:60px;
    padding:7px 0;
  }

  .mp-mobile-menu-btn{
    width:40px;
    height:40px;
  }

  .mp-mobile-menu-btn i{
    font-size:20px;
  }

  .mp-brand__img{
    max-width:122px;
    height:27px;
    max-height:27px;
  }

  .mp-action{
    min-width:40px;
    width:40px;
    height:40px;
  }

  .mp-action__icon{
    font-size:18px;
  }

  .mp-cart-badge{
    top:3px;
    right:1px;
  }
}

@media (min-width:992px){
  .mp-mobile-volet{
    display:none !important;
  }
}
/* =========================================================
   VERROUILLAGE HEADER MOBILE
   Corrige les pages catalogue / listing qui écrasent le header
   À placer tout en bas du style du header
   ========================================================= */
@media (max-width:991.98px){
  .mp-header-wrap .mp-mainbar{
    background:#2f3943 !important;
    border-bottom:1px solid #df6b16 !important;
  }

  .mp-header-wrap .mp-mainbar__inner{
    display:grid !important;
    grid-template-columns:40px minmax(0,1fr) 48px !important;
    gap:4px !important;
    min-height:60px !important;
    padding:7px 0 !important;
    align-items:center !important;
  }

  .mp-header-wrap .mp-mobile-menu-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:40px !important;
    height:40px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    color:#fff !important;
    flex:none !important;
  }

  .mp-header-wrap .mp-mobile-menu-btn i{
    font-size:20px !important;
    line-height:1 !important;
  }

  .mp-header-wrap .mp-brand{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:0 !important;
    width:100% !important;
    overflow:hidden !important;
    padding:0 2px !important;
    margin:0 !important;
  }

  .mp-header-wrap .mp-brand__img{
    display:block !important;
    width:auto !important;
    max-width:122px !important;
    height:27px !important;
    max-height:27px !important;
    min-height:27px !important;
    object-fit:contain !important;
    object-position:center !important;
    margin:0 auto !important;
    transform:none !important;
  }

  .mp-header-wrap .mp-search,
  .mp-header-wrap .mp-mobile-search,
  .mp-header-wrap .mp-nav,
  .mp-header-wrap .mp-all-products-wrap{
    display:none !important;
  }

  .mp-header-wrap .mp-actions{
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
    gap:0 !important;
    flex-wrap:nowrap !important;
    margin:0 !important;
  }

  .mp-header-wrap .mp-action{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:40px !important;
    width:40px !important;
    height:40px !important;
    margin:0 !important;
    padding:0 !important;
    gap:0 !important;
    flex:none !important;
  }

  .mp-header-wrap .mp-action__label{
    display:none !important;
  }

  .mp-header-wrap .mp-action__icon{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    height:auto !important;
    font-size:18px !important;
    line-height:1 !important;
    border:none !important;
    background:transparent !important;
    color:#f57c18 !important;
    box-shadow:none !important;
    padding:0 !important;
    margin:0 !important;
  }

  .mp-header-wrap .mp-cart-badge{
    top:3px !important;
    right:1px !important;
    min-width:15px !important;
    height:15px !important;
    font-size:8px !important;
    padding:0 3px !important;
  }

  .mp-header-wrap .mp-action:nth-child(1),
  .mp-header-wrap .mp-action:nth-child(2),
  .mp-header-wrap .mp-action:nth-child(4){
    display:none !important;
  }

  .mp-mobile-volet .mp-mobile-volet__head{
    display:grid !important;
    grid-template-columns:40px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:6px !important;
    min-height:68px !important;
    padding:10px 10px !important;
    background:#2f3943 !important;
    border-bottom:1px solid #df6b16 !important;
  }

  .mp-mobile-volet .mp-mobile-volet__logo{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:0 !important;
    padding:0 2px !important;
  }

  .mp-mobile-volet .mp-mobile-volet__logo img{
    display:block !important;
    width:auto !important;
    max-width:142px !important;
    height:34px !important;
    max-height:34px !important;
    object-fit:contain !important;
    object-position:center !important;
    margin:0 auto !important;
  }

  .mp-mobile-volet .mp-mobile-volet__back,
  .mp-mobile-volet .mp-mobile-volet__close{
    width:40px !important;
    height:40px !important;
    font-size:19px !important;
  }

  .mp-mobile-volet .mp-mobile-volet__icons{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
  }

  .mp-mobile-volet .mp-mobile-volet__icons a{
    font-size:19px !important;
    line-height:1 !important;
  }
}

@media (max-width:420px){
  .mp-header-wrap .mp-brand__img{
    max-width:122px !important;
    height:27px !important;
    max-height:27px !important;
  }

  .mp-mobile-volet .mp-mobile-volet__logo img{
    max-width:142px !important;
    height:34px !important;
    max-height:34px !important;
  }
}
/* =========================
   USER MENU PREMIUM 2026
   ========================= */
.mp-user-premium{
  position:relative;
  display:flex;
  align-items:center;
  z-index:2200;
}

.mp-user-premium__btn{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  max-width:260px;
  padding:7px 12px 7px 7px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.04));
  color:#fff;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}

.mp-user-premium__btn:hover{
  border-color:rgba(245,124,24,.55);
  background:rgba(255,255,255,.10);
}

.mp-user-premium__avatar{
  width:38px;
  height:38px;
  border-radius:50%;
  background:linear-gradient(135deg,#f57c18,#ff9f43);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  font-size:15px;
  box-shadow:0 8px 20px rgba(245,124,24,.28);
  flex:0 0 auto;
}

.mp-user-premium__avatar.big{
  width:52px;
  height:52px;
  font-size:21px;
}

.mp-user-premium__content{
  display:flex;
  flex-direction:column;
  min-width:0;
  text-align:left;
  line-height:1.1;
}

.mp-user-premium__content span{
  font-size:10px;
  font-weight:800;
  opacity:.72;
  text-transform:uppercase;
}

.mp-user-premium__content strong{
  font-size:12px;
  font-weight:950;
  max-width:155px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.mp-user-premium__dropdown{
  position:absolute;
  top:calc(100% + 14px);
  right:0;
  width:340px;
  background:#fff;
  color:#111827;
  border:1px solid #e5e7eb;
  border-radius:22px;
  box-shadow:0 30px 90px rgba(15,23,42,.28);
  padding:12px;
  display:none;
}

.mp-user-premium__dropdown.open{
  display:block;
}

.mp-user-premium__dropdown:before{
  content:"";
  position:absolute;
  top:-8px;
  right:34px;
  width:16px;
  height:16px;
  background:#fff;
  transform:rotate(45deg);
  border-left:1px solid #e5e7eb;
  border-top:1px solid #e5e7eb;
}

.mp-user-premium__head{
  display:flex;
  gap:13px;
  align-items:center;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(135deg,#f8fafc,#eef2f7);
  margin-bottom:10px;
}

.mp-user-premium__head strong{
  display:block;
  font-size:15px;
  font-weight:950;
  color:#0f172a;
}

.mp-user-premium__head small{
  display:block;
  font-size:12px;
  color:#64748b;
  margin-top:3px;
  word-break:break-all;
}

.mp-user-premium__head em{
  display:inline-flex;
  margin-top:7px;
  padding:5px 9px;
  border-radius:999px;
  background:#ecfdf5;
  color:#067647;
  font-size:11px;
  font-style:normal;
  font-weight:900;
}

.mp-user-premium__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:10px;
}

.mp-user-premium__grid a{
  min-height:76px;
  padding:13px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  text-decoration:none;
  color:#111827;
  background:#fff;
  display:flex;
  flex-direction:column;
  gap:8px;
  font-weight:900;
  transition:.18s ease;
}

.mp-user-premium__grid a i{
  font-size:20px;
  color:#f57c18;
}

.mp-user-premium__grid a:hover{
  border-color:#f57c18;
  background:#fff7ed;
  transform:translateY(-2px);
}

.mp-user-premium__footer{
  border-top:1px solid #e5e7eb;
  padding-top:8px;
  display:grid;
  gap:6px;
}

.mp-user-premium__footer a{
  min-height:42px;
  padding:0 12px;
  border-radius:13px;
  text-decoration:none;
  color:#111827;
  font-weight:900;
  display:flex;
  align-items:center;
  gap:9px;
}

.mp-user-premium__footer a:hover{
  background:#f8fafc;
}

.mp-user-premium__footer a.logout{
  color:#b91c1c;
}

.mp-user-premium__footer a.logout:hover{
  background:#fff1f2;
}

/* Mobile */
@media(max-width:991.98px){
  .mp-user-premium__content,
  .mp-user-premium__btn > i{
    display:none;
  }

  .mp-user-premium__btn{
    min-height:40px;
    padding:0;
    background:transparent;
    border:0;
    box-shadow:none;
  }

  .mp-user-premium__avatar{
    width:32px;
    height:32px;
    font-size:13px;
  }

  .mp-user-premium__dropdown{
    position:fixed;
    top:70px;
    right:10px;
    left:10px;
    width:auto;
    max-width:none;
  }
}
/* FIX PRIORITÉ HEADER - empêche les pages internes d'écraser les actions */
.mp-header-wrap .mp-actions{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:flex-end !important;
  gap:18px !important;
  flex-wrap:wrap !important;
}

.mp-header-wrap .mp-action{
  min-width:72px !important;
  width:auto !important;
  height:auto !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-decoration:none !important;
  color:#fff !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:8px !important;
  text-align:center !important;
  position:relative !important;
}

.mp-header-wrap .mp-action__icon{
  width:auto !important;
  height:auto !important;
  border:none !important;
  background:transparent !important;
  font-size:34px !important;
  color:#f57c18 !important;
  box-shadow:none !important;
}

.mp-header-wrap .mp-action__label{
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  color:#fff !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
}
.mp-header-wrap .mp-action-account{
  min-width:72px !important;
}

.mp-header-wrap .mp-mini-avatar{
  width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#f57c18;
  color:#fff;
  font-size:14px;
  font-weight:900;
  box-shadow:0 6px 16px rgba(245,124,24,.28);
}