/* My Brandhub (brandhub.plumgrove.us). Ported verbatim from its inline HEAD
   <style> (2026-09-22). Self-contained: this client does not load
   global/global.css (see loader.js). Noto Sans is loaded by the HEAD snippet.
   One addition since: the body > .container cap (same rule as global.css). */

body, html {
  height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans", sans-serif;
}

/* The flex-column body sizes Bootstrap's centred .container to its content,
   so one wide child (Kendo's Settings TabStrip, a product carousel) widened
   the whole page on phones. Cap it at the viewport; pages that fit are unchanged. */
body > .container {
  max-width: 100%;
}

.prod-cat-item {
  border: 1px solid #dadada;
}
.prod-cat-item .img-wrap {
  border: unset;
border-bottom: 1px solid #dadada;
}

.caption {
  padding-inline: 0 !important;
  text-align: center;
}
.caption h3 {
  font-size: 2rem;
  margin: 0;
}
.caption .prod-buttons {
  display: none;
}

.footer {
  margin-top: auto;
}
