.elementor-3605 .elementor-element.elementor-element-187b9d{--display:flex;--min-height:90vh;}/* Start custom CSS for shortcode, class: .elementor-element-cf34086 *//* ===== FAIXA CUPOM / AÇÕES ===== */
.woocommerce .cart .actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
    padding: 20px !important;
    margin-top: 15px !important;
    background: #f9fbff !important;
    border-radius: 14px !important;
    border: 1px solid #e6ecf5 !important;
}

/* Lado esquerdo (cupom) */
.woocommerce .cart .actions .coupon {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Campo do cupom */
.woocommerce .cart .actions .coupon input.input-text {
    height: 44px !important;
    border-radius: 10px !important;
    border: 1px solid #dcdcdc !important;
    padding: 0 12px !important;
    min-width: 180px !important;
}

/* Botão aplicar cupom */
.woocommerce .cart .actions .coupon button {
    height: 44px !important;
    border-radius: 10px !important;
    background: #0a58ff !important;
    color: #fff !important;
    padding: 0 18px !important;
    font-weight: 600 !important;
    border: none !important;
    transition: 0.3s !important;
}

.woocommerce .cart .actions .coupon button:hover {
    background: #084cdf !important;
    transform: translateY(-2px);
}

/* ===== REMOVER BOTÃO ATUALIZAR CARRINHO ===== */
.woocommerce .cart .actions button[name="update_cart"] {
    display: none !important;
}
/* ===== REMOVE CARA DE TABELA ===== */
.woocommerce table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0 18px !important;
    background: transparent !important;
}

.woocommerce table.shop_table thead {
    display: none !important;
}

/* ===== CADA PRODUTO VIRA UM CARD ===== */
.woocommerce table.shop_table tbody tr {
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* Espaçamento interno */
.woocommerce table.shop_table td {
    border: none !important;
    padding: 20px !important;
    vertical-align: middle !important;
}

/* ===== IMAGEM MAIOR E BONITA ===== */
.woocommerce td.product-thumbnail img {
    width: 80px !important;
    border-radius: 12px !important;
}

/* ===== NOME DO PRODUTO ===== */
.woocommerce td.product-name a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #222 !important;
    text-decoration: none !important;
}

/* ===== PREÇO E SUBTOTAL MAIS DESTACADOS ===== */
.woocommerce td.product-price,
.woocommerce td.product-subtotal {
    font-weight: 600 !important;
    color: #0a58ff !important;
    font-size: 15px !important;
}

/* ===== QUANTIDADE CENTRALIZADA ===== */
.woocommerce td.product-quantity {
    text-align: center !important;
}

/* ===== BOTÃO REMOVER (X) BONITO ===== */
.woocommerce a.remove {
    background: #ffe9e9 !important;
    color: #ff4d4d !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    text-align: center !important;
    font-weight: bold !important;
}

/* ===== RESPONSIVO MELHOR ===== */
@media (max-width: 768px) {
    .woocommerce table.shop_table tbody tr {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .woocommerce table.shop_table td {
        padding: 12px !important;
    }
}/* End custom CSS */