/**
 * Dark premium chrome for WoodMart theme on Fixit pages only.
 */
body.moonwest-fixit-page {
  background: #000 !important;
  color: #f5f5f7;
}

body.moonwest-fixit-page .website-wrapper,
body.moonwest-fixit-page .wd-page-content,
body.moonwest-fixit-page .main-page-wrapper,
body.moonwest-fixit-page .wd-content-area,
body.moonwest-fixit-page .content-layout-wrapper {
  background: #000 !important;
}

/* WoodMart grid was crushing plugin pages into a ~12ch column */
body.moonwest-fixit-page main.wd-content-layout,
body.moonwest-fixit-page .wd-content-layout.wd-grid-g {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding-inline: 0 !important;
  margin-inline: 0 !important;
  --wd-col-lg: 1 !important;
}

body.moonwest-fixit-page .moonwest-fixit-main {
  width: 100% !important;
  max-width: none !important;
  grid-column: 1 / -1 !important;
}

body.moonwest-fixit-page .wd-page-title,
body.moonwest-fixit-page .page-title,
body.moonwest-fixit-page .title-size-default,
body.moonwest-fixit-page .wd-breadcrumbs {
  display: none !important;
}

/* Hide WoodMart header — plugin renders mwf-site-header */
body.moonwest-fixit-page .whb-header,
body.moonwest-fixit-page .whb-main-header,
body.moonwest-fixit-page .wd-header,
body.moonwest-fixit-page header.wd-header,
body.moonwest-fixit-page .website-header {
  display: none !important;
}

body.moonwest-fixit-page .wd-tools-element.wd-header-search,
body.moonwest-fixit-page .wd-header-cart,
body.moonwest-fixit-page .wd-tools-element.wd-header-wishlist,
body.moonwest-fixit-page .wd-header-compare,
body.moonwest-fixit-page .wd-header-my-account,
body.moonwest-fixit-page .wd-toolbar,
body.moonwest-fixit-page .wd-sticky-nav,
body.moonwest-fixit-page .wd-sidebar-opener {
  display: none !important;
}

body.moonwest-fixit-page .wd-footer,
body.moonwest-fixit-page footer.footer-container {
  background: #000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #86868b !important;
}

body.moonwest-fixit-page .wd-footer a {
  color: #86868b !important;
}

body.moonwest-fixit-page .wd-scroll-top {
  background: rgba(255, 255, 255, 0.15) !important;
  border-radius: 50%;
}

body.moonwest-fixit-page .wd-content-layout {
  padding-top: 0 !important;
}

/* Mobile menu toggle: WoodMart button styles were painting a white box on desktop */
body.moonwest-fixit-page .mwf-site-header .mwf-nav-toggle {
  background: transparent !important;
  box-shadow: none !important;
}

@media (min-width: 980px) {
  body.moonwest-fixit-page .mwf-site-header .mwf-nav-toggle {
    display: none !important;
  }
}
