.elementor-414 .elementor-element.elementor-element-10ac87b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;overflow:visible;}.elementor-414 .elementor-element.elementor-element-1f45bcc{--update-cart-automatically-display:none;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-414 .elementor-element.elementor-element-10ac87b{--content-width:1260px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-1f45bcc *//* Container do carrinho vazio */
.woocommerce-cart .woocommerce {
    text-align: center !important;
    padding: 30px 20px !important;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

/* Mensagem de carrinho vazio */
.cart-empty.woocommerce-info {
    background: transparent !important;
    color: #333 !important;
    padding: 20px !important;
    border: none !important;
    font-size: 1.2em !important;
    margin: 0 0 20px !important;
    font-weight: 500 !important;
    position: relative !important;
    display: block !important;
    clear: both !important;
    min-height: 0 !important;
    line-height: 1.4 !important;
}

/* Remove o pseudo-elemento que pode estar causando sobreposição */
.cart-empty.woocommerce-info::before,
.cart-empty.woocommerce-info::after {
    display: none !important;
}

/* Mensagem de item removido */
.woocommerce-message {
    background: #f0f9ff !important;
    border: 1px solid #0066b2 !important;
    color: #333 !important;
    padding: 15px 20px !important;
    border-radius: 5px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
    position: relative !important;
    min-height: 0 !important;
}

/* Remove pseudo-elementos da mensagem */
.woocommerce-message::before,
.woocommerce-message::after {
    display: none !important;
}

/* Link para desfazer */
.woocommerce-message .restore-item {
    color: #0066b2 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-message .restore-item:hover {
    color: #005a9c !important;
    text-decoration: underline !important;
}

/* Container do botão retornar */
.return-to-shop {
    margin: 30px 0 10px !important;
    padding: 0 !important;
    clear: both !important;
    display: block !important;
}

/* Botão retornar para loja */
.return-to-shop .button.wc-backward {
    background-color: #0066b2 !important;
    color: white !important;
    padding: 12px 25px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    transition: all 0.3s ease-in-out !important;
    display: inline-block !important;
    text-decoration: none !important;
    box-shadow: 0 2px 4px rgba(0,102,178,0.2) !important;
    position: relative !important;
    z-index: 1 !important;
    min-height: 0 !important;
    line-height: 1.4 !important;
}

.return-to-shop .button.wc-backward:hover {
    background-color: #005a9c !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0,102,178,0.3) !important;
}

/* Layout responsivo */
@media (max-width: 768px) {
    .woocommerce-cart .woocommerce {
        padding: 20px 15px !important;
    }

    .cart-empty.woocommerce-info {
        font-size: 1.1em !important;
        padding: 15px !important;
        margin: 0 0 15px !important;
    }

    .woocommerce-message {
        padding: 12px 15px !important;
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .return-to-shop {
        margin: 20px 0 10px !important;
    }

    .return-to-shop .button.wc-backward {
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 13px !important;
    }
}/* End custom CSS */