.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#38D348;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-header .site-branding .site-logo img{width:75px;max-width:75px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== ESTILO PARA BOTÃO "FINALIZAR COMPRA" NO CARRINHO ===== */
.woocommerce-cart .elementor-button[type="submit"] {
    background: linear-gradient(135deg, #ff4d00, #e64400) !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 12px;
    padding: 12px 20px;
    display: inline-block;
    text-align: center;
    margin-top: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    animation: pulse 2.5s infinite;
    border: none;
}

/* Hover: clareia e sobe */
.woocommerce-cart .elementor-button[type="submit"]:hover {
    background: linear-gradient(135deg, #ff6a26, #ff4d00) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Shine effect */
.woocommerce-cart .elementor-button[type="submit"]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255,255,255,0.4) 0%, transparent 60%);
    transform: rotate(25deg);
    transition: all 0.6s ease;
    pointer-events: none;
}

/* Hover do shine passando */
.woocommerce-cart .elementor-button[type="submit"]:hover::before {
    left: 100%;
    top: 100%;
}

/* Animação pulse */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,77,0, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(255,77,0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255,77,0, 0); }
}/* End custom CSS */