/**
 * Weight-loss product page tweaks.
 *
 * Next-day delivery promise is not offered on WL products.
 * To show it again later: comment out or delete the rule below.
 */

body.mcp-wl-product .product-delivery,
body.mcp-wl-product .product-delivery-mobile,
body.mcp-wl-product .product-delivery-desktop {
	display: none !important;
}
