 :root { --p-text-s: clamp(1rem, 0.204vw + 0.935rem, 1.2rem); --p-text-m: clamp(1.4rem, 0.255vw + 1.318rem, 1.65rem); --p-text-l: clamp(1.5rem, 0.408vw + 1.369rem, 1.9rem); --h1: clamp(3.2rem, 1.633vw + 2.678rem, 4.8rem); --h2: clamp(2.8rem, 1.735vw + 2.245rem, 4.5rem); --h3: clamp(2rem, 0.408vw + 1.869rem, 2.4rem); --btn: rgba(255, 220, 0); --btn-hover: rgba(209, 180, 0); --woo-btn: #39B84B; --woo-btn-hover: #009244; --theme-color: #fedc00; --theme-color-light: #fedc00; --theme-color-dark: #2a2a2a; --header-dark: #2a2a2a; --usp-check-color: #39B84B; .wbp-opening-time { color: #2b2b2b; width: 100%; } .nav-menu-dark.brxe-nav-nested .brx-nav-nested-items > li > .brx-submenu-toggle.aria-current > * { color: black; } .underlines { background-image: linear-gradient(120deg, var(--theme-color-light) 0%, var(--theme-color-light) 100%); background-repeat: no-repeat; background-size: 100% 11%; background-position: 0 97%; transition: all .4s ease; font-weight: 700; } .underlines:hover { background-size: 100% 95%; border-bottom-color: #95bde5; color: #ffffff; }