  :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: #106EC3; --btn-hover: #1B88EF; --woo-btn: #39B84B; --woo-btn-hover: #009244; --theme-color: #106EC3; --theme-color-light: #72B3EF; --theme-color-dark: #1B3555; --header-dark: #102237; --usp-check-color: #39B84B; }  .woocommerce .button, .product-slide .woocommerce .button , .product-slide2 .woocommerce .button, .sticky-product-footer-btn { box-shadow: 0 3px 4px 0 rgb(33 33 33 / 12%)!important; border-radius: 8px; } .woocommerce .button { transition:0.5s ease; }  .product-slide .brxe-icon-box .icon, .product-slide2 .brxe-icon-box .icon { transform: scale(0.85)!important; } .brxe-product-add-to-cart .button { transition: 0.5s ease!important; } .slider-price.brxe-product-price .amount { display:block; line-height:0.7em;} .product-slide .added_to_cart:hover,.product-slide2 .added_to_cart:hover { background-color:var(--woo-btn-hover); transition:0.5s ease; }