 html {font-size: var(--root-font-size)} body {font-family: "Poppins"; font-size: var(--text-m); color: var(--neutral-trans-80); font-weight: 400} h1, h2, h3, h4, h5, h6 {color: var(--neutral); font-family: "Bebas Neue"; font-weight: 400} body.bricks-is-frontend :focus-visible {outline: var(--focus-width) solid var(--neutral)} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: var(--focus-width) solid var(--neutral); }} .brxe-container {width: var(--content-width)} .woocommerce main.site-main {width: var(--content-width)} #brx-content.wordpress {width: var(--content-width)}.woocommerce .button, body:not(.woocommerce) .product_type_variable, body:not(.woocommerce) .product_type_grouped, body:not(.woocommerce) .product_type_external, body:not(.woocommerce) .product_type_simple, body:not(.woocommerce) .brx-popup-content:not(.woocommerce) form.cart .single_add_to_cart_button {background-color: var(--primary); border-radius: var(--radius-s); padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; color: #ffffff} html {background-color: var(--base-ultra-light)} body {background: none}@media (max-width: 767px) { .bricks-button {padding-top: var(--space-s); padding-bottom: var(--space-s)}}