/**
 * Keep the populated-basket recommendation card compact while its sidebar is
 * stacked below the cart. Phone and desktop-sidebar layouts retain ownership.
 */
@media only screen and (min-width: 561px) and (max-width: 1180px) {
	body.woocommerce-cart .custom-cart-right .custom-related-slider {
		max-width: clamp(360px, 52.083333vw, 420px);
	}
}
