/*
Theme Name: BRZ Promo
Theme URI: https://www.brzpromo.com
Author: Lucas Vianna
Author URI: https://www.brzpromo.com
Description: Tema institucional da BRZ Promo — inteligência promocional & gift premium. Compatível com Elementor / Elementor PRO e WooCommerce. A landing page é entregue como template importável do Elementor PRO (ver pasta /elementor).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brz-promo
Tags: woocommerce, elementor, business, landing-page, full-width-template
*/



header{
      .btn-coral a{
         display: inline-flex;
         align-items: center;
         gap: 10px;
         font-weight: 600;
         font-size: 15px;
         padding: 15px 28px;
         border-radius: 2px;
         transition: .25s;
         cursor: pointer;
         border: 0;
         background-color: var( --e-global-color-primary );

         &:hover{
            background-color: #c8432d;
            transform: translateY(-2px);
         }
      }

   .menu-principal{
      .jet-mega-menu-list{
         align-items: center !important;
      }
   }
}

.pattern{
   -webkit-mask-image: radial-gradient(circle at 70% 30%, #000, transparent 75%);
    mask-image: radial-gradient(circle at 70% 30%, #000, transparent 75%);
}
.glow{
      content: '';
      position: absolute !important;
      width: 620px !important;
      height: 620px !important;
      right: -160px;
      top: -140px;
      background: radial-gradient(circle, rgba(226, 83, 59, .34), transparent 68%);
      filter: blur(8px);
    }

.bloco-lista{
   .elementor-icon{
      margin-top: 4px;
   }
   h1,h2,h3,h4,h5,h6{
    margin-top: 0;
   }
}

.bloco-lista .elementor-icon-box-wrapper{
   flex-direction: row !important;
   text-align: left !important;
}