/* Keep the WordPress admin toolbar; remove only WoodMart's public shell. */
body.sst-hide-woodmart header.whb-header,
body.sst-hide-woodmart .whb-header,
body.sst-hide-woodmart .whb-clone,
body.sst-hide-woodmart .wd-header-spacer,
body.sst-hide-woodmart .top-bar,
body.sst-hide-woodmart .page-title,
body.sst-hide-woodmart .wd-page-title,
body.sst-hide-woodmart .breadcrumbs-location-below_header,
body.sst-hide-woodmart .wd-prefooter,
body.sst-hide-woodmart footer.footer-container,
body.sst-hide-woodmart .footer-container,
body.sst-hide-woodmart .sidebar-container {
    display: none !important;
}

body.sst-hide-woodmart .main-page-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
body.sst-hide-woodmart .main-page-wrapper > .container,
body.sst-hide-woodmart .main-page-wrapper > .container-fluid,
body.sst-hide-woodmart .content-layout-wrapper,
body.sst-hide-woodmart .site-content,
body.sst-hide-woodmart article.page,
body.sst-hide-woodmart .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.sst-hide-woodmart .content-layout-wrapper {
    display: block !important;
}
body.sst-hide-woodmart .site-content {
    flex: 0 0 100% !important;
}
body.sst-hide-woodmart .sst-site {
    margin-top: 0 !important;
}
