Adding the code snippet below into my Shopify product-liquid file caused chaos on the page, altering the font and even changing the shape of the add to cart button...
The problematic code is shown below:
<div id="shopify-section-product-icon-gallery" class="shopify-section product-icon-gallery">
<div class="container">
<div class="icon-box">
<div class="item " style="width: 33.333333333333336%">
<img src="https://cdn.shopify.com/s/files/1/0259/5884/2477/files/image3.png?v=1576699921">
<label>Satisfait ou Remboursé </label>
</div>
<div class="item " style="width: 33.333333333333336%">
<img src="https://cdn.shopify.com/s/files/1/0259/5884/2477/files/image1.png?v=1576699921">
<label>Meilleur prix</label>
</div>
<div class="item " style="width: 33.333333333333336%">
<img src="https://cdn.shopify.com/s/files/1/0259/5884/2477/files/image2.png?v=1576699921">
<label>Paiement 100% sécurisé</label>
<div id="shopify-section-product-icon-gallery" class="shopify-section product-icon-gallery">
<link href="//cdn.shopify.com/s/files/1/0262/4493/9862/t/2/assets/colors.scss.css?1306" rel="stylesheet" type="text/css" />
<link href="//cdn.shopify.com/s/files/1/0262/4493/9862/t/2/assets/custom.scss.css?1306" rel="stylesheet" type="text/css" />
</div>
</div>
You can view a demo here. (Click 'run' to see it in action)