/*
 * overrides.css — modest tweaks on top of bootstrap4 + rugby3 + vs2.
 * Keep this file small. Anything visual that's working on the live site
 * is already handled upstream; only put fixes for responsive awkwardness
 * or genuine bugs here.
 */

/* Commerce7 tools: tuck the cart/account icons into the top-right corner
   instead of letting them flow as a block above the nav. */
.c7-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 2rem;
  font-size: 0.9rem;
}

/* Slot for Commerce7 widgets (c7-content / c7-product-collection). */
.c7-host {
  padding: 2rem 0;
}

/* Hamburger toggle visibility:
   the live site shows the hamburger only below the navbar-expand-md
   breakpoint (< 768px). Hide on desktop. */
@media (min-width: 768px) {
  .navbar-toggler { display: none; }
}
