/* Marque blanche : sur un domaine magasin, chaque bloc [data-store-brand] devient
   « [logo du magasin] NOM DU MAGASIN » (ou « [initiales] NOM » sans logo).
   Hauteur du logo pilotable par --store-brand-logo-height (70 px par défaut). */
[data-store-brand-mark]{overflow:hidden}
.store-branded [data-store-brand-name]{text-transform:uppercase}
.store-branded [data-store-brand-mark].store-brand-mark-logo{display:flex!important;flex:0 0 auto;width:auto!important;max-width:min(270px,100%)!important;height:var(--store-brand-logo-height,70px)!important;max-height:var(--store-brand-logo-height,70px)!important;align-items:center;justify-content:center;padding:0!important;background:transparent!important;color:transparent!important;font-size:0!important;line-height:0!important;transform:none!important;border-radius:0!important;box-shadow:none!important}
/* Secours pour les scripts qui posent eux-mêmes l'image (panier.js, configurateur.js). */
.store-branded [data-store-brand-mark]:has(>.store-brand-logo){display:flex!important;flex:0 0 auto;width:auto!important;max-width:min(270px,100%)!important;height:var(--store-brand-logo-height,70px)!important;max-height:var(--store-brand-logo-height,70px)!important;align-items:center;justify-content:center;padding:0!important;background:transparent!important;color:transparent!important;font-size:0!important;line-height:0!important;transform:none!important;border-radius:0!important;box-shadow:none!important}
.store-branded [data-store-brand-mark]>.store-brand-logo{display:block!important;width:auto!important;max-width:min(270px,100%)!important;height:100%!important;max-height:var(--store-brand-logo-height,70px)!important;padding:0!important;border-radius:0!important;background:transparent!important;object-fit:contain!important}
.store-branded [data-store-brand-mark]:empty{display:none!important}
/* Contextes compacts : en-têtes d'overlays, configurateur, portails, boîtes de dialogue, panier. */
.collection-logo,.products-logo{--store-brand-logo-height:52px}
.config-store-brand,.portal-brand,.easy-dialog,.project-login-dialog,.checkout-brand,.boutique-accessories-brand,.boutique-catalog-brand,.catalog-brand,.config-brand{--store-brand-logo-height:44px}
.config-store-brand [data-store-brand-mark]{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#fff;color:#142235;font-size:11px}
