
/* ── Remove sidebar on WooCommerce pages ─────────────────────────────────── */
.woocommerce-page .site-main,
.woocommerce .site-main {
    width: 100% !important;
    float: none !important;
}

.woocommerce-page #sidebar,
.woocommerce #sidebar,
.woocommerce-page .widget-area,
.woocommerce .widget-area {
    display: none !important;
}

/* Full width checkout and order pages */
.woocommerce-checkout .hentry,
.woocommerce-order-received .hentry,
.woocommerce-cart .hentry {
    width: 100% !important;
    float: none !important;
}

/* Content area full width */
.storefront-full-width-content .entry-content {
    width: 100% !important;
}
