diff --git a/react/components/Html/styles.css b/react/components/Html/styles.css index 43246f9..0ee0ee5 100644 --- a/react/components/Html/styles.css +++ b/react/components/Html/styles.css @@ -305,3 +305,18 @@ [class*="quantitySelectorTitle"] { font-size: 0; } + +/* [class*="description-content"] [class*="contentItem"] { + display: flex; + margin-top: 64px; + margin-bottom: 16px; +} + +[class*="productImage"] [class*="productImageTag"] { + max-height: fit-content !important; +} + +[class*="productImagesContainer--carousel"] + [class*="productImagesGallerySlide"] { + margin: 0; +} */ diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index 41bada0..c79af06 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -92,7 +92,8 @@ }, "html#product-description": { "props": { - "testId": "product-description" + "testId": "product-description", + "blockClass": "description-content" }, "children": ["tab-layout#pdp-descriptions"] },