.header{display:flex;flex-direction:row;align-items:center;background-color:#fd0;padding:4px}.header-logo{width:150px;height:100px}.header-title{font-family:Times New Roman,serif;font-size:48px;font-weight:700;color:#a10000;margin:10px 0 5px;align-content:start;text-decoration:underline}.header-subtitle{font-family:Arial,sans-serif;font-size:16px;color:#a10000;margin:0}.header-text{flex-direction:column;align-content:flex-start}.cart-badge-animate{animation:bounce .5s ease}@keyframes bounce{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.9)}to{transform:scale(1)}}
