.elementor-kit-5{--e-global-color-primary:#6B21A8;--e-global-color-secondary:#15803D;--e-global-color-text:#111827;--e-global-color-accent:#F59E0B;--e-global-color-e758087:#FFFFFF;--e-global-color-9609b28:#F9FAFB;--e-global-color-6737f62:#0A0A14;--e-global-color-02049fe:#E5E7EB;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:3.5em;font-weight:400;}.elementor-kit-5 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h3{font-size:1.6em;font-weight:400;line-height:1.2em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{border-radius:32px 32px 32px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 h1{font-size:2.8em;}.elementor-kit-5 h3{font-size:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:2.2em;}.elementor-kit-5 h3{font-size:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.title-gradient {
    /* Gradiente do Roxo Açaí para um Roxo mais Profundo */
    background: linear-gradient(90deg, #6B21A8 0%, #9333EA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block; 
    font-weight: 800; /* Extra bold para destacar o gradiente */
}

.title-gradient-light {
    /* Branco para um Lilás suave */
    background: linear-gradient(135deg, #FFFFFF 0%, #DDD6FE 50%, #C084FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-right: 0.1em;
    
    /* Sombra projetada para destacar o texto do fundo escuro */
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.4));
    display: inline-block;
}

/* ==================================================
   TRANSFORMAR AVISO DO WOOCOMMERCE EM POP-UP FLUTUANTE
   ================================================== */

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
    position: fixed !important;
    top: 40px !important; /* Distância do topo */
    right: 40px !important; /* Fica no canto direito da tela */
    width: auto !important;
    max-width: 450px !important;
    z-index: 999999 !important; /* Fica por cima de TUDO, impossível bugar o header */
    background-color: #ffffff !important;
    color: #475569 !important; /* Cinza escuro para o texto */
    border-left: 5px solid #34A853 !important; /* Borda Verde Prover */
    border-radius: 8px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 15px 25px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* Esconde o ícone de check nativo feio do WooCommerce */
.woocommerce-notices-wrapper .woocommerce-message::before {
    display: none !important;
}

/* Estiliza o botão "View Cart" dentro do aviso */
.woocommerce-notices-wrapper .woocommerce-message .button {
    background-color: #1e1b4b !important; /* Roxo Profundo */
    color: #ffffff !important;
    padding: 8px 18px !important;
    border-radius: 5px !important;
    margin-left: 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    float: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
    background-color: #34A853 !important; /* Fica verde no hover */
    transform: translateY(-2px);
}

/* Ajuste para o Mobile (Celular) */
@media (max-width: 767px) {
    .woocommerce-notices-wrapper .woocommerce-message {
        top: 20px !important;
        right: 20px !important;
        left: 20px !important; /* Ocupa a largura da tela no mobile */
        width: auto !important;
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px;
    }
    .woocommerce-notices-wrapper .woocommerce-message .button {
        margin-left: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }
}/* End custom CSS */