{ "store.product": { "children": [ "html#breadcrumb", "condition-layout.product#availability", "flex-layout.row#description", "flex-layout.row#specifications-title", "product-specification-group#table", "shelf.relatedProducts", "newsletter", "product-questions-and-answers" ] }, "html#breadcrumb": { "props": { "tag": "section", "testId": "breadcrumbs", "blockClass": "pdp-breadcrumb" }, "children": ["breadcrumb#pdp-breadcrumb"] }, "breadcrumb#pdp-breadcrumb": { "props": { "homeIconSize": 0, "showOnMobile": true } }, "html#product-images": { "props": { "blockClass": "productImages", "testId": "product-images" }, "children": ["flex-layout.row#product-image"] }, "flex-layout.row#product-image": { "title": "LAYOUT: exibição do carossel de images do produto", "children": ["product-images"] }, "product-images": { "title": "BLOCO: exibição do carossel de imagens do produto", "props": { "aspectRatio": "1:1", "thumbnailAspectRatio": "1:1", "thumbnailsOrientation": "horizontal", "displayThumbnailsArrows": false, "thumbnailVisibility": "visible", "showNavigationArrows": false, "showPaginationDots": false, "thumbnailMaxHeight": 90 } }, "flex-layout.row#product-main": { "props": { "colGap": 7, "rowGap": 7, "marginTop": 5, "marginBottom": 7, "paddingBottom": 7, "blockClass": "productMain" }, "children": ["flex-layout.col#stack", "flex-layout.col#right-col"] }, "stack-layout": { "props": { "blockClass": "product" }, "children": [ "html#product-images", "product-bookmark", "product-specification-badges" ] }, "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" } }, "product-specification-badges": { "props": { "specificationGroupName": "Group", "specificationName": "On Sale", "visibleWhen": "True", "displayValue": "SPECIFICATION_NAME" } }, "flex-layout.col#stack": { "children": ["stack-layout"], "props": { "width": "60%", "rowGap": 0 } }, "flex-layout.col#right-col": { "props": { "blockClass": "productInformations", "preventVerticalStretch": true, "rowGap": 0 }, "children": [ "flex-layout.row#product-name", "flex-layout.row#selling-price", "product-installments", "html#sku-selector", "product-quantity", "product-gifts", "flex-layout.row#buy-button", "availability-subscriber", "shipping-simulator" ] }, "flex-layout.row#product-name": { "props": { "marginBottom": 5, "preserveLayoutOnMobile": true }, "children": ["flex-layout.col#product-name"] }, "flex-layout.col#product-name": { "props": { "blockClass": "productName", "rowGap": 3 }, "children": [ "vtex.store-components:product-name", "product-identifier.product" ] }, "html#sku-selector": { "props": { "testId": "sku-selector" }, "children": ["sku-selector"] }, "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": [ "flex-layout.col#stack", "flex-layout.col#right-col-availability" ] }, "flex-layout.col#right-col-availability": { "props": { "preventVerticalStretch": true, "rowGap": 0, "blockClass": "info-availability" }, "children": [ "vtex.store-components:product-name", "product-identifier.product", "sku-selector", "flex-layout.row#availability" ] }, "flex-layout.row#availability": { "props": { "blockClass": "message-availability" }, "children": ["availability-subscriber"] } }