html[data-market-name="united-kingdom"] .hide-section--uk {
    display: none !important;
}

html[data-market-name="united-kingdom"] .show-img--eu,
html[data-market-name="united-kingdom"] .show-img--uk {
    display: block !important;
}

html[data-market-name="united-kingdom"] .hide-img--uk {
    display: none !important;
}