.ub-home{
  --rose: #EC008C;          
  --rose-doux: #FBD3E9;     
  --blush: #FFF4FA;         
  --prune: #2B1B3D;         
  --bouton-or: #FFD34D;     
  --menthe: #8ADAD5;        
  --blanc: #FFFFFF;
  --gris-place: #ECE7EE;    
  --gris-place-2: #DDD5E0;
  --ombre: 0 10px 30px rgba(43, 27, 61, 0.12);
  --rayon: 20px;
  --police-titre: "Fraunces", Georgia, serif;
  --police-texte: "Nunito", "Segoe UI", sans-serif;
}.ub-home *{ margin: 0; padding: 0; box-sizing: border-box; }.ub-home{ scroll-behavior: smooth; }.ub-home{
  font-family: var(--police-texte);
  color: var(--prune);
  background: var(--blush);
  line-height: 1.65;
  font-size: 1rem;
  overflow-x: hidden;
}.ub-home img{ max-width: 100%; height: auto; display: block; }.ub-home h1, .ub-home h2, .ub-home h3{ font-family: var(--police-titre); line-height: 1.15; }.ub-home h1{ font-size: clamp(1.9rem, 6vw, 3.4rem); font-weight: 900; }.ub-home h2{ font-size: clamp(1.5rem, 4.5vw, 2.4rem); font-weight: 700; margin-bottom: 0.6em; }.ub-home h3{ font-size: 1.15rem; font-weight: 700; }.ub-home p{ margin-bottom: 0.8em; }.ub-home p:last-child{ margin-bottom: 0; }.ub-home a{ color: var(--rose); }.ub-home a:focus-visible, .ub-home button:focus-visible, .ub-home summary:focus-visible, .ub-home [tabindex]:focus-visible{
  outline: 3px solid var(--rose);
  outline-offset: 3px;
  border-radius: 4px;
}.ub-home .conteneur{ max-width: 1120px; margin: 0 auto; padding: 0 1.25rem; }.ub-home .conteneur-etroit{ max-width: 760px; }.ub-home .section{ padding: 3.5rem 0; }.ub-home .surtitre{
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}.ub-home .intro{ max-width: 620px; margin-bottom: 2rem; }.ub-home .btn{
  display: inline-block;
  font-family: var(--police-texte);
  font-weight: 800;
  font-size: 1rem;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid var(--rose);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.ub-home .btn-plein{ background: var(--rose); color: var(--blanc); box-shadow: 0 6px 18px rgba(236, 0, 140, 0.35); }.ub-home .btn-plein:hover{ transform: translateY(-2px); box-shadow: 0 10px 24px rgba(236, 0, 140, 0.45); }.ub-home .btn-ligne{ background: transparent; color: var(--rose); }.ub-home .btn-ligne:hover{ background: var(--rose); color: var(--blanc); }.ub-home .btn-grand{ font-size: 1.1rem; padding: 1rem 2.2rem; }.ub-home .etiquette{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--bouton-or);
  color: var(--prune);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem 0.35rem 1.3rem;
  border-radius: 4px 999px 999px 4px;
  position: relative;
  box-shadow: 0 3px 8px rgba(43, 27, 61, 0.15);
}.ub-home .etiquette::before{
  content: "";
  position: absolute;
  left: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--blush);
  box-shadow: inset 0 0 0 1.5px rgba(43, 27, 61, 0.4);
}.ub-home .produit-placeholder{
  aspect-ratio: 4 / 3;
  width: 100%;
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.9) 0 2px, transparent 4px),
    radial-gradient(circle at 74% 30%, rgba(255,255,255,0.8) 0 2px, transparent 4px),
    radial-gradient(circle at 40% 78%, rgba(255,255,255,0.7) 0 2px, transparent 4px),
    radial-gradient(circle at 88% 70%, rgba(255,255,255,0.8) 0 1.5px, transparent 3px),
    radial-gradient(120% 120% at 30% 0%, #FFE9F5 0%, #FBD3E9 55%, #F3B3D8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(236, 0, 140, 0.15);
}.ub-home .produit-placeholder::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../licence-ecom-images-tout-univers-barbie.com/univers-barbie.com/barbie-logo.png") center / 52% no-repeat;
  opacity: 0.16;
}.ub-home .produit-placeholder span{ display: none; }.ub-home .produit-placeholder--carre{ aspect-ratio: 1 / 1; }.ub-home .piece-visuel{
  aspect-ratio: 4 / 3;
  width: 100%;
  border-radius: 14px;
  background: radial-gradient(120% 120% at 30% 0%, #FFFFFF 0%, #FBD3E9 100%);
  border: 1px solid rgba(236, 0, 140, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}.ub-home .piece-visuel img{
  max-width: 72%;
  max-height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(43, 27, 61, 0.2));
}.ub-home .hero{
  position: relative;
  min-height: 100svh;
  max-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}.ub-home .hero-fond{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 244, 250, 0.55) 0%, rgba(255, 244, 250, 0.85) 75%, var(--blush) 100%),
    url("../../licence-ecom-images-tout-univers-barbie.com/univers-barbie.com/backgrounds/bg-hero-princess.webp") center / cover no-repeat;
  z-index: 0;
}.ub-home .hero-scene{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem;
  display: grid;
  gap: 1rem;
  grid-template-rows: auto 1fr;
}.ub-home .hero-surtitre{
  display: inline-block;
  background: var(--blanc);
  border: 2px dashed var(--rose);
  color: var(--rose);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  width: fit-content;
}.ub-home .hero-accroche{ max-width: 520px; font-size: 1.05rem; margin: 0.9rem 0 1.3rem; }.ub-home .hero-actions{ display: flex; flex-wrap: wrap; gap: 0.8rem; }.ub-home .hero-note{ margin-top: 1rem; font-size: 0.88rem; opacity: 0.8; }.ub-home .hero-note strong{ color: var(--rose); }.ub-home .hero-visuel{
  position: relative;
  display: none; 
}.ub-home .hero-miroir{
  width: min(340px, 30vw);
  aspect-ratio: 3 / 4.4;
  margin: 0 auto;
  border-radius: 50% 50% 46% 46% / 42% 42% 56% 56%;
  background: radial-gradient(120% 100% at 50% 0%, #FFFFFF 0%, var(--rose-doux) 70%, #F7B8DC 100%);
  border: 10px solid var(--blanc);
  box-shadow: var(--ombre), 0 0 60px rgba(236, 0, 140, 0.25);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}.ub-home .hero-muse{
  width: 88%;
  max-height: 115%;
  object-fit: contain;
  transform: translateY(4%);
  filter: drop-shadow(0 14px 20px rgba(43, 27, 61, 0.25));
}.ub-home .etiquette-flotte{ position: absolute; z-index: 2; }.ub-home .etiq-1{ top: 8%; left: 2%; transform: rotate(-8deg); }.ub-home .etiq-2{ bottom: 14%; right: 0; transform: rotate(6deg); background: var(--menthe); }.ub-home .hero-deco{ position: absolute; filter: drop-shadow(0 8px 12px rgba(43, 27, 61, 0.2)); }.ub-home .deco-couronne{ width: 70px; top: -4%; right: 14%; transform: rotate(12deg); }.ub-home .deco-noeud{ width: 64px; bottom: 2%; left: 6%; transform: rotate(-14deg); }.ub-home .bandeau{
  background: var(--prune);
  color: var(--blanc);
  padding: 0.8rem 0;
  overflow: hidden;
}.ub-home .bandeau-liste{
  list-style: none;
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: defile 26s linear infinite;
  padding-left: 1rem;
}.ub-home .bandeau-liste li{
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.9rem;
  position: relative;
}.ub-home .bandeau-liste li::after{
  content: "✦";
  color: var(--bouton-or);
  margin-left: 2.5rem;
}@keyframes defile{
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}.ub-home .creer-look{ padding-bottom: 1.5rem; text-align: center; }.ub-home .creer-look .intro{ margin-left: auto; margin-right: auto; }.ub-home .dressing{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
  text-align: left;
}.ub-home .dressing-scene{
  background: var(--rose-doux);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}.ub-home .scene-cadre{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: url("../img/mannequin/dressing-scene-canvas-bg.png") center / cover no-repeat;
}.ub-home .scene-muse{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  filter: none;
  z-index: 2;
}.ub-home .slot{
  position: absolute;
  object-fit: contain;
  z-index: 3;
  transition: transform 0.25s ease, opacity 0.25s ease;
  filter: drop-shadow(0 6px 8px rgba(43, 27, 61, 0.3));
}.ub-home .slot-coiffe{ width: 18%; top: -2%; left: 41%; transform: none; z-index: 4; }.ub-home .slot-coiffe.slot-couronne, .ub-home .slot-coiffe.slot-tiare{ width: 23%; top: -2%; left: 38.5%; }.ub-home .slot-coiffe.slot-bandeau{ width: 18%; top: -1%; left: 41%; }.ub-home .slot-coiffe.slot-chapeau{ width: 34%; top: -4%; left: 33%; }.ub-home .slot-accessoire{ width: 24%; bottom: 33%; right: 12%; transform: none; z-index: 4; }.ub-home .slot-accessoire.slot-sac{ width: 22%; bottom: 33%; right: 15%; }.ub-home .slot-accessoire.slot-baguette{ width: 20%; bottom: 34%; right: 15%; }.ub-home .slot-accessoire.slot-micro{ width: 18%; bottom: 36%; right: 17%; }.ub-home .slot-accessoire.slot-brosse{ width: 18%; bottom: 34%; right: 17%; }.ub-home .slot-accessoire.slot-bouquet{ width: 23%; bottom: 34%; right: 14%; }.ub-home .slot-pieds{ width: 18%; bottom: 1%; left: 41%; transform: none; z-index: 4; }.ub-home .slot-pieds.slot-bottines, .ub-home .slot-pieds.slot-rollers, .ub-home .slot-pieds.slot-sandales{ width: 21%; left: 39.5%; }.ub-home .slot-pieds.pos-large{ width: 42%; left: -8%; bottom: -2%; }.ub-home .slot-dos{
  width: 90%;
  top: 2%;
  left: 5%;
  z-index: 1;
  opacity: 0.95;
  display: none;
}.ub-home .scene-legende{
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  margin-top: 0;
  display: inline-flex;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--blanc);
  color: var(--rose);
  padding: 0.3rem 1rem;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(43, 27, 61, 0.15);
  z-index: 4;
}

/* Live fix: keep the studio label below the full mannequin image. */
.ub-home .dressing-scene { padding-bottom: 1rem; }
.ub-home .scene-legende {
  position: static;
  transform: none;
  margin: 0.8rem 0 0;
}
.ub-home .dressing-choix{
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  justify-content: center;
}.ub-home .choix-ligne{
  background: var(--blanc);
  border-radius: 16px;
  box-shadow: var(--ombre);
  padding: 0.8rem 1rem;
}.ub-home .choix-label{
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.4rem;
}.ub-home .choix-carrousel{
  display: flex;
  align-items: center;
  gap: 0.8rem;
}.ub-home .fleche{
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--rose);
  color: var(--blanc);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 5px 12px rgba(236, 0, 140, 0.35);
  transition: transform 0.15s ease, background 0.15s ease;
}.ub-home .fleche:hover{ transform: scale(1.12); background: #C50075; }.ub-home .fleche:active{ transform: scale(0.94); }.ub-home .choix-item{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 58px;
}.ub-home .choix-visuel{
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: none;
  filter: drop-shadow(0 4px 6px rgba(43, 27, 61, 0.2));
}.ub-home .choix-nom{ font-weight: 800; font-size: 0.95rem; flex: 1; }.ub-home .choix-prix{ color: var(--rose); font-weight: 800; font-size: 0.9rem; }.ub-home .choix-item.pop{ animation: pop-item 0.3s ease; }@keyframes pop-item{
  0% { transform: scale(0.92); opacity: 0.4; }
  60% { transform: scale(1.04); }
  100% { transform: scale(1); opacity: 1; }
}.ub-home .dressing-total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--prune);
  border-radius: 16px;
  padding: 0.9rem 1.2rem;
}.ub-home .total-valeur{
  font-family: var(--police-titre);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--bouton-or);
}.ub-home .look-reco{ padding-top: 1.5rem; }.ub-home .fiche-look{
  background: var(--blanc);
  border-radius: var(--rayon);
  border: 2px dashed var(--rose-doux);
  padding: 2rem 1.5rem;
  box-shadow: var(--ombre);
  text-align: center;
}.ub-home .fiche-look-entete h2{ margin-top: 0.8rem; }.ub-home .fiche-look-entete p{ max-width: 520px; margin: 0 auto 1.5rem; }.ub-home .look-pieces{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.8rem;
}.ub-home .piece{
  background: var(--blush);
  border-radius: 14px;
  padding: 0.8rem;
  text-align: left;
  transition: transform 0.25s ease;
}.ub-home .piece:hover{ transform: translateY(-4px); }.ub-home .piece .produit-placeholder{ margin-bottom: 0.6rem; }.ub-home .piece-nom{ font-weight: 800; font-size: 0.92rem; display: block; }.ub-home .piece-prix{ color: var(--rose); font-weight: 800; font-size: 0.9rem; }.ub-home .portants{ background: var(--blanc); }.ub-home .rail{
  position: relative;
  overflow-x: auto;
  padding: 2.5rem 1.25rem 2rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}.ub-home .rail-barre{
  position: absolute;
  top: 2.2rem;
  left: 0;
  right: 0;
  height: 8px;
  min-width: 900px;
  background: linear-gradient(90deg, #C9A9E0, #A882C9);
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(43, 27, 61, 0.2);
}.ub-home .rail-liste{
  list-style: none;
  display: flex;
  gap: 1.2rem;
  width: max-content;
  margin: 0 auto;
  position: relative;
}.ub-home .cintre{ scroll-snap-align: center; }.ub-home .cintre-carte{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 180px;
  background: var(--blush);
  border-radius: 16px;
  padding: 2.2rem 1rem 1.2rem;
  text-decoration: none;
  color: var(--prune);
  position: relative;
  margin-top: 1.6rem;
  border: 2px solid transparent;
  transition: transform 0.25s ease, border-color 0.25s ease;
}.ub-home .cintre-carte:hover{ transform: translateY(-6px) rotate(-1deg); border-color: var(--rose); }.ub-home .cintre-crochet{
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border: 4px solid var(--prune);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%) rotate(-45deg);
}.ub-home .cintre-visuel{ height: 110px; object-fit: contain; }.ub-home .cintre-photo{ width: 100%; object-fit: cover; border-radius: 12px; }.ub-home .cintre-nom{ font-family: var(--police-titre); font-size: 1.15rem; font-weight: 700; }.ub-home .cintre-detail{ font-size: 0.82rem; opacity: 0.75; text-align: center; }.ub-home .moodboard{
  background:
    linear-gradient(180deg, rgba(255,244,250,0.92), rgba(255,244,250,0.92)),
    url("../../licence-ecom-images-tout-univers-barbie.com/univers-barbie.com/backgrounds/bg-section-fairy.webp") center / cover no-repeat;
}.ub-home .collage{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}.ub-home .carte-idee{
  background: var(--blanc);
  border-radius: 12px;
  padding: 1rem 1rem 1.3rem;
  box-shadow: var(--ombre);
  position: relative;
}.ub-home .carte-idee::before{
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #FF7AC1, var(--rose));
  box-shadow: 0 3px 5px rgba(43, 27, 61, 0.3);
}.ub-home .carte-idee .etiquette{ margin: 0.8rem 0 0.5rem; }.ub-home .carte-idee h3{ margin-bottom: 0.3rem; }.ub-home .carte-idee p{ font-size: 0.92rem; }.ub-home .incline-g{ transform: rotate(-1.4deg); }.ub-home .incline-d{ transform: rotate(1.4deg); }.ub-home .carte-membre{
  background: linear-gradient(135deg, var(--prune) 0%, #4A2B66 100%);
  color: var(--blanc);
  border-radius: var(--rayon);
  padding: 2.5rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(43, 27, 61, 0.35);
}.ub-home .carte-membre .surtitre{ color: var(--bouton-or); }.ub-home .carte-membre p{ max-width: 480px; margin-left: auto; margin-right: auto; }.ub-home .carte-etoile{
  position: absolute;
  width: 130px;
  top: -30px;
  right: -30px;
  opacity: 0.35;
  transform: rotate(18deg);
}.ub-home .promo-ligne{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.4rem;
}.ub-home .promo-code{
  font-family: var(--police-titre);
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  background: var(--blanc);
  color: var(--rose);
  border: 2px dashed var(--rose);
  border-radius: 12px;
  padding: 0.5rem 1.4rem;
}.ub-home .promo-statut{ margin-top: 0.8rem; font-weight: 700; color: var(--bouton-or); min-height: 1.4em; }.ub-home .favoris{ background: var(--blanc); }.ub-home .grille-favoris{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}.ub-home .carte-favori{
  background: var(--blush);
  border-radius: 16px;
  padding: 0.9rem;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}.ub-home .carte-favori:hover{ transform: translateY(-5px); box-shadow: var(--ombre); }.ub-home .carte-favori .produit-placeholder{ margin-bottom: 0.7rem; }.ub-home .favori-badge{
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 1;
  background: var(--rose);
  color: var(--blanc);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
}.ub-home .favori-nom{ font-weight: 800; font-size: 0.95rem; display: block; }.ub-home .favori-univers{ font-size: 0.8rem; opacity: 0.7; display: block; margin: 0.15rem 0 0.4rem; }.ub-home .favori-bas{ display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }.ub-home .favori-prix{ color: var(--rose); font-weight: 800; }.ub-home .favori-btn{
  font-family: var(--police-texte);
  font-weight: 800;
  font-size: 0.8rem;
  background: var(--prune);
  color: var(--blanc);
  border: none;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  cursor: pointer;
  transition: background 0.2s ease;
}.ub-home .favori-btn:hover{ background: var(--rose); }.ub-home .split{
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}.ub-home .split-visuel{
  border-radius: var(--rayon);
  padding: 2rem 1.5rem;
  display: flex;
  justify-content: center;
  box-shadow: var(--ombre);
}.ub-home .split-visuel img{ max-height: 320px; object-fit: contain; filter: drop-shadow(0 16px 22px rgba(43, 27, 61, 0.25)); }.ub-home .cadre-cabine{
  background:
    linear-gradient(180deg, rgba(255,244,250,0.35), rgba(255,244,250,0.65)),
    url("../../licence-ecom-images-tout-univers-barbie.com/univers-barbie.com/backgrounds/bg-section-fashion.webp") center / cover no-repeat;
}.ub-home .cadre-photo{ padding: 0; overflow: hidden; }.ub-home .photo-pleine{
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 380px;
  object-fit: cover;
  filter: none;
}.ub-home .studio-deco{ background: var(--blanc); }.ub-home .avis-liste{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}.ub-home .fiche-avis{
  background: var(--blanc);
  border-radius: 16px;
  border-top: 5px solid var(--rose);
  padding: 1.5rem 1.3rem;
  box-shadow: var(--ombre);
}.ub-home .avis-note{ color: var(--bouton-or); font-size: 1.2rem; letter-spacing: 0.15em; margin: 0.6rem 0 0.5rem; text-shadow: 0 1px 2px rgba(43,27,61,0.25); }.ub-home .fiche-avis p{ font-size: 0.95rem; }.ub-home .avis-auteur{ font-weight: 800; font-size: 0.85rem; opacity: 0.75; margin-top: 0.6rem; }.ub-home .service{ background: var(--blanc); }.ub-home .grille-service{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin-top: 1.5rem;
}.ub-home .carte-service{
  background: var(--blush);
  border-radius: 16px;
  padding: 1.4rem 1.3rem;
  border-left: 4px solid var(--menthe);
}.ub-home .carte-service h3{ margin-bottom: 0.4rem; }.ub-home .carte-service p{ font-size: 0.92rem; }.ub-home .faq-liste{ display: grid; gap: 0.9rem; margin-top: 1.5rem; }.ub-home .faq-item{
  background: var(--blanc);
  border-radius: 14px;
  box-shadow: var(--ombre);
  overflow: hidden;
}.ub-home .faq-item summary{
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  padding: 1.1rem 3rem 1.1rem 1.3rem;
  position: relative;
}.ub-home .faq-item summary::-webkit-details-marker{ display: none; }.ub-home .faq-item summary::after{
  content: "+";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--police-titre);
  font-size: 1.5rem;
  color: var(--rose);
  transition: transform 0.25s ease;
}.ub-home .faq-item[open] summary::after{ transform: translateY(-50%) rotate(45deg); }.ub-home .faq-item p{ padding: 0 1.3rem 1.2rem; font-size: 0.95rem; }.ub-home .final{
  position: relative;
  text-align: center;
  color: var(--blanc);
  padding: 5rem 0;
  overflow: hidden;
}.ub-home .final-fond{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(43, 27, 61, 0.72), rgba(43, 27, 61, 0.82)),
    url("../../licence-ecom-images-tout-univers-barbie.com/univers-barbie.com/backgrounds/bg-section-popstar.webp") center / cover no-repeat;
}.ub-home .final-contenu{ position: relative; z-index: 1; }.ub-home .final h2{ color: var(--blanc); margin-top: 1rem; }.ub-home .final p{ max-width: 520px; margin: 0 auto 1.6rem; }.ub-home .final .hero-actions{ justify-content: center; }.ub-home .revele{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}.ub-home .revele.est-visible{ opacity: 1; transform: translateY(0); }@media (prefers-reduced-motion: reduce){.ub-home{ scroll-behavior: auto; }.ub-home *, .ub-home *::before, .ub-home *::after{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }.ub-home .bandeau-liste{ animation: none; flex-wrap: wrap; width: auto; justify-content: center; }.ub-home .revele{ opacity: 1; transform: none; }
}@media (min-width: 768px){.ub-home .section{ padding: 5rem 0; }.ub-home .hero-scene{
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-rows: none;
    align-items: center;
    gap: 2rem;
  }.ub-home .hero-visuel{ display: block; }.ub-home .look-pieces{ grid-template-columns: repeat(4, 1fr); }.ub-home .dressing{ grid-template-columns: 1.1fr 0.9fr; gap: 2rem; }.ub-home .dressing-scene{ order: 2; }.ub-home .dressing-choix{ order: 1; }.ub-home .scene-cadre{ width: 100%; }.ub-home .collage{
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
    margin: 0 auto;
  }.ub-home .grille-favoris{ grid-template-columns: repeat(3, 1fr); }.ub-home .split{ grid-template-columns: 1fr 1fr; gap: 3rem; }.ub-home .split-inverse .split-visuel{ order: 2; }.ub-home .split-inverse .split-texte{ order: 1; }.ub-home .avis-liste{ grid-template-columns: repeat(3, 1fr); }.ub-home .grille-service{ grid-template-columns: repeat(2, 1fr); }.ub-home .rail-liste{ min-width: 100%; justify-content: center; }
}@media (min-width: 1024px){.ub-home .hero-miroir{ width: 340px; }
}


.ub-home .produit-placeholder.has-product { background: #fff; padding: 0; align-items: stretch; }
.ub-home .produit-placeholder.has-product::after { display: none; }
.ub-home .produit-placeholder.has-product a { display: grid; grid-template-rows: 1fr auto; width: 100%; min-height: 100%; color: var(--prune); text-decoration: none; }
.ub-home .produit-placeholder.has-product img { width: 100%; height: 100%; min-height: 130px; object-fit: contain; padding: .65rem; }
.ub-home .produit-placeholder.has-product .ub-product-caption { display: block; padding: .55rem .7rem .7rem; font-weight: 800; font-size: .78rem; line-height: 1.2; color: var(--prune); background: rgba(255,244,250,.92); }
.ub-home .produit-placeholder.has-product .ub-product-price { display: block; color: var(--rose); font-size: .76rem; margin-top: .15rem; }

/* Live desktop patch: preserve local desktop layout inside the WordPress wrapper. */
@media (min-width: 768px) {
  .ub-home .section { padding: 5rem 0; }
  .ub-home .hero-scene { grid-template-columns: 1.1fr 0.9fr; grid-template-rows: none; align-items: center; gap: 2rem; }
  .ub-home .hero-visuel { display: block; }
  .ub-home .look-pieces { grid-template-columns: repeat(4, 1fr); }
  .ub-home .dressing { grid-template-columns: 1.1fr 0.9fr; gap: 2rem; direction: ltr; }
  .ub-home .dressing-scene { order: 2; grid-column: 2; grid-row: 1; }
  .ub-home .dressing-choix { order: 1; grid-column: 1; grid-row: 1; }
  .ub-home .scene-cadre { width: 100%; }
  .ub-home .collage { grid-template-columns: repeat(2, 1fr); max-width: 860px; margin: 0 auto; }
  .ub-home .grille-favoris { grid-template-columns: repeat(3, 1fr); }
  .ub-home .split { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .ub-home .split-inverse .split-visuel { order: 2; }
  .ub-home .split-inverse .split-texte { order: 1; }
  .ub-home .avis-liste { grid-template-columns: repeat(3, 1fr); }
  .ub-home .grille-service { grid-template-columns: repeat(2, 1fr); }
  .ub-home .rail-liste { min-width: 100%; justify-content: center; }
}
@media (min-width: 1024px) {
  .ub-home .hero-miroir { width: 340px; }
}
