.elementor-516 .elementor-element.elementor-element-500bfe1{--display:flex;--min-height:50vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items: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-516 .elementor-element.elementor-element-3f19d6b{margin:10% 0% calc(var(--kit-widget-spacing, 0px) + 16%) 0%;text-align:center;}.elementor-516 .elementor-element.elementor-element-3f19d6b .elementor-heading-title{font-family:"Outfit", Sans-serif;font-weight:700;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}@media(max-width:1024px){.elementor-516 .elementor-element.elementor-element-3f19d6b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 16px) 0px;}}@media(min-width:768px){.elementor-516 .elementor-element.elementor-element-500bfe1{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-516 .elementor-element.elementor-element-500bfe1{--width:100%;}}@media(max-width:767px){.elementor-516 .elementor-element.elementor-element-500bfe1{--width:100%;}.elementor-516 .elementor-element.elementor-element-3f19d6b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 16px) 0px;}.elementor-516 .elementor-element.elementor-element-3f19d6b .elementor-heading-title{font-size:17px;}}/* Start custom CSS for button, class: .elementor-element-49674b5 *//* ===============================
   BOTÃO INÍCIO – CARRINHO VAZIO
================================ */

.btn-inicio,
.elementor-button.btn-inicio,
.btn-inicio .elementor-button {
    width: 100%;
    max-width: 420px;
    height: 56px;
    margin: 0 auto;
    border-radius: 999px;
    background: linear-gradient(135deg, #1a7fff, #0a5fe0);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 16px 36px rgba(10,124,255,0.45),
        0 6px 14px rgba(10,124,255,0.25),
        inset 0 1px 0 rgba(255,255,255,0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover */
.btn-inicio:hover {
    transform: translateY(-2px);
    box-shadow:
        0 24px 56px rgba(10,124,255,0.55),
        0 10px 22px rgba(10,124,255,0.35),
        inset 0 1px 0 rgba(255,255,255,0.45);
}

/* Reflexo */
.btn-inicio::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(
        circle at top,
        rgba(255,255,255,0.35),
        transparent 65%
    );
    opacity: 0.7;
    pointer-events: none;
}

/* Garante clique */
.btn-inicio > * {
    position: relative;
    z-index: 1;
}

/* Remove foco feio */
.btn-inicio:focus,
.btn-inicio:active {
    outline: none !important;
}/* End custom CSS */