This page contains affiliate links. If you buy through a link here, we may earn a commission at no extra cost to you — this never affects our verdict. Full disclosure.
/* HIDE CART FROM MENU */
.site-header-cart, a.cart-contents, .storefront-handheld-footer-bar ul li.cart, .cart-contents-count {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
/* COOKIE POPUP FIX */
body.cookie-accepted .cookieadmin_law_container,
body.cookie-accepted .cookieadmin_cookie_modal {
display: none !important;
}
/* BUTTON TEXT FIX */
.cookieadmin_accept_btn, .cookieadmin_reject_btn, .cookieadmin_customize_btn {
font-weight: bold !important;
text-shadow: none !important;
}