.elementor-26 .elementor-element.elementor-element-16520c94{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-16520c94.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-26 .elementor-element.elementor-element-53f41ca{--update-cart-automatically-display:none;--order-summary-color:#000000;--order-summary-variations-color:#000000;--product-link-normal-color:#000000;--product-link-hover-color:#DD3E3E;--order-summary-remove-icon-normal-color:#F80202;--checkout-button-border-radius:29px 29px 29px 29px;}.elementor-26 .elementor-element.elementor-element-53f41ca .coupon .input-text, .elementor-26 .elementor-element.elementor-element-53f41ca .e-cart-totals .input-text, .elementor-26 .elementor-element.elementor-element-53f41ca select, .elementor-26 .elementor-element.elementor-element-53f41ca .select2-selection--single{background-color:#FFFFFF;}.elementor-26 .elementor-element.elementor-element-53f41ca .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#EE2C2C;}.elementor-26 .elementor-element.elementor-element-53f41ca .cart_totals h2{font-family:"Inter", Sans-serif;}.elementor-26 .elementor-element.elementor-element-53f41ca {--sections-descriptions-color:#EE2626;}.elementor-26 .elementor-element.elementor-element-53f41ca .e-shop-table .cart th, .elementor-26 .elementor-element.elementor-element-53f41ca .e-shop-table .cart td:before{font-family:"Inter", Sans-serif;}.elementor-26 .elementor-element.elementor-element-53f41ca .cart td span, .elementor-26 .elementor-element.elementor-element-53f41ca .cart td, .elementor-26 .elementor-element.elementor-element-53f41ca .input-text.qty{font-family:"Inter", Sans-serif;font-size:14px;}.elementor-26 .elementor-element.elementor-element-53f41ca .checkout-button{font-family:"Inter", Sans-serif;}@media(max-width:767px){.elementor-26 .elementor-element.elementor-element-16520c94{--width:413px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-53f41ca *//* Remove labels responsivos */
table.cart td::before { display: none !important; }
table.cart thead { display: none !important; }
td.product-subtotal { display: none !important; }

/* Linha horizontal */
tr.woocommerce-cart-form__cart-item {
    display: grid !important;
    grid-template-columns: 160px 1fr auto !important;
    grid-template-rows: auto !important;
    gap: 16px !important;
    align-items: start !important;
    padding: 16px !important;
    border-bottom: 1px solid #eee !important;
    position: relative !important;
}

/* Foto — ocupa coluna 1, 2 linhas */
td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    display: block !important;
    padding: 0 !important;
    border: none !important;
}
td.product-thumbnail img {
    width: 160px !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    display: block !important;
}

/* Nome + dropdown — coluna 2 */
td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 0 !important;
    border: none !important;
    align-items: flex-start !important;
}
td.product-name a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
}

/* Quantidade + preço — coluna 2 linha 2 */
td.product-price {
    grid-column: 3 !important;
    grid-row: 2 !important;
    display: flex !important;
    align-items: center !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    padding: 0 !important;
    border: none !important;
}

td.product-quantity {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    border: none !important;
}
td.product-quantity label { display: none !important; }
td.product-quantity .qty {
    width: 52px !important;
    padding: 6px !important;
    border: 1.5px solid #ddd !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 0.9rem !important;
}

/* Botão remover — canto superior direito */
td.product-remove {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    border: none !important;
}
td.product-remove a {
    color: #cc0000 !important;
    font-size: 1.2rem !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}
.mvq-var-select {
    background: #f5f5f5 !important;
    border: 1.5px solid #ddd !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-size: 0.85rem !important;
    color: #1a1a1a !important;
    cursor: pointer !important;
    width: 100% !important;
}
.mvq-var-select:focus {
    border-color: #8B1A1A !important;
    outline: none !important;
}

@media (max-width: 768px) {
    tr.woocommerce-cart-form__cart-item {
        grid-template-columns: 110px 1fr !important;
        grid-template-rows: auto auto auto auto !important;
        gap: 10px !important;
        padding: 14px !important;
    }

    /* Foto — coluna 1, ocupa todas as linhas */
    td.product-thumbnail {
        grid-column: 1 !important;
        grid-row: 1 / 5 !important;
    }
    td.product-thumbnail img {
        width: 110px !important;
        height: 155px !important;
    }

    /* Remover — coluna 2, linha 1 */
    td.product-remove {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: flex !important;
        justify-content: flex-end !important;
    }

    /* Nome — coluna 2, linha 2 */
    td.product-name {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }
    td.product-name a { font-size: 0.85rem !important; }

    /* Quantidade — coluna 2, linha 3 */
    td.product-quantity {
        grid-column: 2 !important;
        grid-row: 3 !important;
    }

    /* Preço — coluna 2, linha 4 */
    td.product-price {
        grid-column: 2 !important;
        grid-row: 4 !important;
        font-size: 1.05rem !important;
    }
}

@media (max-width: 480px) {
    tr.woocommerce-cart-form__cart-item {
        grid-template-columns: 100px 1fr auto !important;
        gap: 10px !important;
        padding: 12px !important;
    }
    td.product-thumbnail img {
        width: 100px !important;
        height: 140px !important;
    }
    td.product-name a {
        font-size: 0.82rem !important;
    }
    .mvq-var-select {
        font-size: 0.78rem !important;
        padding: 4px 8px !important;
    }
}
td.product-name a {
    text-align: left !important;
}/* End custom CSS */