/* Task 86exgrptw — single-product floating-bar drawer-canvas inflates the
   document by 100px (--floating-bar-height: 100px from single-product.css),
   creating a white strip below the footer. Inner uses position:fixed, so
   the outer canvas doesn't need an in-flow height. */
.ct-drawer-canvas[data-location="end"] {
	height: 0 !important;
}
