.elementor-102 .elementor-element.elementor-element-02d551f{--display:flex;--min-height:100vh;--justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-102 .elementor-element.elementor-element-bca7c61{text-align:center;}.elementor-102 .elementor-element.elementor-element-bca7c61 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;color:#141414;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-102 .elementor-element.elementor-element-678983b{text-align:center;font-family:"Poppins", Sans-serif;font-weight:400;}@media(max-width:767px){.elementor-102 .elementor-element.elementor-element-bca7c61 .elementor-heading-title{font-size:25px;}.elementor-102 .elementor-element.elementor-element-678983b{font-size:15px;line-height:1.2em;}}/* Start custom CSS */.elementor-shortcode {
    max-width: 600px;
    margin: 0 auto;
}

.reembolso-titulo {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.reembolso-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid black;
}

.pedido-item {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.pedido-checkbox {
    margin-right: 10px;
}

.pedido-numero {
    font-weight: bold;
    color: #555;
}

.produtos-titulo {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.produto-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.produto-imagem {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.produto-nome {
    color: #666;
}

.reembolso-botao,
.buscar-botao {
    background-color: black;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.reembolso-botao:hover,
.buscar-botao:hover {
    background-color: #005c8a;
}

.email-label {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    text-align: center;
}

.email-input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.reembolso-mensagem {
    font-size: 16px;
    color: #28a745;
    text-align: center;
    margin-top: 20px;
}



.produto-reembolsado {
    color: red;
    font-weight: bold;
    margin-left: 10px;
}/* End custom CSS */