Try your search with a different keyword or use * as a wildcard.
@model ProductDetailsModel.ProductEstimateShippingModel @if (Model.Enabled) { @await Html.PartialAsync("_EstimateShippingPopUp", Model) }