/* =========================================================
   SAVON PETIT PARIS — HEADER PREMIUM 2026
   Elementor = markup uniquement / CSS et JS dans le child.
========================================================= */

.vvvdesigner-spp-header,
.vvvdesigner-spp-header *{
  box-sizing:border-box;
}

.vvvdesigner-spp-header{
  --vvv-spp-header-pink:#fbc7b7;
  --vvv-spp-header-pink-deep:#eab7a7;
  --vvv-spp-header-cream:#fff8f5;
  --vvv-spp-header-black:#11100f;
  --vvv-spp-header-ink:#1c1715;
  --vvv-spp-header-muted:#846f68;
  --vvv-spp-header-line:rgba(27,19,16,.10);
  --vvv-spp-header-shell:1480px;
  position:relative;
  z-index:2147483000;
  width:100%;
  color:var(--vvv-spp-header-ink);
  font-family:'Mulish',sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.vvvdesigner-spp-header a,
.vvvdesigner-spp-header button,
.vvvdesigner-spp-header input{
  font:inherit;
}

.vvvdesigner-spp-header a{
  color:inherit;
  text-decoration:none;
}

.vvvdesigner-spp-header button{
  border:0;
  background:none;
  color:inherit;
  cursor:pointer;
}

.vvvdesigner-spp-header svg{
  display:block;
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vvvdesigner-spp-header-shell{
  width:min(calc(100% - 48px),var(--vvv-spp-header-shell));
  margin:0 auto;
}

/* ---------- Announcement ---------- */
.vvvdesigner-spp-header-announcement{
  position:relative;
  z-index:3;
  min-height:32px;
  background:var(--vvv-spp-header-black);
  color:#fff;
  overflow:hidden;
}

.vvvdesigner-spp-header-announcement::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% -80%,rgba(251,199,183,.55),transparent 36%),
    radial-gradient(circle at 83% 180%,rgba(251,199,183,.27),transparent 28%);
}

.vvvdesigner-spp-header-announcement-inner{
  position:relative;
  min-height:32px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
  padding:6px 0;
}

.vvvdesigner-spp-header-announcement-socials,
.vvvdesigner-spp-header-announcement-place{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
}

.vvvdesigner-spp-header-announcement-place{
  justify-content:flex-end;
}

.vvvdesigner-spp-header-announcement-social{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}

.vvvdesigner-spp-header-announcement-social svg{
  width:12px;
  height:12px;
  fill:currentColor;
  stroke:none;
}

.vvvdesigner-spp-header-announcement-social:hover{
  background:var(--vvv-spp-header-pink);
  border-color:var(--vvv-spp-header-pink);
  color:#111;
  transform:translateY(-1px);
}

.vvvdesigner-spp-header-announcement-message{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:0;
  font-size:11px;
  font-weight:800;
  letter-spacing:.02em;
  text-align:center;
}

.vvvdesigner-spp-header-announcement-dot{
  width:5px;
  height:5px;
  flex:0 0 5px;
  border-radius:50%;
  background:var(--vvv-spp-header-pink);
  box-shadow:0 0 0 5px rgba(251,199,183,.12);
}

.vvvdesigner-spp-header-announcement-close{
  position:absolute;
  top:50%;
  right:12px;
  width:26px;
  height:26px;
  display:none;
  place-items:center;
  transform:translateY(-50%);
  color:#fff;
  opacity:.7;
}

.vvvdesigner-spp-header-announcement-close::before,
.vvvdesigner-spp-header-announcement-close::after{
  content:"";
  position:absolute;
  width:12px;
  height:1px;
  background:currentColor;
}

.vvvdesigner-spp-header-announcement-close::before{transform:rotate(45deg)}
.vvvdesigner-spp-header-announcement-close::after{transform:rotate(-45deg)}

.vvvdesigner-spp-header-announcement.is-hidden{
  display:none;
}

/* ---------- Sticky main bar ---------- */
.vvvdesigner-spp-header-sticky{
  position:sticky;
  top:0;
  z-index:8;
  width:100%;
  background:rgba(255,253,252,.93);
  border-bottom:1px solid rgba(27,19,16,.07);
  box-shadow:0 8px 28px rgba(41,24,18,.04);
  backdrop-filter:blur(22px) saturate(145%);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
  transition:box-shadow .35s ease,background .35s ease,border-color .35s ease,transform .28s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}

.vvvdesigner-spp-header-sticky-placeholder{
  display:block;
  width:100%;
  height:0;
  pointer-events:none;
}

.vvvdesigner-spp-header-sticky.is-fixed{
  position:fixed;
  left:0;
  right:0;
  width:100%;
}

.vvvdesigner-spp-header-sticky.is-fixed.is-hidden-by-scroll{
  transform:translate3d(0,calc(-100% - 2px),0);
}

.vvvdesigner-spp-header-sticky.is-fixed.is-visible-by-scroll{
  transform:translate3d(0,0,0);
}

.vvvdesigner-spp-header.is-scrolled .vvvdesigner-spp-header-sticky{
  background:rgba(255,253,252,.975);
  border-color:rgba(27,19,16,.10);
  box-shadow:0 16px 46px rgba(41,24,18,.11);
}

body.admin-bar .vvvdesigner-spp-header-sticky{
  top:32px;
}

.vvvdesigner-spp-header-main{
  min-height:86px;
  display:grid;
  grid-template-columns:minmax(174px,220px) minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  transition:min-height .35s ease;
}

.vvvdesigner-spp-header.is-scrolled .vvvdesigner-spp-header-main{
  min-height:72px;
}

.vvvdesigner-spp-header-logo{
  display:flex;
  align-items:center;
  width:190px;
  max-width:100%;
  outline:none;
}

.vvvdesigner-spp-header-logo img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}

.vvvdesigner-spp-header-logo:focus-visible,
.vvvdesigner-spp-header-nav-link:focus-visible,
.vvvdesigner-spp-header-action:focus-visible,
.vvvdesigner-spp-header-menu-toggle:focus-visible{
  outline:3px solid rgba(251,199,183,.72);
  outline-offset:3px;
}

/* ---------- Desktop navigation ---------- */
.vvvdesigner-spp-header-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-width:0;
}

.vvvdesigner-spp-header-nav-item{
  position:relative;
  display:flex;
  align-items:center;
}

.vvvdesigner-spp-header-nav-link{
  position:relative;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 13px;
  border-radius:999px;
  color:#211b18;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  transition:background .25s ease,color .25s ease,transform .25s ease;
}

.vvvdesigner-spp-header-nav-link::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:6px;
  height:1.5px;
  background:var(--vvv-spp-header-pink-deep);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .25s ease;
}

.vvvdesigner-spp-header-nav-link:hover,
.vvvdesigner-spp-header-nav-link.is-active{
  background:rgba(251,199,183,.18);
}

.vvvdesigner-spp-header-nav-link:hover::after,
.vvvdesigner-spp-header-nav-link.is-active::after{
  transform:scaleX(1);
}

.vvvdesigner-spp-header-nav-link--featured{
  background:var(--vvv-spp-header-pink);
  box-shadow:inset 0 0 0 1px rgba(17,17,17,.04);
}

.vvvdesigner-spp-header-nav-link--featured:hover{
  background:#111;
  color:#fff;
  transform:translateY(-1px);
}

.vvvdesigner-spp-header-nav-caret{
  position:relative;
  width:10px;
  height:10px;
  transition:transform .25s ease;
}

.vvvdesigner-spp-header-nav-caret::before,
.vvvdesigner-spp-header-nav-caret::after{
  content:"";
  position:absolute;
  top:4px;
  width:6px;
  height:1.5px;
  border-radius:2px;
  background:currentColor;
}

.vvvdesigner-spp-header-nav-caret::before{
  left:0;
  transform:rotate(42deg);
}

.vvvdesigner-spp-header-nav-caret::after{
  right:0;
  transform:rotate(-42deg);
}

.vvvdesigner-spp-header-nav-link[aria-expanded="true"] .vvvdesigner-spp-header-nav-caret{
  transform:rotate(180deg);
}

/* ---------- Header actions ---------- */
.vvvdesigner-spp-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}

.vvvdesigner-spp-header-action{
  position:relative;
  height:44px;
  min-width:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 12px;
  border:1px solid var(--vvv-spp-header-line)!important;
  border-radius:999px;
  background:#fff!important;
  color:#171310!important;
  box-shadow:0 8px 24px rgba(42,24,18,.05);
  transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.vvvdesigner-spp-header-action:hover{
  transform:translateY(-2px);
  background:var(--vvv-spp-header-cream)!important;
  border-color:rgba(234,183,167,.72)!important;
  box-shadow:0 12px 28px rgba(42,24,18,.10);
}

.vvvdesigner-spp-header-action-icon{
  width:19px;
  height:19px;
  flex:0 0 19px;
}

.vvvdesigner-spp-header-account{
  max-width:170px;
  padding-right:15px;
}

.vvvdesigner-spp-header-account.is-connected{
  background:linear-gradient(135deg,#fff,#fff2ed)!important;
  border-color:rgba(234,183,167,.48)!important;
}

.vvvdesigner-spp-header-account-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  line-height:1.05;
}

.vvvdesigner-spp-header-account-copy small{
  margin-bottom:3px;
  color:#a37668;
  font-size:7px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.vvvdesigner-spp-header-account-copy strong{
  max-width:94px;
  overflow:hidden;
  color:#171310;
  font-size:10px;
  font-weight:900;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.vvvdesigner-spp-header-cart-count{
  position:absolute;
  top:-5px;
  right:-4px;
  z-index:2;
  min-width:19px;
  height:19px;
  display:none;
  place-items:center;
  padding:0 5px;
  border:2px solid #fff;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:9px;
  font-weight:900;
  line-height:1;
  box-shadow:0 5px 12px rgba(0,0,0,.18);
}

.vvvdesigner-spp-header-cart-count.is-visible{
  display:grid;
}

.vvvdesigner-spp-header-menu-toggle{
  width:46px;
  height:46px;
  display:none;
  place-items:center;
  padding:0!important;
  border:1px solid rgba(17,17,17,.09)!important;
  border-radius:50%;
  background:#111!important;
  color:#fff!important;
  box-shadow:0 10px 26px rgba(0,0,0,.15);
}

.vvvdesigner-spp-header-menu-lines{
  position:relative;
  width:19px;
  height:14px;
}

.vvvdesigner-spp-header-menu-lines::before,
.vvvdesigner-spp-header-menu-lines::after,
.vvvdesigner-spp-header-menu-lines span{
  content:"";
  position:absolute;
  left:0;
  width:19px;
  height:1.7px;
  border-radius:99px;
  background:currentColor;
  transition:transform .3s ease,top .3s ease,opacity .2s ease,width .3s ease;
}

.vvvdesigner-spp-header-menu-lines::before{top:0}
.vvvdesigner-spp-header-menu-lines span{top:6px;width:13px;right:0;left:auto}
.vvvdesigner-spp-header-menu-lines::after{top:12px}

.vvvdesigner-spp-header-menu-toggle[aria-expanded="true"] .vvvdesigner-spp-header-menu-lines::before{
  top:6px;
  transform:rotate(45deg);
}

.vvvdesigner-spp-header-menu-toggle[aria-expanded="true"] .vvvdesigner-spp-header-menu-lines span{
  opacity:0;
}

.vvvdesigner-spp-header-menu-toggle[aria-expanded="true"] .vvvdesigner-spp-header-menu-lines::after{
  top:6px;
  transform:rotate(-45deg);
}

/* ---------- Search panel ---------- */
.vvvdesigner-spp-header-search-panel{
  position:absolute;
  left:0;
  right:0;
  top:100%;
  z-index:15;
  padding:18px 0 22px;
  border-top:1px solid rgba(27,19,16,.06);
  border-bottom:1px solid rgba(27,19,16,.08);
  background:rgba(255,253,252,.985);
  box-shadow:0 24px 48px rgba(42,24,18,.12);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.vvvdesigner-spp-header-search-panel[hidden]{display:none!important}

.vvvdesigner-spp-header-search-form{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  width:min(860px,100%);
  margin:0 auto;
}

.vvvdesigner-spp-header-search-field{
  position:relative;
  flex:1 1 auto;
}

.vvvdesigner-spp-header-search-field input{
  width:100%;
  height:58px;
  padding:0 62px 0 22px;
  border:1px solid rgba(17,17,17,.11);
  border-radius:20px;
  outline:none;
  background:#fff;
  color:#171310;
  font-size:16px;
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 28px rgba(42,24,18,.06);
  transition:border-color .25s ease,box-shadow .25s ease;
}

.vvvdesigner-spp-header-search-field input:focus{
  border-color:var(--vvv-spp-header-pink-deep);
  box-shadow:0 0 0 4px rgba(251,199,183,.20),0 12px 28px rgba(42,24,18,.08);
}

.vvvdesigner-spp-header-search-submit{
  position:absolute;
  top:7px;
  right:7px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#111!important;
  color:#fff!important;
}

.vvvdesigner-spp-header-search-submit svg{
  width:18px;
  height:18px;
}

.vvvdesigner-spp-header-search-hint{
  flex:0 0 auto;
  color:#8f7770;
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
}

/* ---------- Desktop mega menu ---------- */
.vvvdesigner-spp-header-mega{
  position:absolute;
  left:50%;
  top:calc(100% + 14px);
  z-index:20;
  width:min(1040px,calc(100vw - 56px));
  transform:translateX(-50%);
  padding:8px;
  border:1px solid rgba(17,17,17,.09);
  border-radius:28px;
  background:rgba(255,253,252,.985);
  box-shadow:0 30px 80px rgba(37,22,17,.18);
  backdrop-filter:blur(20px) saturate(140%);
  -webkit-backdrop-filter:blur(20px) saturate(140%);
}

.vvvdesigner-spp-header-mega[hidden]{display:none!important}

.vvvdesigner-spp-header-mega::before{
  content:"";
  position:absolute;
  top:-7px;
  left:50%;
  width:14px;
  height:14px;
  border-left:1px solid rgba(17,17,17,.09);
  border-top:1px solid rgba(17,17,17,.09);
  background:#fffdfc;
  transform:translateX(-50%) rotate(45deg);
}

.vvvdesigner-spp-header-mega-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);
  gap:8px;
}

.vvvdesigner-spp-header-mega-links{
  padding:28px;
}

.vvvdesigner-spp-header-mega-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}

.vvvdesigner-spp-header-mega-kicker{
  display:block;
  margin-bottom:5px;
  color:#a27568;
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.vvvdesigner-spp-header-mega-heading h2{
  margin:0;
  color:#171310;
  font-size:28px;
  font-weight:900;
  letter-spacing:-.05em;
}

.vvvdesigner-spp-header-mega-all{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#171310;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.vvvdesigner-spp-header-mega-all svg{
  width:14px;
  height:14px;
}

.vvvdesigner-spp-header-mega-columns{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}

.vvvdesigner-spp-header-mega-column h3{
  margin:0 0 10px;
  padding-bottom:9px;
  border-bottom:1px solid rgba(17,17,17,.08);
  color:#a27568;
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.vvvdesigner-spp-header-mega-column a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:31px;
  padding:3px 0 3px 13px;
  color:#2b2320;
  font-size:11px;
  font-weight:750;
  line-height:1.25;
  transition:color .2s ease,transform .2s ease;
}

.vvvdesigner-spp-header-mega-column a::before{
  content:"";
  position:absolute;
  left:0;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--vvv-spp-header-pink);
  transition:transform .2s ease,background .2s ease;
}

.vvvdesigner-spp-header-mega-column a:hover{
  color:#000;
  transform:translateX(3px);
}

.vvvdesigner-spp-header-mega-column a:hover::before{
  background:#111;
  transform:scale(1.25);
}

.vvvdesigner-spp-header-mega-visual{
  position:relative;
  min-height:350px;
  display:flex;
  flex-direction:column;
  gap:0;
  padding:8px;
  overflow:hidden;
  border-radius:22px;
  background:
    radial-gradient(circle at 82% 18%,rgba(251,199,183,.18),transparent 34%),
    linear-gradient(145deg,#181311 0%,#0d0b0a 100%);
  isolation:isolate;
}

.vvvdesigner-spp-header-mega-visual img{
  position:relative;
  inset:auto;
  z-index:1;
  display:block;
  flex:0 0 auto;
  width:100%;
  height:auto;
  aspect-ratio:1200 / 700;
  object-fit:contain;
  object-position:center;
  border-radius:16px;
  background:#f7eee9;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}

.vvvdesigner-spp-header-mega-visual::before{
  content:"";
  position:absolute;
  inset:8px;
  z-index:0;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;
}

.vvvdesigner-spp-header-mega-visual-copy{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  z-index:2;
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  padding:18px 14px 14px;
  color:#fff;
}

.vvvdesigner-spp-header-mega-visual-copy span{
  display:inline-flex;
  margin-bottom:9px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.11);
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}

.vvvdesigner-spp-header-mega-visual-copy strong{
  display:block;
  margin-bottom:14px;
  font-size:24px;
  font-weight:900;
  letter-spacing:-.04em;
  line-height:1.03;
}

.vvvdesigner-spp-header-mega-visual-copy a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:var(--vvv-spp-header-pink);
  color:#111;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
}

.vvvdesigner-spp-header-mega-visual-copy a svg{
  width:13px;
  height:13px;
}

/* ---------- Promo rail ---------- */
.vvvdesigner-spp-header-rail{
  border-top:1px solid rgba(17,17,17,.05);
  background:#fff;
}

.vvvdesigner-spp-header-rail-inner{
  min-height:31px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  overflow:hidden;
  color:#76625c;
  font-size:8px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  white-space:nowrap;
}

.vvvdesigner-spp-header-rail-item{
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.vvvdesigner-spp-header-rail-item::before{
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--vvv-spp-header-pink-deep);
}

/* =========================================================
   MOBILE DRAWER
========================================================= */
.vvvdesigner-spp-header-mobile-drawer{
  --vvv-spp-header-pink:#fbc7b7;
  --vvv-spp-header-pink-deep:#eab7a7;
  --vvv-spp-header-cream:#fff8f5;
  --vvv-spp-header-black:#11100f;
  --vvv-spp-header-ink:#1c1715;
  font-family:'Mulish',sans-serif;
  position:fixed;
  inset:0;
  z-index:2147483200;
  width:100%;
  height:100dvh;
  overflow:hidden;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  background:#11100f;
  color:#fff;
}

.vvvdesigner-spp-header-mobile-drawer[aria-hidden="false"]{
  visibility:visible;
  opacity:1;
  pointer-events:auto;
}

.vvvdesigner-spp-header-mobile-backdrop{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
}

.vvvdesigner-spp-header-mobile-backdrop::before,
.vvvdesigner-spp-header-mobile-backdrop::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter:blur(10px);
}

.vvvdesigner-spp-header-mobile-backdrop::before{
  width:360px;
  height:360px;
  top:-190px;
  right:-130px;
  background:radial-gradient(circle,rgba(251,199,183,.32),transparent 67%);
}

.vvvdesigner-spp-header-mobile-backdrop::after{
  width:320px;
  height:320px;
  bottom:-190px;
  left:-170px;
  background:radial-gradient(circle,rgba(251,199,183,.17),transparent 67%);
}

.vvvdesigner-spp-header-mobile-shell{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.vvvdesigner-spp-header-mobile-top{
  flex:0 0 auto;
  min-height:76px;
  display:grid;
  grid-template-columns:44px 1fr 44px;
  align-items:center;
  gap:12px;
  padding:calc(10px + env(safe-area-inset-top,0px)) 18px 10px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:rgba(17,16,15,.80);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

body.admin-bar .vvvdesigner-spp-header-mobile-top{
  padding-top:calc(10px + env(safe-area-inset-top,0px));
}

.vvvdesigner-spp-header-mobile-close{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:50%;
  color:#fff!important;
}

.vvvdesigner-spp-header-mobile-close-icon{
  position:relative;
  width:17px;
  height:17px;
}

.vvvdesigner-spp-header-mobile-close-icon::before,
.vvvdesigner-spp-header-mobile-close-icon::after{
  content:"";
  position:absolute;
  top:8px;
  left:0;
  width:17px;
  height:1.5px;
  background:currentColor;
}

.vvvdesigner-spp-header-mobile-close-icon::before{transform:rotate(45deg)}
.vvvdesigner-spp-header-mobile-close-icon::after{transform:rotate(-45deg)}

.vvvdesigner-spp-header-mobile-logo{
  justify-self:center;
  width:136px;
}

.vvvdesigner-spp-header-mobile-logo img{
  display:block;
  width:100%;
  height:auto;
}

.vvvdesigner-spp-header-mobile-cart{
  position:relative;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  color:#fff;
}

.vvvdesigner-spp-header-mobile-cart svg{
  width:18px;
  height:18px;
}

.vvvdesigner-spp-header-mobile-cart .vvvdesigner-spp-header-cart-count{
  top:-5px;
  right:-5px;
  border-color:#11100f;
  background:var(--vvv-spp-header-pink);
  color:#111;
}

.vvvdesigner-spp-header-mobile-scroll{
  flex:1 1 auto;
  min-height:0;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior-y:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  padding:20px 18px calc(28px + env(safe-area-inset-bottom,0px));
}

.vvvdesigner-spp-header-mobile-scroll::-webkit-scrollbar{
  display:none;
}

.vvvdesigner-spp-header-mobile-intro{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:4px 0 18px;
}

.vvvdesigner-spp-header-mobile-kicker{
  display:block;
  margin-bottom:5px;
  color:var(--vvv-spp-header-pink);
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.vvvdesigner-spp-header-mobile-intro h2{
  margin:0;
  color:#fff;
  font-size:clamp(31px,9vw,42px);
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.94;
}

.vvvdesigner-spp-header-mobile-intro-mark{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  background:rgba(255,255,255,.05);
  color:var(--vvv-spp-header-pink);
}

.vvvdesigner-spp-header-mobile-intro-mark svg{
  width:18px;
  height:18px;
}

.vvvdesigner-spp-header-mobile-search{
  position:relative;
  display:grid;
  grid-template-columns:20px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:58px;
  margin-bottom:18px;
  padding:6px 6px 6px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:19px;
  background:rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:border-color .22s ease,background .22s ease,box-shadow .22s ease;
}

.vvvdesigner-spp-header-mobile-search:focus-within{
  border-color:rgba(251,199,183,.72);
  background:rgba(255,255,255,.095);
  box-shadow:0 0 0 3px rgba(251,199,183,.08);
}

.vvvdesigner-spp-header-mobile-search-icon{
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  color:var(--vvv-spp-header-pink);
}

.vvvdesigner-spp-header-mobile-search-icon svg{
  width:18px;
  height:18px;
}

.vvvdesigner-spp-header-mobile-search input{
  width:100%;
  min-width:0;
  height:44px;
  padding:0;
  border:0!important;
  border-radius:0;
  outline:none!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff;
  font-size:14px;
  font-weight:750;
}

.vvvdesigner-spp-header-mobile-search input::placeholder{
  color:rgba(255,255,255,.56);
  opacity:1;
}

.vvvdesigner-spp-header-mobile-search button{
  position:static;
  width:auto;
  min-width:105px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 13px!important;
  border-radius:14px;
  background:var(--vvv-spp-header-pink)!important;
  color:#111!important;
  font-size:9px;
  font-weight:950;
  letter-spacing:.05em;
  text-transform:uppercase;
  transition:transform .18s ease,background .18s ease;
}

.vvvdesigner-spp-header-mobile-search button svg{
  width:13px;
  height:13px;
  flex:0 0 13px;
}

.vvvdesigner-spp-header-mobile-quick{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:18px;
}

.vvvdesigner-spp-header-mobile-quick-link{
  position:relative;
  min-height:76px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:13px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:19px;
  background:rgba(255,255,255,.055);
}

.vvvdesigner-spp-header-mobile-quick-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:var(--vvv-spp-header-pink);
  color:#111;
}

.vvvdesigner-spp-header-mobile-quick-icon svg{
  width:18px;
  height:18px;
}

.vvvdesigner-spp-header-mobile-quick-copy{
  min-width:0;
}

.vvvdesigner-spp-header-mobile-quick-copy small{
  display:block;
  margin-bottom:3px;
  color:rgba(255,255,255,.48);
  font-size:7px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.vvvdesigner-spp-header-mobile-quick-copy strong{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:11px;
  font-weight:900;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* ---------- Mobile menu rows ---------- */
.vvvdesigner-menu-spp-mobile{
  display:flex;
  flex-direction:column;
  border-top:1px solid rgba(255,255,255,.10);
}

.vvvdesigner-menu-spp-mobile-item{
  border-bottom:1px solid rgba(255,255,255,.10);
}

.vvvdesigner-menu-spp-mobile-link,
.vvvdesigner-menu-spp-mobile-shop-toggle{
  width:100%;
  min-height:62px;
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 4px!important;
  color:#fff!important;
  text-align:left;
  font-size:17px!important;
  font-weight:850!important;
  letter-spacing:-.02em;
}

.vvvdesigner-menu-spp-mobile-link-number{
  flex:0 0 26px;
  color:rgba(251,199,183,.72);
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}

.vvvdesigner-menu-spp-mobile-link-label{
  flex:1 1 auto;
}

.vvvdesigner-menu-spp-mobile-arrow{
  position:relative;
  width:18px;
  height:18px;
  flex:0 0 18px;
}

.vvvdesigner-menu-spp-mobile-arrow::before{
  content:"";
  position:absolute;
  top:8px;
  left:2px;
  width:12px;
  height:1.5px;
  background:currentColor;
}

.vvvdesigner-menu-spp-mobile-arrow::after{
  content:"";
  position:absolute;
  top:5px;
  right:2px;
  width:7px;
  height:7px;
  border-top:1.5px solid currentColor;
  border-right:1.5px solid currentColor;
  transform:rotate(45deg);
}

.vvvdesigner-menu-spp-mobile-shop-toggle .vvvdesigner-menu-spp-mobile-arrow::before{
  top:8px;
  left:3px;
  width:12px;
}

.vvvdesigner-menu-spp-mobile-shop-toggle .vvvdesigner-menu-spp-mobile-arrow::after{
  top:5px;
  right:3px;
  width:7px;
  height:7px;
  border-top:1.5px solid currentColor;
  border-right:1.5px solid currentColor;
  transform:rotate(135deg);
  transition:transform .28s ease,top .28s ease;
}

.vvvdesigner-menu-spp-mobile-shop-toggle[aria-expanded="true"] .vvvdesigner-menu-spp-mobile-arrow::after{
  top:7px;
  transform:rotate(-45deg);
}

.vvvdesigner-menu-spp-mobile-shop-panel[hidden]{display:none!important}

.vvvdesigner-menu-spp-mobile-shop-panel{
  padding:0 0 18px 30px;
}

.vvvdesigner-menu-spp-mobile-shop-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
}

.vvvdesigner-menu-spp-mobile-shop-grid a{
  min-height:42px;
  display:flex;
  align-items:center;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:13px;
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.83);
  font-size:10px;
  font-weight:750;
  line-height:1.25;
}

.vvvdesigner-menu-spp-mobile-shop-grid a:last-child{
  grid-column:1/-1;
  justify-content:center;
  min-height:45px;
  background:var(--vvv-spp-header-pink);
  color:#111;
  font-weight:900;
}

.vvvdesigner-spp-header-mobile-subscription{
  position:relative;
  display:block;
  margin-top:20px;
  padding:20px;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(135deg,#fbc7b7,#f7d9cf);
  color:#111;
}

.vvvdesigner-spp-header-mobile-subscription::after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-45px;
  top:-55px;
  border-radius:50%;
  border:1px solid rgba(17,17,17,.12);
  box-shadow:0 0 0 18px rgba(255,255,255,.13),0 0 0 37px rgba(255,255,255,.08);
}

.vvvdesigner-spp-header-mobile-subscription small{
  position:relative;
  z-index:2;
  display:block;
  margin-bottom:7px;
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.vvvdesigner-spp-header-mobile-subscription strong{
  position:relative;
  z-index:2;
  display:block;
  max-width:230px;
  margin-bottom:13px;
  font-size:19px;
  font-weight:900;
  letter-spacing:-.035em;
  line-height:1.08;
}

.vvvdesigner-spp-header-mobile-subscription span{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.vvvdesigner-spp-header-mobile-subscription span svg{
  width:13px;
  height:13px;
}

.vvvdesigner-spp-header-mobile-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
}

.vvvdesigner-spp-header-mobile-footer-copy{
  color:rgba(255,255,255,.48);
  font-size:8px;
  font-weight:800;
  line-height:1.45;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.vvvdesigner-spp-header-mobile-socials{
  display:flex;
  gap:8px;
}

.vvvdesigner-spp-header-mobile-social{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  color:#fff;
}

.vvvdesigner-spp-header-mobile-social svg{
  width:15px;
  height:15px;
  fill:currentColor;
  stroke:none;
}

/* ---------- Interactions mobile : tactile d'abord ---------- */
.vvvdesigner-spp-header-mobile-drawer a,
.vvvdesigner-spp-header-mobile-drawer button{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}

.vvvdesigner-menu-spp-mobile-link,
.vvvdesigner-menu-spp-mobile-shop-toggle,
.vvvdesigner-menu-spp-mobile-shop-grid a,
.vvvdesigner-spp-header-mobile-quick-link,
.vvvdesigner-spp-header-mobile-social,
.vvvdesigner-spp-header-mobile-close,
.vvvdesigner-spp-header-mobile-cart{
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}

@media (hover:hover) and (pointer:fine){
  .vvvdesigner-menu-spp-mobile-link:hover,
  .vvvdesigner-menu-spp-mobile-shop-toggle:hover{
    background:rgba(251,199,183,.08)!important;
  }

  .vvvdesigner-menu-spp-mobile-link:hover .vvvdesigner-menu-spp-mobile-link-label,
  .vvvdesigner-menu-spp-mobile-shop-toggle:hover .vvvdesigner-menu-spp-mobile-link-label{
    color:var(--vvv-spp-header-pink);
  }

  .vvvdesigner-menu-spp-mobile-link:hover .vvvdesigner-menu-spp-mobile-arrow{
    transform:translateX(3px);
  }

  .vvvdesigner-menu-spp-mobile-shop-grid a:hover,
  .vvvdesigner-spp-header-mobile-quick-link:hover{
    border-color:rgba(251,199,183,.30);
    background:rgba(251,199,183,.10);
  }

  .vvvdesigner-spp-header-mobile-social:hover,
  .vvvdesigner-spp-header-mobile-close:hover,
  .vvvdesigner-spp-header-mobile-cart:hover{
    border-color:rgba(251,199,183,.42);
    background:rgba(251,199,183,.10);
  }
}

@media (hover:none), (pointer:coarse){
  .vvvdesigner-menu-spp-mobile-link:hover,
  .vvvdesigner-menu-spp-mobile-shop-toggle:hover,
  .vvvdesigner-menu-spp-mobile-shop-grid a:hover,
  .vvvdesigner-spp-header-mobile-quick-link:hover,
  .vvvdesigner-spp-header-mobile-social:hover,
  .vvvdesigner-spp-header-mobile-close:hover,
  .vvvdesigner-spp-header-mobile-cart:hover{
    transform:none!important;
  }

  .vvvdesigner-menu-spp-mobile-link:active,
  .vvvdesigner-menu-spp-mobile-shop-toggle:active{
    background:rgba(251,199,183,.10)!important;
  }

  .vvvdesigner-menu-spp-mobile-shop-grid a:active,
  .vvvdesigner-spp-header-mobile-quick-link:active,
  .vvvdesigner-spp-header-mobile-social:active,
  .vvvdesigner-spp-header-mobile-close:active,
  .vvvdesigner-spp-header-mobile-cart:active{
    transform:scale(.985)!important;
  }
}

.vvvdesigner-menu-spp-mobile-link:focus-visible,
.vvvdesigner-menu-spp-mobile-shop-toggle:focus-visible,
.vvvdesigner-menu-spp-mobile-shop-grid a:focus-visible,
.vvvdesigner-spp-header-mobile-quick-link:focus-visible,
.vvvdesigner-spp-header-mobile-search button:focus-visible{
  outline:2px solid var(--vvv-spp-header-pink);
  outline-offset:3px;
}

/* Body lock : seul le contenu du menu mobile scroll. */
html.vvvdesigner-spp-menu-open,
html.vvvdesigner-spp-menu-open body{
  overscroll-behavior:none;
}

body.vvvdesigner-spp-menu-lock{
  position:fixed!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  overflow:hidden!important;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width:1366px){
  .vvvdesigner-spp-header-shell{width:min(calc(100% - 34px),var(--vvv-spp-header-shell))}
  .vvvdesigner-spp-header-main{grid-template-columns:170px minmax(0,1fr) auto;gap:18px}
  .vvvdesigner-spp-header-logo{width:165px}
  .vvvdesigner-spp-header-nav{gap:1px}
  .vvvdesigner-spp-header-nav-link{padding:0 9px;font-size:10.5px}
  .vvvdesigner-spp-header-account{max-width:138px;padding-left:10px;padding-right:11px}
  .vvvdesigner-spp-header-account-copy strong{max-width:69px}
  .vvvdesigner-spp-header-mega{width:min(980px,calc(100vw - 40px))}
}

@media(max-width:1200px){
  .vvvdesigner-spp-header-announcement-inner{grid-template-columns:1fr auto}
  .vvvdesigner-spp-header-announcement-socials{display:none}
  .vvvdesigner-spp-header-main{grid-template-columns:155px minmax(0,1fr) auto;gap:13px}
  .vvvdesigner-spp-header-logo{width:150px}
  .vvvdesigner-spp-header-nav-link{padding:0 7px;font-size:9.5px}
  .vvvdesigner-spp-header-account-copy{display:none}
  .vvvdesigner-spp-header-account{width:44px;max-width:44px;padding:0}
  .vvvdesigner-spp-header-mega{left:auto;right:-150px;transform:none;width:min(920px,calc(100vw - 30px))}
  .vvvdesigner-spp-header-mega::before{left:auto;right:210px}
}

@media(max-width:1024px){
  .vvvdesigner-spp-header-announcement{display:none}
  .vvvdesigner-spp-header-shell{width:min(calc(100% - 26px),var(--vvv-spp-header-shell))}
  .vvvdesigner-spp-header-main{
    min-height:70px;
    grid-template-columns:1fr auto;
    gap:12px;
  }
  .vvvdesigner-spp-header.is-scrolled .vvvdesigner-spp-header-main{min-height:64px}
  .vvvdesigner-spp-header-logo{width:145px}
  .vvvdesigner-spp-header-nav{display:none}
  .vvvdesigner-spp-header-actions{gap:6px}
  .vvvdesigner-spp-header-action{width:44px;min-width:44px;height:44px;padding:0}
  .vvvdesigner-spp-header-account-copy{display:none}
  .vvvdesigner-spp-header-menu-toggle{display:grid}
  .vvvdesigner-spp-header-rail-inner{justify-content:flex-start;gap:24px;overflow-x:auto;scrollbar-width:none}
  .vvvdesigner-spp-header-rail-inner::-webkit-scrollbar{display:none}
  .vvvdesigner-spp-header-search-panel{display:none!important}
}

@media(max-width:782px){
  body.admin-bar .vvvdesigner-spp-header-sticky{top:46px}
}

@media(max-width:767px){
  .vvvdesigner-spp-header-shell{width:calc(100% - 22px)}
  .vvvdesigner-spp-header-main{min-height:64px;grid-template-columns:1fr auto}
  .vvvdesigner-spp-header.is-scrolled .vvvdesigner-spp-header-main{min-height:60px}
  .vvvdesigner-spp-header-logo{width:128px}
  .vvvdesigner-spp-header-action--search{display:none}
  .vvvdesigner-spp-header-action{width:40px;min-width:40px;height:40px}
  .vvvdesigner-spp-header-action-icon{width:17px;height:17px;flex-basis:17px}
  .vvvdesigner-spp-header-menu-toggle{width:42px;height:42px}
  .vvvdesigner-spp-header-rail{display:none}
}

@media(max-width:390px){
  .vvvdesigner-spp-header-main{gap:8px}
  .vvvdesigner-spp-header-logo{width:113px}
  .vvvdesigner-spp-header-actions{gap:4px}
  .vvvdesigner-spp-header-action{width:38px;min-width:38px;height:38px}
  .vvvdesigner-spp-header-menu-toggle{width:40px;height:40px}
  .vvvdesigner-spp-header-mobile-scroll{padding-left:14px;padding-right:14px}
  .vvvdesigner-spp-header-mobile-search{grid-template-columns:18px minmax(0,1fr) auto;padding-left:13px;gap:8px}
  .vvvdesigner-spp-header-mobile-search button{min-width:94px;padding:0 10px!important;font-size:8px}
  .vvvdesigner-spp-header-mobile-quick{gap:7px}
  .vvvdesigner-spp-header-mobile-quick-link{padding:10px}
  .vvvdesigner-spp-header-mobile-quick-icon{width:34px;height:34px;flex-basis:34px}
  .vvvdesigner-menu-spp-mobile-shop-grid{grid-template-columns:1fr}
  .vvvdesigner-menu-spp-mobile-shop-grid a:last-child{grid-column:auto}
}

@media(prefers-reduced-motion:reduce){
  .vvvdesigner-spp-header *,
  .vvvdesigner-spp-header *::before,
  .vvvdesigner-spp-header *::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}


/* =========================================================
   Bridge Elementor Pro Menu Cart
   Le widget reste fonctionnel mais son bouton natif est invisible.
   Tous les boutons panier VVVdesigner déclenchent son side-cart via JS.
   ========================================================= */
.vvvdesigner-spp-header-elementor-cart-bridge{
  position:absolute !important;
  width:1px !important;
  min-width:0 !important;
  height:1px !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
  z-index:2147483300 !important;
  pointer-events:none !important;
}

.vvvdesigner-spp-header-elementor-cart-bridge > .elementor-widget-container,
.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__wrapper{
  width:0 !important;
  height:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}

.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__toggle_wrapper{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  clip-path:inset(50%) !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__container,
.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__main{
  pointer-events:auto !important;
}

.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__container{
  z-index:2147483300 !important;
}

/* =========================================================
   PATCH 2.6 — Menu mobile contraste + bridge panier Elementor
   ========================================================= */

/* Neutralise les backgrounds / bordures de boutons injectés par Elementor. */
.vvvdesigner-spp-header-mobile-drawer button,
.vvvdesigner-spp-header-mobile-drawer a{
  box-shadow:none!important;
  text-decoration:none!important;
}

/* Barre supérieure : contrôles immédiatement lisibles. */
.vvvdesigner-spp-header-mobile-top{
  background:rgba(17,16,15,.96)!important;
  border-bottom-color:rgba(251,199,183,.18)!important;
}

.vvvdesigner-spp-header-mobile-close{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:1px solid rgba(17,17,17,.10)!important;
  background:var(--vvv-spp-header-pink)!important;
  color:#111!important;
  box-shadow:0 8px 22px rgba(0,0,0,.16)!important;
}

.vvvdesigner-spp-header-mobile-close:hover,
.vvvdesigner-spp-header-mobile-close:focus-visible{
  background:#ffd8cc!important;
  color:#111!important;
}

/* Le logo blanc sur noir était trop peu lisible visuellement.
   On conserve l'image mais on la force en noir dans une capsule claire. */
.vvvdesigner-spp-header-mobile-logo{
  width:min(146px,42vw)!important;
  min-height:46px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:7px 13px!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,#fff9f6 0%,#f8e7e1 100%)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.16)!important;
}

.vvvdesigner-spp-header-mobile-logo img{
  width:100%!important;
  height:auto!important;
  filter:brightness(0) saturate(100%)!important;
  opacity:.92!important;
}

.vvvdesigner-spp-header-mobile-cart{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:1px solid rgba(251,199,183,.30)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
}

/* Les lignes du menu deviennent de vraies cartes sombres.
   Cela empêche définitivement le blanc sur blanc des styles globaux Elementor. */
.vvvdesigner-menu-spp-mobile{
  gap:8px!important;
  border-top:0!important;
}

.vvvdesigner-menu-spp-mobile-item{
  border-bottom:0!important;
}

.vvvdesigner-menu-spp-mobile-link,
.vvvdesigner-menu-spp-mobile-shop-toggle{
  appearance:none!important;
  -webkit-appearance:none!important;
  min-height:60px!important;
  padding:0 15px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:17px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}

.vvvdesigner-menu-spp-mobile-link-label,
.vvvdesigner-menu-spp-mobile-shop-toggle .vvvdesigner-menu-spp-mobile-link-label{
  color:#fff!important;
}

.vvvdesigner-menu-spp-mobile-link-number{
  color:var(--vvv-spp-header-pink)!important;
  opacity:.92;
}

.vvvdesigner-menu-spp-mobile-arrow{
  color:var(--vvv-spp-header-pink)!important;
}

.vvvdesigner-menu-spp-mobile-shop-toggle[aria-expanded="true"]{
  border-color:rgba(251,199,183,.36)!important;
  background:linear-gradient(135deg,rgba(251,199,183,.16),rgba(255,255,255,.04))!important;
}

.vvvdesigner-menu-spp-mobile-shop-panel{
  padding:8px 0 7px!important;
}

.vvvdesigner-menu-spp-mobile-shop-grid{
  gap:7px!important;
}

.vvvdesigner-menu-spp-mobile-shop-grid a{
  border-color:rgba(255,255,255,.11)!important;
  background:#1a1716!important;
  color:rgba(255,255,255,.90)!important;
}

.vvvdesigner-menu-spp-mobile-shop-grid a:last-child{
  background:var(--vvv-spp-header-pink)!important;
  color:#111!important;
}

@media (hover:hover) and (pointer:fine){
  .vvvdesigner-menu-spp-mobile-link:hover,
  .vvvdesigner-menu-spp-mobile-shop-toggle:hover{
    border-color:rgba(251,199,183,.30)!important;
    background:linear-gradient(135deg,rgba(251,199,183,.14),rgba(255,255,255,.05))!important;
  }

  .vvvdesigner-menu-spp-mobile-link:hover .vvvdesigner-menu-spp-mobile-link-label,
  .vvvdesigner-menu-spp-mobile-shop-toggle:hover .vvvdesigner-menu-spp-mobile-link-label{
    color:#fff!important;
  }
}

@media (hover:none), (pointer:coarse){
  .vvvdesigner-menu-spp-mobile-link:hover,
  .vvvdesigner-menu-spp-mobile-shop-toggle:hover,
  .vvvdesigner-menu-spp-mobile-shop-grid a:hover{
    background-color:inherit!important;
  }

  .vvvdesigner-menu-spp-mobile-link:active,
  .vvvdesigner-menu-spp-mobile-shop-toggle:active{
    border-color:rgba(251,199,183,.35)!important;
    background:rgba(251,199,183,.13)!important;
    transform:scale(.992)!important;
  }
}

/* Le Menu Cart Elementor est déplacé directement sous body par header.js.
   Le bouton natif reste invisible, mais le véritable side-cart conserve
   toute sa surface et ses interactions. */
body > .vvvdesigner-spp-header-elementor-cart-bridge{
  position:fixed!important;
  inset:0 auto auto 0!important;
  width:0!important;
  height:0!important;
  overflow:visible!important;
  z-index:2147483300!important;
  pointer-events:none!important;
}

body > .vvvdesigner-spp-header-elementor-cart-bridge > .elementor-widget-container,
body > .vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__wrapper{
  width:0!important;
  height:0!important;
  overflow:visible!important;
}

body > .vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__container,
body > .vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__main{
  pointer-events:auto!important;
}

body > .vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__container{
  z-index:2147483300!important;
}


/* =========================================================
   PATCH 2.7 — panier mobile lisible + side-cart fiable + iOS search
   ========================================================= */
.vvvdesigner-spp-header-mobile-cart,
.vvvdesigner-spp-header-mobile-quick-link .vvvdesigner-spp-header-mobile-quick-icon{
  color:#fff!important;
}

.vvvdesigner-spp-header-mobile-cart svg,
.vvvdesigner-spp-header-mobile-cart svg *,
.vvvdesigner-spp-header-mobile-quick-link .vvvdesigner-spp-header-mobile-quick-icon svg,
.vvvdesigner-spp-header-mobile-quick-link .vvvdesigner-spp-header-mobile-quick-icon svg *{
  stroke:#fff!important;
  fill:none!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* Safari iOS zoome automatiquement les champs sous 16px. */
.vvvdesigner-spp-header-mobile-search input{
  font-size:16px!important;
  line-height:1.2!important;
}

/* Le widget Elementor reste dans son emplacement d'origine pour conserver
   l'initialisation de son handler. Seul son bouton natif est caché. */
.vvvdesigner-spp-header-elementor-cart-bridge{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  min-width:1px!important;
  min-height:1px!important;
  overflow:visible!important;
  pointer-events:none!important;
  z-index:2147483300!important;
}

.vvvdesigner-spp-header-elementor-cart-bridge > .elementor-widget-container,
.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__wrapper,
.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__toggle_wrapper{
  overflow:visible!important;
}

.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__toggle{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip-path:inset(50%)!important;
  opacity:0!important;
  pointer-events:none!important;
}

.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__container,
.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__main,
.vvvdesigner-spp-header-elementor-cart-bridge.elementor-menu-cart--shown .elementor-menu-cart__container{
  pointer-events:auto!important;
}

.vvvdesigner-spp-header-elementor-cart-bridge .elementor-menu-cart__container{
  z-index:2147483400!important;
}

/* =========================================================
   VVVdesigner — correctif SVG drawer mobile hors DOM header
   + panier latéral WooCommerce natif 2026
   ========================================================= */

/* Le drawer mobile est déplacé sous body par JS : il ne profite donc plus
   de .vvvdesigner-spp-header svg. On redonne ici explicitement les règles. */
.vvvdesigner-spp-header-mobile-drawer svg{
  display:block;
  width:100%;
  height:100%;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.vvvdesigner-spp-header-mobile-cart,
.vvvdesigner-spp-header-mobile-cart:visited,
.vvvdesigner-spp-header-mobile-cart:focus{
  color:#fff!important;
}

.vvvdesigner-spp-header-mobile-cart svg,
.vvvdesigner-spp-header-mobile-cart svg *{
  fill:none!important;
  stroke:#fff!important;
}

.vvvdesigner-spp-header-mobile-social svg,
.vvvdesigner-spp-header-mobile-social svg *{
  fill:currentColor!important;
  stroke:none!important;
}

/* Empêche le zoom automatique iOS sur la recherche du menu mobile. */
.vvvdesigner-spp-header-mobile-search input[type="search"]{
  font-size:16px!important;
}

/* ---------- verrouillage page panier ---------- */
html.vvvdesigner-spp-cart-open,
html.vvvdesigner-spp-cart-open body{
  overscroll-behavior:none;
}

body.vvvdesigner-spp-cart-lock{
  position:fixed!important;
  left:0;
  right:0;
  width:100%;
  overflow:hidden!important;
}

html.vvvdesigner-spp-cart-open .vvvdesigner-spp-footer-top{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* ---------- racine ---------- */
.vvvdesigner-spp-cart-drawer{
  --vvv-cart-pink:#fbc7b7;
  --vvv-cart-pink-deep:#eeb5a4;
  --vvv-cart-ink:#11100f;
  --vvv-cart-ink-soft:#1b1918;
  --vvv-cart-cream:#fff9f6;
  --vvv-cart-line:rgba(17,16,15,.10);
  position:fixed;
  inset:0;
  z-index:2147483400;
  display:grid;
  grid-template-columns:minmax(0,1fr) min(470px,100vw);
  font-family:"Mulish",sans-serif;
  color:var(--vvv-cart-ink);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  isolation:isolate;
}

.vvvdesigner-spp-cart-drawer[aria-hidden="false"]{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.vvvdesigner-spp-cart-drawer *,
.vvvdesigner-spp-cart-drawer *::before,
.vvvdesigner-spp-cart-drawer *::after{
  box-sizing:border-box;
}

.vvvdesigner-spp-cart-drawer svg{
  display:block;
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vvvdesigner-spp-cart-drawer-backdrop{
  grid-column:1;
  grid-row:1;
  min-width:0;
  min-height:100%;
  background:rgba(7,7,7,.56);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  cursor:pointer;
}

.vvvdesigner-spp-cart-drawer-panel{
  grid-column:2;
  grid-row:1;
  width:min(470px,100vw);
  height:100dvh;
  min-height:100vh;
  margin-left:auto;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  background:
    radial-gradient(circle at 100% 0%,rgba(251,199,183,.24),transparent 31%),
    var(--vvv-cart-cream);
  box-shadow:-24px 0 70px rgba(0,0,0,.22);
  outline:none;
  overflow:hidden;
}

/* ---------- tête ---------- */
.vvvdesigner-spp-cart-drawer-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 22px 18px;
  padding-top:max(22px,env(safe-area-inset-top));
  background:rgba(255,249,246,.92);
  border-bottom:1px solid var(--vvv-cart-line);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

body.admin-bar .vvvdesigner-spp-cart-drawer-header{
  padding-top:max(22px,env(safe-area-inset-top));
}

.vvvdesigner-spp-cart-drawer-heading{
  min-width:0;
}

.vvvdesigner-spp-cart-drawer-kicker{
  display:block;
  margin:0 0 5px;
  color:#9a6252;
  font-size:10px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.vvvdesigner-spp-cart-drawer-title-row{
  display:flex;
  align-items:center;
  gap:10px;
}

.vvvdesigner-spp-cart-drawer-title-row h2{
  margin:0!important;
  padding:0!important;
  color:var(--vvv-cart-ink)!important;
  font-family:"Mulish",sans-serif!important;
  font-size:clamp(25px,4vw,31px)!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}

.vvvdesigner-spp-cart-drawer-count{
  min-width:26px;
  height:26px;
  padding:0 8px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--vvv-cart-pink);
  color:#111!important;
  font-size:11px;
  font-weight:950;
  box-shadow:0 7px 20px rgba(182,112,91,.14);
}

.vvvdesigner-spp-cart-drawer-count.is-empty{
  background:#eee5e1;
  color:#756b67!important;
}

.vvvdesigner-spp-cart-drawer-close{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(17,16,15,.12)!important;
  border-radius:15px!important;
  background:#11100f!important;
  color:#fff!important;
  box-shadow:none!important;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}

.vvvdesigner-spp-cart-drawer-close svg{
  width:18px;
  height:18px;
}

@media (hover:hover) and (pointer:fine){
  .vvvdesigner-spp-cart-drawer-close:hover{
    transform:rotate(5deg) scale(1.03);
    background:#292522!important;
    border-color:rgba(251,199,183,.48)!important;
  }
}

/* ---------- contenu scrollable ---------- */
.vvvdesigner-spp-cart-drawer-body{
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:rgba(17,16,15,.20) transparent;
}

.vvvdesigner-spp-cart-drawer-body::-webkit-scrollbar{width:5px}
.vvvdesigner-spp-cart-drawer-body::-webkit-scrollbar-track{background:transparent}
.vvvdesigner-spp-cart-drawer-body::-webkit-scrollbar-thumb{background:rgba(17,16,15,.18);border-radius:999px}

.vvvdesigner-spp-cart-drawer-items{
  display:flex;
  flex-direction:column;
  padding:7px 20px 4px;
}

/* ---------- article ---------- */
.vvvdesigner-spp-cart-drawer-item{
  position:relative;
  display:grid;
  grid-template-columns:104px minmax(0,1fr);
  gap:15px;
  padding:17px 0;
  border-bottom:1px solid var(--vvv-cart-line);
}

.vvvdesigner-spp-cart-drawer-item:last-child{
  border-bottom:0;
}

.vvvdesigner-spp-cart-drawer-image{
  position:relative;
  width:104px;
  aspect-ratio:1/1.08;
  display:block;
  overflow:hidden;
  border-radius:18px;
  background:#eee7e3;
  border:1px solid rgba(17,16,15,.08);
  box-shadow:0 10px 28px rgba(30,20,16,.07);
}

.vvvdesigner-spp-cart-drawer-image::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.24);
  pointer-events:none;
}

.vvvdesigner-spp-cart-drawer-image img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1.002);
  transition:transform .35s ease;
}

@media (hover:hover) and (pointer:fine){
  .vvvdesigner-spp-cart-drawer-image:hover img{transform:scale(1.045)}
}

.vvvdesigner-spp-cart-drawer-item-main{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:14px;
}

.vvvdesigner-spp-cart-drawer-item-head{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.vvvdesigner-spp-cart-drawer-item-copy{
  min-width:0;
  flex:1 1 auto;
}

.vvvdesigner-spp-cart-drawer-item-title{
  display:block;
  margin:1px 0 0!important;
  padding:0!important;
  color:var(--vvv-cart-ink)!important;
  font-size:14px!important;
  line-height:1.28!important;
  font-weight:900!important;
  letter-spacing:-.018em!important;
  text-decoration:none!important;
  overflow-wrap:anywhere;
}

.vvvdesigner-spp-cart-drawer-variation{
  margin-top:6px;
  color:#847872;
  font-size:10px;
  line-height:1.45;
  font-weight:650;
}

.vvvdesigner-spp-cart-drawer-variation dl,
.vvvdesigner-spp-cart-drawer-variation dt,
.vvvdesigner-spp-cart-drawer-variation dd,
.vvvdesigner-spp-cart-drawer-variation p{
  margin:0!important;
  padding:0!important;
  font-size:inherit!important;
  line-height:inherit!important;
}

.vvvdesigner-spp-cart-drawer-variation dl{
  display:flex;
  flex-wrap:wrap;
  gap:2px 4px;
}

.vvvdesigner-spp-cart-drawer-variation dt{
  font-weight:850;
}

.vvvdesigner-spp-cart-drawer-remove{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(17,16,15,.09)!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#82756f!important;
  box-shadow:none!important;
  cursor:pointer;
}

.vvvdesigner-spp-cart-drawer-remove svg{
  width:13px;
  height:13px;
}

.vvvdesigner-spp-cart-drawer-item-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.vvvdesigner-spp-cart-drawer-qty{
  height:34px;
  display:grid;
  grid-template-columns:32px 31px 32px;
  align-items:center;
  border:1px solid rgba(17,16,15,.11);
  border-radius:12px;
  background:#fff;
  overflow:hidden;
}

.vvvdesigner-spp-cart-drawer-qty button{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:32px!important;
  height:32px!important;
  min-width:0!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#111!important;
  box-shadow:none!important;
  font-family:"Mulish",sans-serif!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:750!important;
  cursor:pointer;
}

.vvvdesigner-spp-cart-drawer-qty button:disabled{
  opacity:.28!important;
  cursor:not-allowed;
}

.vvvdesigner-spp-cart-drawer-qty span{
  min-width:0;
  text-align:center;
  color:#111;
  font-size:11px;
  font-weight:900;
}

.vvvdesigner-spp-cart-drawer-item-price{
  flex:0 0 auto;
  color:#111!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:950!important;
  white-space:nowrap;
}

.vvvdesigner-spp-cart-drawer-item-price .woocommerce-Price-amount,
.vvvdesigner-spp-cart-drawer-summary .woocommerce-Price-amount{
  color:inherit!important;
  font:inherit!important;
}

/* ---------- résumé fixe ---------- */
.vvvdesigner-spp-cart-drawer-summary{
  padding:17px 20px max(18px,env(safe-area-inset-bottom));
  background:rgba(255,249,246,.96);
  border-top:1px solid var(--vvv-cart-line);
  box-shadow:0 -16px 40px rgba(30,20,16,.055);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.vvvdesigner-spp-cart-drawer-subtotal{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:4px;
}

.vvvdesigner-spp-cart-drawer-subtotal span{
  color:#6c625e;
  font-size:12px;
  font-weight:750;
}

.vvvdesigner-spp-cart-drawer-subtotal strong{
  color:#111;
  font-size:21px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.035em;
}

.vvvdesigner-spp-cart-drawer-summary > p{
  margin:7px 0 14px!important;
  color:#8a7d77!important;
  font-size:9px!important;
  line-height:1.4!important;
  font-weight:650!important;
}

.vvvdesigner-spp-cart-drawer-actions{
  display:grid;
  gap:8px;
}

.vvvdesigner-spp-cart-drawer-checkout,
.vvvdesigner-spp-cart-drawer-cart-link,
.vvvdesigner-spp-cart-drawer-empty-cta{
  text-decoration:none!important;
}

.vvvdesigner-spp-cart-drawer-checkout{
  min-height:50px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 18px!important;
  border:1px solid #111!important;
  border-radius:15px!important;
  background:#111!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase;
  box-shadow:0 12px 28px rgba(17,16,15,.16)!important;
  transition:transform .2s ease,background .2s ease;
}

.vvvdesigner-spp-cart-drawer-checkout svg{
  width:15px;
  height:15px;
}

.vvvdesigner-spp-cart-drawer-cart-link{
  min-height:39px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:0 15px!important;
  color:#5f5550!important;
  font-size:10px!important;
  font-weight:850!important;
  text-transform:uppercase;
  letter-spacing:.08em!important;
}

.vvvdesigner-spp-cart-drawer-secure{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:8px;
  color:#81736d;
  font-size:9px;
  font-weight:750;
}

.vvvdesigner-spp-cart-drawer-secure svg{
  width:12px;
  height:12px;
}

@media (hover:hover) and (pointer:fine){
  .vvvdesigner-spp-cart-drawer-checkout:hover{
    transform:translateY(-1px);
    background:#24201e!important;
  }
  .vvvdesigner-spp-cart-drawer-remove:hover{
    color:#111!important;
    border-color:rgba(251,199,183,.8)!important;
    background:#fff5f1!important;
  }
}

/* ---------- panier vide ---------- */
.vvvdesigner-spp-cart-drawer-empty{
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:50px 32px;
  text-align:center;
}

.vvvdesigner-spp-cart-drawer-empty-icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  margin-bottom:21px;
  border-radius:25px;
  background:linear-gradient(145deg,#fbc7b7,#ffe5dd);
  color:#111;
  box-shadow:0 18px 45px rgba(173,106,87,.17);
}

.vvvdesigner-spp-cart-drawer-empty-icon svg{
  width:27px;
  height:27px;
}

.vvvdesigner-spp-cart-drawer-empty strong{
  max-width:310px;
  color:#111;
  font-size:20px;
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.035em;
}

.vvvdesigner-spp-cart-drawer-empty p{
  max-width:330px;
  margin:10px 0 20px!important;
  color:#7e726c!important;
  font-size:12px!important;
  line-height:1.55!important;
  font-weight:600!important;
}

.vvvdesigner-spp-cart-drawer-empty-cta{
  min-height:44px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  padding:0 20px!important;
  border-radius:14px!important;
  background:#111!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase;
}

/* ---------- chargement / erreurs ---------- */
.vvvdesigner-spp-cart-drawer-loading{
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:40px;
  color:#746963;
  font-size:11px;
  font-weight:750;
}

.vvvdesigner-spp-cart-drawer-spinner{
  width:30px;
  height:30px;
  border:2px solid rgba(17,16,15,.12);
  border-top-color:var(--vvv-cart-pink-deep);
  border-radius:999px;
  animation:vvvdesigner-spp-cart-spin .7s linear infinite;
}

@keyframes vvvdesigner-spp-cart-spin{to{transform:rotate(360deg)}}

.vvvdesigner-spp-cart-drawer.is-loading .vvvdesigner-spp-cart-drawer-items,
.vvvdesigner-spp-cart-drawer.is-loading .vvvdesigner-spp-cart-drawer-summary{
  pointer-events:none;
}

.vvvdesigner-spp-cart-drawer-message{
  position:absolute;
  left:50%;
  bottom:max(16px,env(safe-area-inset-bottom));
  z-index:5;
  max-width:calc(100% - 40px);
  transform:translate(-50%,14px);
  padding:10px 13px;
  border-radius:11px;
  background:#111;
  color:#fff;
  font-size:10px;
  line-height:1.35;
  font-weight:750;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}

.vvvdesigner-spp-cart-drawer-message.is-visible{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}

.vvvdesigner-spp-cart-drawer-message.is-error{
  background:#7a2f2f;
}

/* ---------- responsive ---------- */
@media (max-width:767px){
  .vvvdesigner-spp-cart-drawer{
    grid-template-columns:1fr;
  }

  .vvvdesigner-spp-cart-drawer-backdrop{
    display:none;
  }

  .vvvdesigner-spp-cart-drawer-panel{
    grid-column:1;
    width:100%;
    max-width:none;
    box-shadow:none;
  }

  .vvvdesigner-spp-cart-drawer-header{
    padding-left:16px;
    padding-right:14px;
    padding-bottom:15px;
  }

  .vvvdesigner-spp-cart-drawer-close{
    width:42px;
    height:42px;
    flex-basis:42px;
  }

  .vvvdesigner-spp-cart-drawer-items{
    padding-left:15px;
    padding-right:15px;
  }

  .vvvdesigner-spp-cart-drawer-item{
    grid-template-columns:92px minmax(0,1fr);
    gap:12px;
    padding:14px 0;
  }

  .vvvdesigner-spp-cart-drawer-image{
    width:92px;
    border-radius:16px;
  }

  .vvvdesigner-spp-cart-drawer-item-title{
    font-size:13px!important;
  }

  .vvvdesigner-spp-cart-drawer-item-foot{
    align-items:flex-end;
  }

  .vvvdesigner-spp-cart-drawer-summary{
    padding-left:15px;
    padding-right:15px;
  }
}

@media (max-width:390px){
  .vvvdesigner-spp-cart-drawer-item{
    grid-template-columns:80px minmax(0,1fr);
    gap:10px;
  }

  .vvvdesigner-spp-cart-drawer-image{
    width:80px;
    border-radius:14px;
  }

  .vvvdesigner-spp-cart-drawer-qty{
    grid-template-columns:29px 28px 29px;
  }

  .vvvdesigner-spp-cart-drawer-qty button{
    width:29px!important;
  }

  .vvvdesigner-spp-cart-drawer-item-price{
    font-size:12px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .vvvdesigner-spp-cart-drawer *,
  .vvvdesigner-spp-cart-drawer *::before,
  .vvvdesigner-spp-cart-drawer *::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}
