#woolmark-badge{position:fixed;left:0;top:35vh;z-index:9999;height:70px;display:flex;align-items:center;background:#000;color:#fff;border-radius:0;box-shadow:none;overflow:hidden;transform:translateX(calc(-100% + 70px));transition:transform 0.4s ease-in-out;will-change:transform}#woolmark-badge.is-open{transform:translateX(0)}#woolmark-badge .wm-text{font:500 14px/1.4 system-ui,-apple-system,"Segoe UI",Roboto,Arial;padding:0 16px;white-space:normal;flex:1}#woolmark-badge .wm-img{flex:0 0 70px;height:70px;display:flex;align-items:center;justify-content:center}#woolmark-badge .wm-img img{width:70px;height:70px;object-fit:contain;display:block}@media (max-width:768px){#woolmark-badge{bottom:16px;top:auto;height:60px;transform:translateX(calc(-100% + 60px))}#woolmark-badge .wm-img{flex:0 0 60px}#woolmark-badge .wm-img img{width:60px;height:60px}#woolmark-badge .wm-text{font-size:13px;padding:0 10px}#woolmark-badge.is-open{transform:translateX(0)}}