{ "store.product": { "children": [ "html#breadcrumb", "condition-layout.product#availability", "flex-layout.row#description", "flex-layout.row#specifications-title", "product-specification-group#table", "shelf.relatedProducts", "product-questions-and-answers" ] }, "html#breadcrumb": { "props": { "tag": "section", "testId": "breadcrumbs", "blockClass": "pdp-breadcrumb" }, "children": ["breadcrumb"] }, "flex-layout.row#specifications-title": { "children": ["rich-text#specifications"] }, "rich-text#specifications": { "props": { "text": "##### Product Specifications" } }, "flex-layout.row#description": { "props": { "marginBottom": 7 }, "children": ["product-description"] }, "condition-layout.product#availability": { "props": { "conditions": [ { "subject": "isProductAvailable" } ], "Then": "flex-layout.row#product-main", "Else": "flex-layout.row#product-availability" } }, "flex-layout.row#product-main": { "props": { "marginBottom": 5, "blockClass": "productMain", "fullWidth": true }, "children": ["html#product-images", "flex-layout.col#right-col"] }, "html#product-images": { "props": { "tag": "section", "testId": "product-images", "blockClass": "product-images" }, "children": ["product-images"] }, "product-images": { "props": { "aspectRatio": { "desktop": "auto", "phone": "16:9" }, "thumbnailsOrientation": "horizontal", "showNavigationArrows": false, "showPaginationDots": false, "maxHeight": 2560 } }, "flex-layout.col#right-col": { "props": { "width": "50%", "preventVerticalStretch": true, "blockClass": "right-col" }, "children": [ "flex-layout.row#product-name", "product-identifier.product", // "product-rating-summary", // "flex-layout.row#list-price-savings", "flex-layout.row#selling-price", "product-installments", // "product-separator", "sku-selector", "product-quantity", "product-assembly-options", "product-gifts", "flex-layout.row#buy-button", "availability-subscriber", "shipping-simulator", "share#default" ] }, "flex-layout.row#product-name": { "props": { "marginBottom": 3, "blockClass": "product-name" }, "children": ["vtex.store-components:product-name"] }, "sku-selector": { "props": { "variationsSpacing": 3, "showValueNameForImageVariation": true } }, "flex-layout.row#buy-button": { "props": { "marginTop": 4, "marginBottom": 7 }, "children": ["add-to-cart-button"] }, "flex-layout.row#product-availability": { "props": { "colGap": 7, "marginTop": 4, "marginBottom": 7, "paddingTop": 7 }, "children": [ "html#product-images", "flex-layout.col#right-col-availability" ] }, "flex-layout.col#right-col-availability": { "props": { "width": "50%", "preventVerticalStretch": true, "rowGap": 0, "blockClass": "info-availability" }, "children": [ "flex-layout.row#product-name", "product-identifier.product", "sku-selector", "flex-layout.row#availability" ] }, "flex-layout.row#availability": { "props": { "blockClass": "message-availability" }, "children": ["availability-subscriber"] }, "share#default": { "props": { "social": { "Facebook": true, "WhatsApp": true, "Twitter": false, "Pinterest": true } } } }