/* Header/footer only: no Product card, image, group, price or modal redesign. */
.wb-showroom-frame .products-shell {
  min-height: 0;
  padding-bottom: calc(20px + var(--safe-b, 0px));
}
.wb-showroom-frame .products-topbar {
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  min-height: 54px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e9edf1;
  padding-bottom: 8px;
}
.wb-showroom-frame .products-title h1 {
  margin: 0;
  color: #173d36;
  font-size: 1.15rem;
  line-height: 1.4;
  letter-spacing: -.025em;
}
.wb-showroom-frame .products-title small {
  margin-top: 3px;
  font-size: .6rem;
  font-weight: 500;
  color: #65746f;
  letter-spacing: .06em;
}
/* This is the old floating navigation, not the in-product basket controls. */
.wb-showroom-frame .floating-basket { display: none !important; }
.wb-showroom-footer {
  max-width: 1156px;
  margin: 0 auto;
  padding: 20px 12px calc(24px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #e9edf1;
  text-align: center;
  font-family: Arial, "Myanmar Text", sans-serif;
  color: #65746f;
}
.wb-showroom-footer p { margin: 0; font-size: 12px; line-height: 2; }
.wb-showroom-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
  color: #173d36;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wb-showroom-footer a:focus-visible { outline: 2px solid #173d36; outline-offset: 3px; }
.wb-showroom-footer small { display: block; margin-top: 6px; font-size: 10px; line-height: 1.8; }
