/** Shopify CDN: Minification failed

Line 20:0 Unexpected "{"
Line 20:1 Expected identifier but found "%"
Line 21:7 Unexpected "2022"
Line 22:1 Expected identifier but found "%"
Line 24:7 Expected identifier but found whitespace
Line 24:9 Unexpected "{"
Line 24:19 Expected ":"

**/
/*

Please add any custom CSS code in here, it will be easier to transfer if updating themes.

We highly recommend labelling changes, or App installs, so these can also be updated or removed as needed.

*/

{% comment %}
Duncan 2022-03-05 13:20 added background color to hovor
{% endcomment %}
a:hover{
	color: {{ settings.active-link-color }};
    background-color: #c0ddae;
}