.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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-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 *//* Container de Checkout - Minimalista e Focado */
.cartflows-container {
    background-color: #ffffff !important;
    max-width: 750px;
    margin: 40px auto;
    padding: 50px !important;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

/* Campos de Input - Design "Flat" com Borda sutil */
.woocommerce-checkout input[type="text"], 
.woocommerce-checkout input[type="email"], 
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select {
    background-color: #ffffff !important;
    border: 1px solid #dcdcdc !important;
    padding: 16px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-family: 'Inter', sans-serif !important;
}

.woocommerce-checkout input:focus {
    border-color: #121212 !important;
    outline: none;
}

/* Painel de Resumo - O toque de Autoridade */
#order_review {
    background-color: #121212 !important;
    color: #ffffff !important;
    padding: 40px !important;
    border-radius: 12px;
}

/* Botão de Finalizar - O "Dourado Premium" */
button.button.alt {
    background-color: #B8860B !important; /* Dourado Metálico */
    color: #ffffff !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px !important;
    padding: 20px 0 !important;
    width: 100%;
    transition: all 0.4s ease;
    border: none;
}

button.button.alt:hover {
    background-color: #996f09 !important; /* Dourado mais fechado no hover */
    letter-spacing: 2px !important;
}

/* Títulos Premium */
.woocommerce-checkout h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    color: #888 !important;
}/* End custom CSS */