---
page-title: "Single Product"
layout: "str2"
no-page-heading: true
---
{{#> _str2-content }}
{{! Product Main }}
{{#> _str2-grid grid-class="gap-y-10 mb-10 md:mb-16 lg:mb-24 xl:mb-28"}}
{{#with ../../str2.shop.product }}
{{! Product Slider }}
{{! Title }}
{{title}}
{{! Title / End }}
{{! Rating }}
{{> _str2-rating
rating=rating
rating-size="lg"
rating-class="mb-4 md:mb-6"
}}
{{! Rating / End }}
{{! Price }}
{{../../../str2.shop.currency}}{{price}}
{{! Price / End }}
{{! Excerpt }}
{{excerpt}}
{{! Excerpt / End }}
{{! Colors }}
Select Color
{{! Color: Accent }}
{{> _str2-form-checkbox-check
id="product-color-accent"
name="product-color"
class="text-[#393d58] bg-[#393d58] ring-[#393d58]"
isChecked="true"
}}
{{! Color: Accent / End }}
{{! Color: Primary }}
{{> _str2-form-checkbox-check
id="product-color-primary"
name="product-color"
class="text-primary bg-primary ring-primary"
}}
{{! Color: Primary / End }}
{{! Color: Gray }}
{{> _str2-form-checkbox-check
id="product-color-gray"
name="product-color"
class="text-[#ebebeb] bg-[#ebebeb] ring-[#ebebeb]"
}}
{{! Color: Gray / End }}
{{! Colors / End }}
{{! Options (Size, Quantity) }}
{{#> _str2-form-select
name="product-size"
id="product-size"
size="md"
label="Print Size"
}}
{{#each sizes }}
{{label}}
{{/each}}
{{/_str2-form-select}}
{{> _str2-form-input
type="number"
name="product-quantity"
id="product-quantity"
label="Quantity"
value="1"
}}
{{! Options (Size, Quantity) / End }}
{{! Add To Cart }}
{{#> _str2-btn
is-btn="true"
variant="primary"
size="md"
type="submit"
class="basis-full md:basis-1/2 lg:basis-2/5"
}}
+ Add to cart
{{/_str2-btn}}
{{! Add To Cart / End }}
{{! Social Share }}
{{! Social Share / End }}
{{! Product Info / End }}
{{/with}}
{{/_str2-grid }}
{{! Product Main / End }}
{{> _str2-product-tabs reviews=../str2.shop.product.reviews}}
{{/_str2-content}}