@use "../../../1-helpers/functions";

.ct-order-review,
.sticky-summary .entry-summary,
.sticky-gallery .woocommerce-product-gallery {
	@include functions.media-breakpoint-up(lg) {
		align-self: flex-start;
		position: sticky;
		top: calc(
			50px +
			var(--admin-bar, 0px) +
			var(--theme-frame-size, 0px) +
			var(--header-sticky-offset, 0px) +
			var(--header-sticky-height-animated, calc(var(--header-sticky-height, 0px) * (var(--sticky-shrink, 100) / 100)))
		);
	}
}