--- page-title: "Shop" layout: "str1" breadcrumbs: [ { label: "Shop", link: "_str1-shop.html" }, { label: "Single Product" } ] --- {{#> _str1-content }}
{{#with ../str1.shop.product }} {{! Product Slider }}
{{> _str1-product-slider }}
{{! Product Slider / End }} {{! Product Content }}
{{! Product Info }}
{{! Title }}

{{title}}

{{! Title / End }} {{! Price }}
{{../../str1.shop.currency}}{{price}}
{{! Price / End }}
{{! Rating }} {{> _str1-rating rating=rating rating-size="lg" rating-class="mb-6 md:mb-12" label="5.0 out of 2 reviews" }} {{! Rating / End }} {{! Excerpt }}
{{excerpt}}
{{! Excerpt / End }} {{! Options (Size, Quantity) }}
{{#> _str1-form-select name="product-size" id="product-size" label="Print size" }} {{#each sizes }} {{/each}} {{/_str1-form-select}}
{{#> _str1-form-select name="product-color" id="product-color" label="Frame color" }} {{#each colors }} {{/each}} {{/_str1-form-select}}
{{> _str1-form-input type="number" name="product-quantity" id="product-quantity" value="1" label="Quantity" }}
{{! Options (Size, Quantity) / End }} {{! Add To Cart }}
{{#> _str1-btn is-btn="true" variant="accent" size="md" type="submit" class="basis-full md:basis-1/2 lg:basis-1/3" }} + Add to the bag {{/_str1-btn}}
{{! Add To Cart / End }} {{! Social Share }}
Share:
{{! Social Share / End }}
{{! Product Info / End }} {{! Product Tabs }} {{> _str1-product-tabs }} {{! Product Tabs / End }}
{{! Product Content / End }} {{/with}}
{{/_str1-content}}