/* The 320px header has 177px of controls and 40px of spacing. Let the logo
   fit the remaining space so the cart control stays completely visible. */
@media (max-width: 359px) {
  .whb-header .whb-mobile-center .site-logo img {
    width: calc(100vw - 217px);
    height: auto;
  }
}
