/*
Theme Name: Razzi Child
Template: razzi
Description: Child theme for Razzi, customized for the Pakistan-based abaya/modest-wear store project.
Version: 1.0.1
Author: Your Name
*/

/* Add your custom CSS overrides below this line */

/*
 * Checkout page fix: WooCommerce's Checkout block renders full-width here
 * (no max-width applied), unlike every other page which is constrained to
 * Razzi's standard 1170px container. Root cause unclear (block markup looks
 * structurally different from the Cart page's, which is NOT affected), but
 * this reliably matches the checkout block's width to the rest of the site.
 */
.wp-block-woocommerce-checkout {
	max-width: 1170px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
