28 ? " has-long-title" : ""}" part="card product-card">
${
product.canView === false
? ``
: ``
}
${summary && product.canAdd !== false && product.inStock !== false ? `` : ""}
${safe(product.category)}${product.canView === false ? safe(product.name) : ``}
${product.compareAt > product.price ? `${money.format(Number(product.compareAt) || 0)}` : ""}${money.format(Number(product.price) || 0)}
${safe(product.reason)}
${
!summary && (product.sizes?.length || product.colors?.length)
? `
${product.sizes?.length === 1 ? `` : product.sizes?.length ? `` : ""}
${product.colors?.length === 1 ? `` : product.colors?.length ? (this.config.colorPicker === "swatches" ? `` : ``) : ""}
${this.config.showQuantity ? `` : ""}
`
: ""
}
${
summary
? ""
: `
${product.canView === false ? "" : ``}
${product.canAdd === false || product.inStock === false ? "" : ``}
`
}