{{#each product.reviews.messages}} {{#if error}} {{> components/common/alert/alert-error error}} {{/if}} {{#if success}} {{> components/common/alert/alert-success success}} {{/if}} {{/each}}
{{!-- Note that these image sizes are coupled to image sizes used in /assets/js/theme/common/product-details.js for variant/rule image replacement --}}
{{> components/common/breadcrumbs breadcrumbs=breadcrumbs}}

{{product.title}}

' 0}}{{#if schema}} itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"{{/if}}{{/if}}> {{#if settings.show_product_rating}} {{#if product.num_reviews '>' 0}} {{#if schema}} {{/if}} {{/if}} {{/if}} {{#if settings.show_product_reviews}} ' 0}} title="{{lang 'products.reviews.rating_aria_label' current_rating=product.rating max_rating=5}}" {{else}} title="{{lang 'products.reviews.new'}}" {{/if}} > {{> components/products/ratings rating=product.rating}} {{#unless product.num_reviews '==' '0'}} {{lang 'products.reviews.num_reviews' num=product.num_reviews}} {{/unless}} {{> components/products/modals/writeReview}} {{/if}}
{{#if product.sku}}
{{product.sku}}
{{/if}} {{#if product.call_for_price}}

{{product.call_for_price}}

{{/if}} {{#or customer (if theme_settings.restrict_to_login '!==' true)}} {{> components/products/price price=product.price schema_org=schema}} {{else}} {{> components/common/pdp-login_for_pricing}} {{/or}} {{{region name="product_below_price"}}} {{product.detail_messages}}
{{product.upc}}
{{#if schema}} {{#if product.mpn}}{{/if}} {{#if product.gtin}}{{/if}} {{/if}} {{#if product.condition}}
{{lang 'products.condition'}}
{{product.condition}}
{{/if}} {{#if product.availability}}
{{lang 'products.availability'}}
{{product.availability}}
{{/if}} {{#all product.weight theme_settings.show_product_weight}}
{{lang 'products.weight'}}
{{product.weight}}
{{/all}} {{#all product.width product.height product.depth theme_settings.show_product_dimensions}}
{{lang 'products.width'}}
{{product.width}} {{#if settings.measurements.length '==' 'Centimeters'}} ({{lang 'products.measurement.metric'}}) {{else}} ({{lang 'products.measurement.imperial'}}) {{/if}}
{{lang 'products.height'}}
{{product.height}} {{#if settings.measurements.length '==' 'Centimeters'}} ({{lang 'products.measurement.metric'}}) {{else}} ({{lang 'products.measurement.imperial'}}) {{/if}}
{{lang 'products.depth'}}
{{product.depth}} {{#if settings.measurements.length '==' 'Centimeters'}} ({{lang 'products.measurement.metric'}}) {{else}} ({{lang 'products.measurement.imperial'}}) {{/if}}
{{/all}} {{#if product.min_purchase_quantity}}
{{lang 'products.min_purchase_quantity'}}
{{lang 'products.purchase_units' quantity=product.min_purchase_quantity}}
{{/if}} {{#if product.max_purchase_quantity}}
{{lang 'products.max_purchase_quantity'}}
{{lang 'products.purchase_units' quantity=product.max_purchase_quantity}}
{{/if}} {{#if product.gift_wrapping_available}}
{{lang 'products.gift_wrapping'}}
{{lang 'products.gift_wrapping_available'}}
{{/if}} {{#if product.shipping}} {{#if product.shipping.calculated}}
{{lang 'products.shipping'}}
{{lang 'products.shipping_calculated'}}
{{else}} {{#if product.shipping.price.value '===' 0}}
{{lang 'products.shipping'}}
{{lang 'products.shipping_free'}}
{{else}}
{{lang 'products.shipping'}}
{{lang 'products.shipping_fixed' amount=product.shipping.price.formatted}}
{{/if}} {{/if}} {{/if}} {{#if settings.bulk_discount_enabled}}
{{> components/products/bulk-discount-rates bulk_discount_rates=product.bulk_discount_rates}}
{{/if}} {{!-- {{#if theme_settings.show_custom_fields_tabs '!==' true}} {{#each product.custom_fields}}
{{name}}:
{{{ sanitize value}}}
{{/each}} {{/if}} --}}
{{#if product.release_date }}

{{product.release_date}}

{{/if}}
{{#if product.can_purchase}} {{> components/products/add-to-cart}} {{/if}} {{#if product.out_of_stock}} {{#if product.out_of_stock_message}} {{> components/common/alert/alert-error product.out_of_stock_message}} {{else}} {{> components/common/alert/alert-error (lang 'products.sold_out')}} {{/if}} {{/if}}
{{#if settings.show_wishlist}} {{> components/common/wishlist-dropdown}} {{/if}} {{> components/common/add-to-quote-dropdown}}
{{#if product.description}}
{{#if theme_settings.show_product_details_tabs}} {{> components/products/product-detail_tab}} {{else}} {{> components/products/description}} {{/if}}
{{/if}}