<div class="advice {{modificator}}">
    <a href="{{#if adviceLink}}{{adviceLink}}{{else}}https://www.wickes.co.uk/ideas-advice/quick-diy-tips{{/if}}" target="_blank" class="advice__content">
        <button class="btn btn-primary advice__button">
            <svg class="advice__icon" viewBox="0 0 80 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                <g id="Ideas-advice-pdp-icon-hover">
                    <path class="advice__path" d="M44.0370804,64.9998808 C44.560551,64.9998808 45.0488311,64.7381932 45.3378891,64.3026512 L47.7314152,60.7049234 C47.9013595,60.4491485 47.9921491,60.1483604 47.9931028,59.8416594 L47.9999692,52.4999106 C48.2206489,50.9647847 50.635728,46.3289849 53.1210927,43.4940994 C55.7684863,40.4735339 57.3749469,36.5204679 57.3749469,32.187459 C57.3749469,22.6952751 49.6796718,15 40.1874878,15 C30.1337818,15 22.9882986,23.1581875 23.0000144,32.2109194 C23.0058462,36.5350591 24.6113531,40.4794467 27.253883,43.4940994 C29.7587979,46.3505379 32.1650079,51.0037899 32.3750065,52.4999106 L32.3808239,59.8416594 C32.3808239,60.149314 32.4726625,60.4491485 32.6426068,60.7049234 L35.0361329,64.3026512 C35.3261446,64.7381932 35.8144247,64.9998808 36.3369416,64.9998808 L44.0370804,64.9998808 Z M45.8319865,49.3739644 L34.5439428,49.3739644 C33.1513909,46.1297628 30.9707244,42.9920864 29.6044938,41.4335002 C27.3457216,38.8573459 26.1377052,35.5907331 26.1298461,32.187459 C26.1123375,24.6688994 32.026344,18.1249925 40.1874878,18.1249925 C47.9414137,18.1249925 54.2499543,24.4335331 54.2499543,32.187459 C54.2499543,35.5907331 53.0145675,38.8749889 50.7714355,41.4335002 C49.405205,42.9920864 47.2235848,46.1308119 45.8319865,49.3739644 Z M44.8730693,55.6249031 L35.5009527,55.6249031 L35.4941816,52.4999106 L44.876884,52.4999106 L44.8730693,55.6249031 Z M43.2001378,61.8748882 L37.1737888,61.8748882 L35.5048627,59.3660632 L35.5039091,58.7498957 L44.8691593,58.7498957 L44.8691593,59.3660632 L43.2001378,61.8748882 Z" id=""  fill-rule="nonzero"></path>
                    <polygon class="advice__polygon" id="Path-2" fill="#0277BD" points="39.4462891 21 33 35.1333718 39.4462891 36.9335938 39.4462891 45.453125 46.5761719 30.4121094 39.7880859 29.140625"></polygon>
                </g>
            </svg>
        </button>
        <p class="advice__info">
            <span class="advice__title">
                {{#if adviceTitle}}
                    {{ adviceTitle }}
                {{else}}
                    Advice & Inspiration
                {{/if}}
            </span>
            <span class="advice__link">
                {{#if adviceSubtitle}}
                    {{adviceSubtitle}}
                {{else}}
                    How to Remove & Replace Tiles
                {{/if}}
            </span>
        </p>
    </a>
</div>
