
			/* UNIVERSAL UNLOCK: Force Full Width for Shop, Categories, Tags, and Single Products */
body.woocommerce-shop .site-main,        /* The main Shop page */
body.tax-product_cat .site-main,         /* Category Archive pages */
body.tax-product_tag .site-main,         /* Tag Archive pages */
body.single-product .site-main,          /* Single Product pages */
body.search-results .site-main {         /* Search Result pages */
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Ensure the JetWooBuilder content fills that space */
body.woocommerce-page .elementor-jet-woo-builder-shop,
body.woocommerce-page .elementor-location-archive,
body.woocommerce-page .elementor-jet-woo-builder-single {
    width: 100% !important;
    max-width: 100% !important;
}
/* Hide WooCommerce Breadcrumbs */
.woocommerce-breadcrumb {
    display: none !important;
}

/* Optional: Remove top padding from the main container if a white gap remains */
.single-product .site-content {
    padding-top: 0 !important;
}

/* === Complianz Terms & Conditions – Force Custom Styling === */
/* Overrides Elementor Global Colors & Theme Defaults */

/* Headings */
.cmplz-terms-conditions h2 {
  font-size: 20px !important;
  color: #002366 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Subtitles */
.cmplz-terms-conditions .cmplz-subtitle {
  font-size: 16px !important;
  color: #002366 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Regular text */
.cmplz-terms-conditions p {
  font-size: 14px !important;
  font-family: inherit !important;
  color: #1A1A1A !important;
  line-height: 2em !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

/* Links */
.cmplz-terms-conditions a {
  font-size: 14px !important;
  color: #DAA520 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

/* Links hover */
.cmplz-terms-conditions a:hover {
  color: #DAA520 !important;
  text-decoration: none !important;
}
		