/* ============ LHP BRAND ENFORCEMENT ============ */

/* Backgrounds: force white, kill beige/cream washes */
body { background: #ffffff !important; }
main, .main-content, .product-detail, .product-details,
[class*="product-view"] {
  background: #ffffff !important;
  background-image: none !important;
}

/* Headings: black, brand mono */
h1, h2, h3, h4, h5, h6 {
  color: #0b0b0b !important;
  font-family: 'IBM Plex Mono', monospace;
}

/* Cap h4 size (fixes oversized Ratings / Reviews) */
h4 {
  font-size: 22px !important;
  line-height: 1.3 !important;
}

/* Remove Space Toys demo footer rows (exact IDs) */
[data-element-id="elm_RrMGSdHuQZ6RTwUUvQbs0w"],
[data-element-id="elm_QVUNZXYYRFaRAajvTfcMTQ"],
[data-element-id="elm_IiGAcLwKQ16L1xwrW19vXw"],
[data-element-id="elm_wS2wgEwVQNO81Y3q6ew8fA"] {
  display: none !important;
}