/*
Theme Name: Renovex
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 3.9
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/* ============================================================
   RENOVEX SHOPIFY-STYLE CHECKOUT & UX v1.4
   ============================================================ */

/* --- GLOBAL FORM INPUTS --- */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-checkout #payment .form-row input.input-text {
    border: 1.5px solid #d9d9d9;
    border-radius: 8px;
    padding: 13px 14px;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
    color: #333;
    height: auto;
    box-sizing: border-box;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: #2d6a4f;
    box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.1);
    outline: none;
}

.woocommerce form .form-row label {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: block;
}

/* --- SELECT STYLING --- */
.woocommerce form .form-row select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg width=12 height=8 viewBox=0 0 12 8%3E%3Cpath d=M1 1l5 5 5-5 stroke=%23555 stroke-width=1.5 fill=none stroke-linecap=round/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}

/* --- HIDE DEFAULT HEADING --- */
.woocommerce-checkout .woocommerce-billing-fields h3 { display: none; }

/* --- CUSTOM CHECKOUT HEADER --- */
.renovex-checkout-header {
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #eee;
}

.renovex-checkout-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 3px 0;
}

.renovex-checkout-subtitle {
    font-size: 13px;
    color: #999;
    margin: 0;
}

/* --- HIDE UNNECESSARY FIELDS --- */
#billing_country_field,
#shipping_country_field { display: none !important; }

.woocommerce-form-login-toggle,
.woocommerce-account-fields,
.create-account { display: none !important; }

.woocommerce-checkout .woocommerce-form-coupon-toggle { display: none; }

/* --- FORM ROW SPACING --- */
.woocommerce-checkout .form-row { margin-bottom: 14px; }
.woocommerce-checkout .col2-set { margin-bottom: 0; }
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 { padding: 0; }

/* ============================================================
   ORDER REVIEW PANEL — COMPACT DESIGN
   ============================================================ */

/* Heading */
.woocommerce-checkout #order_review_heading {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* Panel wrapper */
.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    position: sticky;
    top: 20px;
}

/* Table reset */
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: none;
    width: 100%;
}

/* Hide table header */
.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
    display: none;
}

/* Product rows — compact */
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 13px;
}

/* Product name cell */
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    color: #333;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
}

/* Product name strong (quantity badge) */
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name .product-quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2d6a4f;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 700;
    margin-right: 6px;
    flex-shrink: 0;
}

/* Product total cell */
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

/* Hide quantity input controls in order review */
.woocommerce-checkout .woocommerce-checkout-review-order-table .quantity {
    display: none !important;
}

/* Remove cart item controls (× button) */
.woocommerce-checkout .woocommerce-checkout-review-order-table .remove-from-cart {
    display: none !important;
}

/* Subtotal row */
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td {
    padding: 10px 0 6px;
    font-size: 12px;
    color: #888;
    border-bottom: none;
}

/* Shipping row */
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    padding: 4px 0 10px;
    font-size: 12px;
    color: #2d6a4f;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.woocommerce-shipping-totals ul.shipping_list {
    margin: 0;
    padding: 0;
}

.woocommerce-shipping-totals ul.shipping_list li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

/* Order total row */
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    border-bottom: none;
    padding: 14px 0 6px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
    color: #2d6a4f;
}

/* ============================================================
   PAYMENT SECTION
   ============================================================ */

/* Trust badges */
.renovex-trust-badges {
    display: flex;
    justify-content: space-around;
    gap: 6px;
    margin: 14px 0 16px;
    padding: 10px 12px;
    background: #f0f7f4;
    border-radius: 8px;
    border: 1px solid #d4e8dc;
}

.renovex-trust-badges .trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 600;
    color: #2d6a4f;
    flex: 1;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    line-height: 1.3;
}

.renovex-trust-badges .trust-icon { font-size: 16px; }

/* Payment block */
.woocommerce-checkout #payment {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout #payment .payment_methods {
    border: none !important;
    padding: 0 !important;
}

.woocommerce-checkout #payment .payment_methods li {
    background: #fff;
    border-radius: 8px;
    padding: 12px 14px !important;
    margin-bottom: 6px;
    border: 1.5px solid #e8e8e8;
    transition: border-color 0.2s ease;
}

.woocommerce-checkout #payment .payment_methods li:hover {
    border-color: #2d6a4f;
}

.woocommerce-checkout #payment .payment_methods li label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.woocommerce-checkout #payment .payment_methods li .payment_box {
    background: transparent;
    padding: 8px 0 0;
    font-size: 12px;
    color: #888;
}

/* Pay button */
.woocommerce #payment #place_order,
.woocommerce-checkout #payment #place_order {
    background: #2d6a4f !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 15px 32px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    width: 100% !important;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    text-transform: none !important;
    margin-top: 10px;
    letter-spacing: 0.01em;
}

.woocommerce #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:hover {
    background: #1b4332 !important;
    transform: translateY(-1px);
}

/* Ship to different address */
.woocommerce-shipping-fields #ship-to-different-address {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin: 14px 0 8px;
    padding: 10px 14px;
    background: #f9f9f9;
    border-radius: 8px;
}

/* Terms */
.woocommerce-terms-and-conditions-wrapper { margin-top: 8px; }
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
    font-size: 12px;
    color: #666;
    text-transform: none;
    font-weight: 400;
}

/* Privacy policy text */
.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 11px;
    color: #bbb;
    margin: 10px 0 6px;
    line-height: 1.5;
}

/* ============================================================
   PRODUCT PAGE
   ============================================================ */

.single-product .summary .price {
    font-size: 28px;
    font-weight: 700;
    color: #2d6a4f;
}

.single-product .single_add_to_cart_button {
    background: #2d6a4f !important;
    border-radius: 10px !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    transition: background 0.2s ease, transform 0.1s ease;
}

.single-product .single_add_to_cart_button:hover {
    background: #1b4332 !important;
    transform: translateY(-1px);
}

/* --- SHOP CATALOG --- */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: 700;
    color: #2d6a4f;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    background: #2d6a4f !important;
    color: #fff !important;
    border-radius: 8px !important;
    text-transform: none !important;
    font-weight: 600;
    padding: 10px 20px !important;
    transition: background 0.2s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover { background: #1b4332 !important; }

/* --- CART PAGE --- */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background: #2d6a4f !important;
    border-radius: 10px !important;
    padding: 16px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    transition: background 0.2s ease;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover { background: #1b4332 !important; }

/* ============================================================
   MOBILE — Collapsible order summary (Shopify-style)
   ============================================================ */

/* Mobile summary toggle bar */
.renovex-mobile-summary {
    display: none;
}

@media (max-width: 768px) {

    /* Show toggle bar, hide sticky panel */
    .renovex-mobile-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f0f7f4;
        border: 1px solid #d4e8dc;
        border-radius: 10px;
        padding: 14px 16px;
        margin-bottom: 20px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        color: #2d6a4f;
    }

    .renovex-mobile-summary .rnx-toggle-label {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .renovex-mobile-summary .rnx-toggle-icon {
        font-size: 12px;
        transition: transform 0.2s ease;
    }

    .renovex-mobile-summary.open .rnx-toggle-icon {
        transform: rotate(180deg);
    }

    .renovex-mobile-summary .rnx-total {
        font-size: 16px;
        font-weight: 800;
        color: #1a1a1a;
    }

    /* Outer review column — JS moves this inline after toggle on mobile.
       Collapsed by default, acts as Shopify-style inline dropdown. */
    .checkout-order-review {
        overflow: hidden !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        transition: max-height 0.35s ease !important;
        background: #fafaf8 !important;
        border-left: 3px solid #405041 !important;
    }

    /* Open state — expands inline below toggle bar */
    .checkout-order-review.rnx-open {
        max-height: 2000px !important;
        overflow: visible !important;
        padding: 0 16px 12px !important;
        margin-bottom: 8px !important;
        transition: max-height 0.4s ease !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    }

    /* Inner summary panel — always visible once outer is open */
    .checkout-order-review .woocommerce-checkout-review-order {
        overflow: visible !important;
        max-height: none !important;
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }

    /* Hide the "TU PEDIDO" h3 heading inside dropdown (redundant with toggle) */
    .checkout-order-review #order_review_heading {
        display: none !important;
    }

    /* Payment is moved to end of form by JS — always fully visible */
    form.checkout > #payment {
        display: block !important;
        max-height: none !important;
        overflow: visible !important;
        margin-top: 0 !important;
    }

    /* Mobile bar wrap: full-width row */
    .rnx-mobile-bar-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Order review panel: no sticky on mobile */
    .woocommerce-checkout .woocommerce-checkout-review-order {
        position: static !important;
        padding: 16px;
        border-radius: 10px;
    }

    /* Trust badges: horizontal row */
    .renovex-trust-badges {
        flex-direction: row;
        gap: 6px;
    }

    .renovex-trust-badges .trust-item {
        flex-direction: row;
        font-size: 10px;
        justify-content: flex-start;
        text-align: left;
    }

    /* Form inputs slightly smaller */
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row select {
        font-size: 16px; /* prevents iOS zoom */
        padding: 12px 14px;
    }

    /* Button */
    .woocommerce #payment #place_order,
    .woocommerce-checkout #payment #place_order {
        font-size: 16px !important;
        padding: 15px 24px !important;
    }

    .renovex-checkout-header h3 { font-size: 18px; }
}


/* ============================================================
   ORDER REVIEW — Force compact (Porto theme overrides)
   ============================================================ */

/* Hide quantity controls inside order review */
.woocommerce-checkout-review-order-table .quantity,
.woocommerce-checkout-review-order-table input[type=number],
.woocommerce-checkout-review-order-table .minus,
.woocommerce-checkout-review-order-table .plus { display: none !important; }

/* Remove x button */
.woocommerce-checkout-review-order-table .remove-from-cart,
.woocommerce-checkout-review-order-table a.remove { display: none !important; }

/* Compact product image */
.woocommerce-checkout-review-order-table .product-thumbnail img {
    width: 44px !important;
    height: 44px !important;
    object-fit: cover;
    border-radius: 6px;
}

.woocommerce-checkout-review-order-table .product-thumbnail {
    width: 52px !important;
    padding: 8px 10px 8px 0 !important;
}

/* Product name */
.woocommerce-checkout-review-order-table .product-name {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #333 !important;
    vertical-align: middle !important;
}

/* Qty badge */
.woocommerce-checkout-review-order-table .product-name .product-quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #2d6a4f !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    margin-right: 6px !important;
    vertical-align: middle !important;
}

/* Product total */
.woocommerce-checkout-review-order-table .product-total {
    text-align: right !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

/* Row padding */
.woocommerce-checkout-review-order-table .cart_item td {
    padding: 10px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
    padding: 10px 0 4px !important;
    font-size: 12px !important;
    color: #999 !important;
    border-bottom: none !important;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    padding: 4px 0 10px !important;
    font-size: 12px !important;
    color: #2d6a4f !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #eee !important;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 20px !important;
    font-weight: 800 !important;
    border-bottom: none !important;
    padding: 14px 0 6px !important;
}

.woocommerce-checkout-review-order-table .order-total .amount {
    color: #2d6a4f !important;
}


/* Porto theme specific — hide qty controls in order review */
.woocommerce-checkout-review-order-table .quantity.buttons_added,
.woocommerce-checkout-review-order-table .quantity.buttons_added.extra-type,
.woocommerce-checkout-review-order-table .buttons_added .minus,
.woocommerce-checkout-review-order-table .buttons_added .plus,
.woocommerce-checkout-review-order-table .buttons_added input.qty,
.woocommerce-checkout-review-order-table .product-checkout-wrap .quantity { display: none !important; }

/* Hide × remove link */
.woocommerce-checkout-review-order-table .product-checkout-wrap a.remove,
.woocommerce-checkout-review-order-table .remove-from-cart { display: none !important; }

/* Compact image in Porto's product-checkout-wrap */
.woocommerce-checkout-review-order-table .product-thumbnail {
    width: 52px !important;
    padding-right: 10px !important;
}

.woocommerce-checkout-review-order-table .product-thumbnail img {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    border-radius: 6px;
    object-fit: cover;
}

/* Porto wraps name+qty in product-checkout-wrap single td — fix layout */
.woocommerce-checkout-review-order-table .product-checkout-wrap {
    display: table-cell !important;
}

.woocommerce-checkout-review-order-table .product-checkout-wrap .product-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Product name in Porto */
.woocommerce-checkout-review-order-table .product-checkout-wrap .product-name {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}


/* Porto: quantity lives inside .product-price in checkout review */
.woocommerce-checkout-review-order-table .product-price .quantity,
.woocommerce-checkout-review-order-table .product-price .quantity.buttons_added,
.woocommerce-checkout-review-order-table .product-price .minus,
.woocommerce-checkout-review-order-table .product-price .plus,
.woocommerce-checkout-review-order-table .product-price input[type="number"] { display: none !important; }

/* Remove × remove link */
.woocommerce-checkout-review-order-table a.remove { display: none !important; }


/* Fix Wompi payment box top padding */
.woocommerce-checkout #payment .payment_methods li img {
    max-height: 32px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.woocommerce-checkout #payment .payment_methods li {
    padding: 12px 14px !important;
}

.woocommerce-checkout #payment .wc_payment_method > label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Tighten payment description text */
.woocommerce-checkout #payment .payment_methods .payment_box p {
    font-size: 12px !important;
    color: #888 !important;
    margin: 0 !important;
}

/* Tone down CusRev checkbox */
.cr-customer-consent,
.cr-customer-consent label,
.cr-customer-consent span,
.cr-customer-consent * {
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #aaa !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
}

/* Fix label text-transform — keep normal case for form labels */
.woocommerce form .form-row label {
    text-transform: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #555 !important;
    letter-spacing: 0 !important;
}

/* Trust badges — remove the progress bar gap */
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* ============================================================
   PATCH 2.1 — Product row layout + Qty controls + Wompi + Text sizes
   ============================================================ */

/* 1. Product row: flex horizontal (thumbnail | name + qty + price) */
.woocommerce-checkout-review-order-table .product-checkout-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 12px 0 !important;
    gap: 10px !important;
}

.woocommerce-checkout-review-order-table .product-thumbnail {
    flex: 0 0 48px !important;
    width: 48px !important;
    padding: 0 !important;
}

.woocommerce-checkout-review-order-table .product-thumbnail img {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

/* product-content: flex COLUMN → name on top full-width, price+qty below */
.woocommerce-checkout-review-order-table .product-content {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
}

/* Product name — full width, no wrapping issue */
.woocommerce-checkout-review-order-table .product-content .product-name {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #222 !important;
    line-height: 1.3 !important;
    display: block !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

/* product-price row: qty + price side by side below name */
.woocommerce-checkout-review-order-table .product-content .product-price {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
    width: 100% !important;
}

/* 2. Quantity controls — re-enable and style compact */
.woocommerce-checkout-review-order-table .product-price .quantity,
.woocommerce-checkout-review-order-table .product-price .quantity.buttons_added,
.woocommerce-checkout-review-order-table .product-price .quantity.buttons_added.extra-type {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
}

.woocommerce-checkout-review-order-table .product-price .quantity .minus,
.woocommerce-checkout-review-order-table .product-price .quantity .plus {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #444 !important;
    cursor: pointer !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.woocommerce-checkout-review-order-table .product-price .quantity .minus:hover,
.woocommerce-checkout-review-order-table .product-price .quantity .plus:hover {
    background: #e8e8e8 !important;
}

.woocommerce-checkout-review-order-table .product-price .quantity input.qty {
    display: block !important;
    width: 28px !important;
    height: 26px !important;
    text-align: center !important;
    border: none !important;
    border-left: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
    background: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    color: #222 !important;
    -moz-appearance: textfield !important;
}

.woocommerce-checkout-review-order-table .product-price .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-checkout-review-order-table .product-price .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* price total amount */
.woocommerce-checkout-review-order-table .product-content .product-price .product-total {
    display: block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #222 !important;
    white-space: nowrap !important;
    min-width: 70px !important;
    text-align: right !important;
}

/* 3. Wompi logo left-aligned */
.payment_method_wompi .porto-radio {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
}

.payment_method_wompi .porto-radio .porto-control-label {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
}

.payment_method_wompi .porto-radio img,
.payment_method_wompi .porto-radio .porto-control-label img {
    max-height: 28px !important;
    width: auto !important;
    display: block !important;
}

/* 4. Text sizes */
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
    font-size: 13px !important;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    font-size: 13px !important;
}

/* Remove old product-price hide rules that conflict */
/* (these are now overridden above by more specific rules) */


/* ============================================================
   PATCH 2.2 — Larger text sizes + Quantity loader
   ============================================================ */

/* Form section heading */
.renovex-checkout-header h3,
.woocommerce-checkout h3#order_review_heading {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* Form labels */
.woocommerce form .form-row label,
.woocommerce-checkout .form-row label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #444 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

/* Form inputs */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select {
    font-size: 15px !important;
    padding: 13px 15px !important;
    height: auto !important;
}

/* Order review — TU PEDIDO heading */
.woocommerce-checkout-review-order > h4,
.woocommerce-checkout-review-order > h3,
.checkout-order-review h3,
.checkout-order-review h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #333 !important;
}

/* Product name in order summary */
.woocommerce-checkout-review-order-table .product-content .product-name {
    font-size: 15px !important;
}

/* Product price in order summary */
.woocommerce-checkout-review-order-table .product-content .product-price .product-total {
    font-size: 15px !important;
    font-weight: 700 !important;
}

/* Subtotal / Shipping / Total row labels */
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    font-size: 14px !important;
}

/* Order total label */
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 22px !important;
    font-weight: 800 !important;
}

/* Payment method heading */
.woocommerce-checkout #payment h3,
.woocommerce-checkout .woocommerce-checkout-payment h3 {
    font-size: 16px !important;
}

/* Payment description text */
.woocommerce-checkout #payment .payment_methods .payment_box p {
    font-size: 13px !important;
}

/* Privacy + terms text */
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    font-size: 13px !important;
}

/* Trust badge labels */
.renovex-trust-badges .trust-label {
    font-size: 11px !important;
}

/* Free shipping upsell */
.woocommerce-checkout .woocommerce-checkout-review-order .rnx-upsell,
.woocommerce-checkout .woocommerce-checkout-review-order [class*="upsell"],
.woocommerce-checkout .woocommerce-checkout-review-order p {
    font-size: 13px !important;
}

/* ── Quantity update loader ── */
.woocommerce-checkout-review-order {
    position: relative;
}

.rnx-loading-overlay {
    display: none;
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.75);
    border-radius: 12px;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.rnx-loading-overlay.active {
    display: flex;
}

.rnx-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #d4e8dc;
    border-top-color: #2d6a4f;
    border-radius: 50%;
    animation: rnx-spin 0.7s linear infinite;
}

@keyframes rnx-spin {
    to { transform: rotate(360deg); }
}

/* Dim the content while loading */
.woocommerce-checkout-review-order.rnx-updating .shop_table,
.woocommerce-checkout-review-order.rnx-updating .renovex-trust-badges,
.woocommerce-checkout-review-order.rnx-updating .woocommerce-checkout-payment {
    opacity: 0.4;
    transition: opacity 0.2s ease;
    pointer-events: none;
}


/* ============================================================
   PATCH 2.3 — UX/CRO Improvements: Product Cards, Cart CTA,
   Product Page, Mobile Sticky Bar, Trust Signals
   ============================================================ */

/* ── PRODUCT CARDS: Mostrar botón "Agregar al carrito" siempre visible ──
   Porto usa .tb-hover-content con opacity:0 → solo se ve en hover (desktop).
   En mobile (touch) nunca aparece = botón inaccesible.
   Solución: mostrar el hover overlay siempre, pero solo los iconos de acción,
   reposicionado como barra de acción debajo de la imagen.
*/

/* Hacer que el overlay de hover sea permanentemente visible en mobile */
@media (max-width: 991px) {
  .porto-tb-featured-image .tb-hover-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: static !important;
    background: transparent !important;
    display: flex !important;
    justify-content: center !important;
    padding: 8px 0 4px !important;
  }

  .porto-tb-featured-image .tb-hover-content .add_to_cart_button,
  .porto-tb-featured-image .tb-hover-content .product-loop-quick-view,
  .porto-tb-featured-image .tb-hover-content .yith-wcwl-add-to-wishlist {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* ── PRODUCT CARDS: Botón "Añadir al carrito" debajo del precio (siempre visible) ──
   Agregamos un botón visible permanente debajo del precio en todas las pantallas,
   como lo hace Shopify.
*/

/* Estilo del botón de carrito en tarjeta de producto */
.product .add_to_cart_button,
.woocommerce ul.products li.product .add_to_cart_button {
  display: block !important;
  width: calc(100% - 0px) !important;
  margin: 10px 0 0 0 !important;
  padding: 11px 16px !important;
  background-color: #2d6a4f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
}

.product .add_to_cart_button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
  background-color: #1e4d38 !important;
  color: #fff !important;
}

/* Asegurarse de que el botón esté FUERA del overlay hover y siempre visible */
/* Porto Template Builder: el botón puede estar dentro de .tb-hover-content */
/* Lo sacamos del flujo de hover posicionándolo via CSS */
.porto-tb-featured-image .tb-hover-content {
  /* mantener hover en desktop */
}

/* En desktop: el botón DENTRO del hover seguirá con hover */
/* Pero también ponemos el botón visible DEBAJO de la imagen via un pseudo elemento */
/* La mejor solución es hacer visible el botón add_to_cart dentro de .porto-tb-title */

/* ── PRODUCT TITLE SECTION: Agregar botón CTA directamente en la info card ── */
.woocommerce ul.products li.product .porto-tb-title .add_to_cart_button,
.woocommerce ul.products li.product .porto-tb-actions .add_to_cart_button {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  transform: none !important;
}

/* ── CART PAGE: Botón "Finalizar Compra" → verde del brand ── */
.woocommerce .wc-proceed-to-checkout .button.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  background-color: #2d6a4f !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 16px 32px !important;
  border-radius: 8px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  border: none !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  transition: background-color 0.2s ease !important;
}

.woocommerce .wc-proceed-to-checkout .button.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #1e4d38 !important;
  color: #fff !important;
}

/* ── CART PAGE: Mejorar visual del cart totals panel ── */
.woocommerce-cart .cart_totals {
  background: #fafafa !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px !important;
  padding: 24px !important;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #666 !important;
  margin-bottom: 16px !important;
}

.woocommerce-cart .cart_totals .shop_table td,
.woocommerce-cart .cart_totals .shop_table th {
  font-size: 15px !important;
  padding: 8px 0 !important;
  border-color: #f0f0f0 !important;
}

.woocommerce-cart .cart_totals .order-total .amount {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
}

/* ── CART PAGE: Botón "Actualizar carrito" estilo secundario ── */
.woocommerce-cart .actions .button[name="update_cart"] {
  background: transparent !important;
  border: 1.5px solid #2d6a4f !important;
  color: #2d6a4f !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
}

/* ── CART PAGE: Free shipping progress bar ── */
.woocommerce-free-shipping-notice {
  background: #f0f7f4 !important;
  border: 1px solid #c3e6d4 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: #2d6a4f !important;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
}

/* ── PRODUCT PAGE: Short description font size ── */
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-details__short-description p,
.product_page .short-description,
.product_page .short-description p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #444 !important;
}

/* ── PRODUCT PAGE: Trust signals debajo del botón CTA ── */
.renovex-product-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid #f0f0f0 !important;
}

.renovex-product-trust .trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 12px !important;
  color: #555 !important;
  font-weight: 600 !important;
}

.renovex-product-trust .trust-item .trust-icon {
  font-size: 14px !important;
}

/* ── PRODUCT PAGE: Sticky CTA bar para mobile ── */
.renovex-sticky-atc {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 12px 16px;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.renovex-sticky-atc .sticky-product-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.renovex-sticky-atc .sticky-product-price {
  font-size: 15px;
  font-weight: 800;
  color: #2d6a4f;
  white-space: nowrap;
}

.renovex-sticky-atc .sticky-atc-btn {
  background: #2d6a4f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  min-width: 140px !important;
  text-align: center !important;
}

@media (max-width: 991px) {
  .renovex-sticky-atc {
    display: flex;
  }
  /* Padding bottom para que el botón principal no quede tapado */
  .woocommerce div.product .cart {
    padding-bottom: 0;
  }
}

/* ── TIENDA: Category filter sidebar mejorado ── */
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a,
.widget_product_categories .product-categories li a {
  font-size: 14px !important;
  color: #333 !important;
  padding: 4px 0 !important;
  display: block !important;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a,
.widget_product_categories .product-categories .current-cat a {
  color: #2d6a4f !important;
  font-weight: 700 !important;
}

/* ── GENERAL: Descripción de producto font-size mínimo 15px ── */
.woocommerce-product-details__short-description {
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* ── GENERAL: Breadcrumbs ── */
.woocommerce-breadcrumb {
  font-size: 13px !important;
  color: #888 !important;
  margin-bottom: 16px !important;
}

.woocommerce-breadcrumb a {
  color: #2d6a4f !important;
}

/* ── MOBILE: Product grid mejoras táctiles ── */
@media (max-width: 768px) {
  /* Touch targets mínimo 44px */
  .add_to_cart_button,
  .single_add_to_cart_button,
  .checkout-button,
  #place_order {
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Product cards: más espacio para botón en mobile */
  .woocommerce ul.products li.product {
    margin-bottom: 24px !important;
  }

  /* Product title en mobile */
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  /* Precio en mobile */
  .woocommerce ul.products li.product .price {
    font-size: 17px !important;
    font-weight: 700 !important;
  }
}

/* ── TIENDA: Mejorar la vista de producto sin hover visible ──
   Aseguramos que el botón ATC sea visible debajo del precio en el grid
   usando el approach de mostrar los actions fuera del overlay
*/
.woocommerce ul.products li.product .porto-tb-title {
  padding: 12px 16px !important;
}

/* Categoría label en tarjeta */
.woocommerce ul.products li.product .porto-tb-title-category {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  margin-bottom: 4px !important;
  display: block !important;
}

/* Nombre del producto en tarjeta */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}

/* Precio en tarjeta */
.woocommerce ul.products li.product .price .amount {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #2d6a4f !important;
}

/* ── HOME: Trust icon bar font size ── */
.porto-icon-boxes .porto-icon-box-title,
.icon-box .icon-box-title {
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* ── GENERAL: Scrollbar de progreso libre envío en carrito ── */
.porto-free-shipping-bar,
.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-cart .woocommerce-shipping-calculator {
  margin-top: 12px !important;
}

/* ── PRODUCT PAGE: Quantity input mejor estilo ── */
.woocommerce div.product form.cart div.quantity {
  display: flex !important;
  align-items: center !important;
  border: 1.5px solid #d9d9d9 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  margin-right: 12px !important;
}

.woocommerce div.product form.cart div.quantity .minus,
.woocommerce div.product form.cart div.quantity .plus {
  width: 42px !important;
  height: 48px !important;
  background: #f8f8f8 !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #333 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s !important;
}

.woocommerce div.product form.cart div.quantity .minus:hover,
.woocommerce div.product form.cart div.quantity .plus:hover {
  background: #e8e8e8 !important;
}

.woocommerce div.product form.cart div.quantity input.qty {
  width: 56px !important;
  height: 48px !important;
  text-align: center !important;
  border: none !important;
  border-left: 1.5px solid #d9d9d9 !important;
  border-right: 1.5px solid #d9d9d9 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  background: #fff !important;
  -moz-appearance: textfield !important;
}

.woocommerce div.product form.cart div.quantity input.qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* ── PRODUCT PAGE: CTA button size ── */
.woocommerce div.product form.cart .single_add_to_cart_button {
  height: 52px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 0 32px !important;
  border-radius: 8px !important;
  flex: 1 !important;
}

/* ── CART: Imagen del producto en tabla ── */
.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* ── CART: Nombre del producto en tabla ── */
.woocommerce-cart .cart_item .product-name a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

/* ── CART: Precio y subtotal ── */
.woocommerce-cart .cart_item .product-price,
.woocommerce-cart .cart_item .product-subtotal {
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* ── CART: Coupon field estilo mejorado ── */
.woocommerce-cart .coupon label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #666 !important;
}

.woocommerce-cart .coupon input#coupon_code {
  border: 1.5px solid #d9d9d9 !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  height: auto !important;
}

.woocommerce-cart .coupon .button {
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 10px 18px !important;
  background: #f0f7f4 !important;
  color: #2d6a4f !important;
  border: 1.5px solid #2d6a4f !important;
}


/* ── PATCH 2.4 (desktop only ≥768px) ──────────────────────────────────────
   Product card ATC button visible below image on desktop.
   On mobile (<768px) this is overridden by the MOBILE UX v2 section.
──────────────────────────────────────────────────────────────────────────── */
@media (min-width: 768px) {
/* ============================================================
   PATCH 2.4 — Porto Product Card: ATC visible permanente
   ============================================================
   El botón ATC (.porto-tb-woo-link.add_to_cart_button) está dentro
   de .tb-hover-content (opacity:0, position:absolute sobre la imagen).
   Solución: sacar el hover content del overlay y convertirlo en
   un bloque visible debajo de la imagen usando CSS layout tricks.
   ============================================================ */

/* 1. Convertir el contenedor de la imagen en flex-column para que
      el hover content aparezca DEBAJO de la imagen */
.porto-tb-featured-image.tb-image-type-hover {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
}

/* 2. El wrapper de la imagen (primer hijo) ocupa su espacio normal */
.porto-tb-featured-image.tb-image-type-hover > a.img-thumbnail,
.porto-tb-featured-image.tb-image-type-hover > .img-thumbnail {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

/* 3. Sacar el tb-hover-content del overlay:
      - position static (no absolute)
      - opacity 1 siempre
      - solo mostrar el botón ATC, ocultar wishlist y quickview */
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 8px 12px 0 !important;
  gap: 0 !important;
  width: 100% !important;
  order: 10 !important;
}

/* 4. Ocultar wishlist y quickview del hover (son secundarios) */
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-wishlist,
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-quickview,
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .yith-wcwl-add-to-wishlist {
  display: none !important;
}

/* 5. El botón ATC dentro del hover — hacerlo botón verde prominente */
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-woo-link.add_to_cart_button,
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content a.add_to_cart_button,
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 11px 16px !important;
  background-color: #2d6a4f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  opacity: 1 !important;
  visibility: visible !important;
  min-height: 42px !important;
  text-decoration: none !important;
}

/* Texto del botón — forzar a mostrar "Añadir al carrito" */
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart::after {
  content: "Añadir al carrito" !important;
  display: block !important;
}

/* Si el botón tiene texto vacío, usar el ::after */
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart > span:empty::after,
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart:empty::after {
  content: "Añadir al carrito" !important;
}

.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart:hover {
  background-color: #1e4d38 !important;
  color: #fff !important;
}

/* 6. Estado "added" - botón verde más oscuro con checkmark */
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart.added {
  background-color: #1e4d38 !important;
}

/* 7. Ocultar el ícono de carrito que Porto pone (solo mostrar texto) */
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart i,
.porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart svg {
  display: none !important;
}

/* 8. Asegurar que el product-content (nombre/precio) quede justo debajo del ATC */
.porto-section.product-content {
  padding: 10px 12px 12px !important;
}

/* 9. Restablecer el hover overlay para que NO tape la imagen
      (el hover de la imagen como zoom/scale lo dejamos, pero sin overlay opaco) */
.porto-tb-featured-image.tb-image-type-hover > a.img-thumbnail::after,
.porto-tb-featured-image.tb-image-type-hover > a.img-thumbnail::before {
  display: none !important;
}

/* 10. Ajustar el card wrapper para que el layout quede correcto */
.product .porto-section.product-type-swatch,
.product .porto-section.overflow-hidden {
  overflow: visible !important;
}

/* Mantener el overflow hidden solo en la imagen */
.porto-tb-featured-image.tb-image-type-hover > a.img-thumbnail {
  overflow: hidden !important;
  border-radius: 8px 8px 0 0 !important;
}

/* 11. Product card border/shadow para que se vea como card completa */
.woocommerce ul.products li.product {
  border-radius: 10px !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s ease !important;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

/* 12. Precio color verde brand */
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price ins .amount {
  color: #2d6a4f !important;
}


}

/* ============================================================
   PATCH 2.5 — Carrito: botón "Finalizar Compra" verde brand
   El botón tiene clase .btn.btn-v-dark (Porto dark button).
   Sobrescribimos solo en contexto carrito y checkout panel.
   ============================================================ */

/* Botón "Finalizar Compra" en carrito — verde brand */
.wc-proceed-to-checkout .btn.btn-v-dark,
.wc-proceed-to-checkout a.btn-v-dark,
.sticky-checkout-bottom .btn-v-dark,
.woocommerce-cart .wc-proceed-to-checkout a {
  background-color: #2d6a4f !important;
  background: #2d6a4f !important;
  border-color: #2d6a4f !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  border-radius: 8px !important;
  padding: 16px 32px !important;
  transition: background-color 0.2s ease !important;
}

.wc-proceed-to-checkout .btn.btn-v-dark:hover,
.wc-proceed-to-checkout a.btn-v-dark:hover,
.woocommerce-cart .wc-proceed-to-checkout a:hover {
  background-color: #1e4d38 !important;
  background: #1e4d38 !important;
  border-color: #1e4d38 !important;
  color: #fff !important;
}

/* ── CART: Thumbnail imagen — fix si Porto oculta la imagen ── */
.woocommerce-cart table.cart td.product-thumbnail {
  display: table-cell !important;
  width: 96px !important;
}

.woocommerce-cart table.cart td.product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  display: block !important;
}

/* ── CARRITO: Panel lateral mejorado ── */
.woocommerce-cart .cart_totals {
  border-radius: 12px !important;
  border: 1px solid #e0e0e0 !important;
  overflow: hidden !important;
}

.woocommerce-cart .cart_totals h2 {
  background: #f5f5f5 !important;
  padding: 14px 20px !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  color: #555 !important;
}

/* ── HOME: Botón en tarjetas del home (mismo template) ── */
.home .porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart,
.single-product .porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart {
  background-color: #2d6a4f !important;
  color: #fff !important;
}

/* ── PRODUCT PAGE: Trust signals — verificar que se ven ── */
.renovex-product-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid #f0f0f0 !important;
}

.renovex-product-trust .trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #444 !important;
  white-space: nowrap !important;
}

/* ── PRODUCT PAGE: Sticky bar — ajuste para que solo aparezca en mobile ── */
@media (min-width: 992px) {
  .renovex-sticky-atc {
    display: none !important;
  }
}

/* ── TIENDA: Precio en verde ── */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .woocommerce-Price-amount {
  color: #2d6a4f !important;
  font-weight: 800 !important;
  font-size: 18px !important;
}

/* ── HOME productos section: mismo fix de precio ── */
.home .product .price .woocommerce-Price-amount,
.home .product .price .amount {
  color: #2d6a4f !important;
}

/* ── FIX v2.6: Product page top spacing ── */
body.single-product #page-content,
body.single-product .main-content {
  padding-top: 40px !important;
}

/* ── FIX v2.6: Porto sticky bar button alignment ── */
.sticky-product .container {
  align-items: center !important;
  flex-wrap: nowrap !important;
}
.sticky-product .add-to-cart {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-top: 0 !important;
  flex-shrink: 0 !important;
}
.sticky-product .scroll-to-sticky,
.sticky-product .single_add_to_cart_button {
  margin-top: 0 !important;
  white-space: nowrap !important;
}
.sticky-product .sticky-detail {
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* ── FIX v2.6b: Porto sticky bar — detail takes space, button stays compact ── */
.sticky-product .sticky-detail {
  flex: 1 !important;
  min-width: 0 !important;
}
.sticky-product .add-to-cart {
  flex: 0 0 auto !important;
  text-align: left !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 16px !important;
}

/* ── FIX v2.6c: Porto sticky bar — button styled to match main CTA ── */
.sticky-product .scroll-to-sticky,
.sticky-product .single_add_to_cart_button.scroll-to-sticky {
  background: #2d6a4f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  margin-top: 0 !important;
  cursor: pointer !important;
}
.sticky-product .scroll-to-sticky:hover {
  background: #1b4332 !important;
}
/* Hide MY custom bar entirely — Porto handles sticky ATC */
.renovex-sticky-atc {
  display: none !important;
}

/* ── FIX v2.6d: Porto sticky bar button — broader selector for green color ── */
.sticky-product .single_add_to_cart_button {
  background: #2d6a4f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  margin-top: 0 !important;
}
.sticky-product .single_add_to_cart_button:hover {
  background: #1b4332 !important;
}


/* ============================================================
   PATCH v3.0 — Mobile UX Comprehensive Fix (2026-04-01)
   Fixes: iOS zoom, gallery height, trust badges, tap targets,
   cart inputs, minicart width, WC notices, select2 zoom
   ============================================================ */

/* ── FIX 1 (CRITICAL): iOS zoom prevention ──────────────────
   iOS Safari auto-zooms when input font-size < 16px on focus.
   Previous rule forces font-size: 15px !important globally,
   overriding the existing mobile 16px rule without !important.
   Solution: nuclear override with !important on all touch inputs.
*/
@media (max-width: 991px) {
  /* Catch-all: override Porto and any other theme CSS */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  select,
  textarea {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
  }
  /* WooCommerce specifics */
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row select,
  .woocommerce form .form-row textarea,
  .woocommerce-checkout .form-row input,
  .woocommerce-checkout .form-row select,
  .woocommerce-checkout .form-row textarea,
  .woocommerce-page .input-text,
  .checkout #billing_first_name,
  .checkout #billing_last_name,
  .checkout #billing_phone,
  .checkout #billing_email,
  .checkout #billing_address_1,
  .checkout #billing_city,
  .checkout #billing_state,
  .checkout #order_comments {
    font-size: 16px !important;
  }
}

/* ── FIX 2: select2 dropdown — iOS zoom prevention ──────────
   WooCommerce uses select2 for state/country dropdowns.
   The rendered text and search input must also be 16px.
*/
@media (max-width: 991px) {
  .select2-container .select2-selection,
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-search--dropdown .select2-search__field,
  .select2-container--default .select2-selection__placeholder {
    font-size: 16px !important;
  }
  .select2-container--default .select2-selection--single {
    height: auto !important;
    min-height: 48px !important;
    line-height: 1.4 !important;
    display: flex !important;
    align-items: center !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 36px 0 14px !important;
    line-height: 1.4 !important;
  }
}

/* ── FIX 3: Trust badges — 2-column grid on very small screens ─ */
@media (max-width: 430px) {
  .renovex-trust-badges {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    padding: 10px 12px !important;
  }
  .renovex-trust-badges .trust-item {
    flex: unset !important;
    font-size: 11px !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
}

/* ── FIX 4: Product gallery — cap height on mobile ──────────
   Porto gallery default renders at full image height (700px+),
   forcing users to scroll past it to reach the ATC button.
   Cap at 360px and use object-fit: contain.
*/
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-product-gallery,
  .woocommerce div.product .porto-product-slider {
    max-height: 360px !important;
    overflow: hidden !important;
  }
  .woocommerce div.product .woocommerce-product-gallery .flex-viewport {
    max-height: 360px !important;
  }
  .woocommerce div.product .woocommerce-product-gallery__image,
  .woocommerce div.product .woocommerce-product-gallery img,
  .woocommerce div.product .porto-product-slider img {
    max-height: 360px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }
  /* Slick slider track */
  .woocommerce div.product .porto-product-slider .slick-slide,
  .woocommerce div.product .porto-product-slider .slick-track {
    max-height: 360px !important;
  }
}

/* ── FIX 5: Grid ATC button — minimum 44px tap target ───────
   Porto's ATC button in hover content inherits small font.
   Ensure minimum tap target height and readable font on mobile.
*/
@media (max-width: 991px) {
  .porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-woo-link.add_to_cart_button,
  .porto-tb-featured-image.tb-image-type-hover .tb-hover-content .porto-tb-addcart,
  .porto-tb-featured-image.tb-image-type-hover .tb-hover-content a.add_to_cart_button {
    min-height: 44px !important;
    font-size: 12px !important;
    padding: 10px 12px !important;
    letter-spacing: 0.02em !important;
  }
}

/* ── FIX 6: Cart page mobile — prevent iOS zoom on coupon input ─ */
@media (max-width: 767px) {
  .woocommerce-cart .coupon input#coupon_code {
    font-size: 16px !important;
    min-height: 44px !important;
  }
  .woocommerce-cart .coupon .button {
    min-height: 44px !important;
    font-size: 14px !important;
  }
  /* Cart item spacing */
  .woocommerce-cart table.cart td {
    padding: 10px 6px !important;
  }
  /* Cart qty input — no zoom */
  .woocommerce-cart .product-quantity input.qty {
    font-size: 16px !important;
  }
}

/* ── FIX 7: Minicart — responsive width on tiny screens ─────
   Porto's cart popup is 300px fixed. On sub-320px screens (old
   iPhones) it would overflow. Cap at 92vw as minimum.
*/
@media (max-width: 340px) {
  #mini-cart .cart-popup,
  .minicart-offcanvas .cart-popup {
    width: 92vw !important;
    min-width: 260px !important;
  }
}

/* ── FIX 8: WC notices — compact + readable on mobile ───────
   Success/error notices appear at page top. Make them compact
   and well-styled. Auto-dismiss is handled in functions.php JS.
*/
@media (max-width: 767px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error {
    font-size: 13px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-info .button {
    font-size: 12px !important;
    padding: 6px 12px !important;
    float: none !important;
    flex-shrink: 0 !important;
  }
}

/* ── FIX 9: Product page — summary padding on mobile ────────
   Porto adds excessive padding/margin to the product summary
   area on mobile, wasting precious scroll space.
*/
@media (max-width: 767px) {
  .woocommerce div.product .summary {
    padding: 16px 0 80px 0 !important; /* 80px bottom = clear sticky bar */
  }
  /* Porto sticky bar: ensure it's visible on mobile */
  .sticky-product {
    z-index: 9990 !important;
    padding: 8px 16px !important;
  }
  .sticky-product .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ── FIX 10: Checkout mobile — polish ───────────────────────
   Minor spacing improvements for the checkout form on mobile.
*/
@media (max-width: 767px) {
  /* Checkout form rows: comfortable spacing */
  .woocommerce-checkout .form-row {
    margin-bottom: 12px !important;
  }
  /* Checkout submit button — ensure full width and legible */
  .woocommerce #payment #place_order,
  .woocommerce-checkout #payment #place_order {
    font-size: 17px !important;
    padding: 16px 24px !important;
    min-height: 54px !important;
    letter-spacing: 0.01em !important;
  }
  /* Hide the sticky order review panel on mobile when not open */
  .woocommerce-checkout .woocommerce-checkout-review-order {
    border-radius: 10px !important;
    margin-top: 8px !important;
  }
  /* Make "Ver resumen" bar text larger */
  .renovex-mobile-summary {
    font-size: 15px !important;
  }
}

/* ── FIX 11: Contact form / search inputs — iOS zoom ────────
   Any other inputs on the site (search, contact, etc.)
*/
@media (max-width: 991px) {
  .porto-search-form input[type="search"],
  .search-form input[type="search"],
  #s,
  .comment-form input,
  .comment-form textarea,
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
    font-size: 16px !important;
  }
}

/* ── FIX 12: Mobile Navigation — force hamburger menu (defensive) ──────────
   Belt-and-suspenders: force hide desktop nav and ensure hamburger is
   visible at mobile breakpoints. Porto side-nav-panel has mobile menu.
*/
@media (max-width: 991px) {
  .mobile-toggle,
  #header .mobile-toggle,
  .header-builder .mobile-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    min-width: 32px !important;
    min-height: 32px !important;
    font-size: 20px !important;
  }
  .mobile-toggle i,
  #header .mobile-toggle i {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .elementor-hidden-mobile,
  .elementor .elementor-hidden-mobile {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .mobile-toggle {
    display: inline-flex !important;
  }

  #side-nav-panel {
    z-index: 99999 !important;
  }

  #header,
  .header-builder {
    overflow-x: hidden !important;
  }
}




/* ══════════════════════════════════════════════════════════════════════
   RENOVEX MOBILE UX FINAL — Pixel-perfect, based on real screenshots
   v3.0 — Fixes: dual buttons, filter bar, sticky bar, cart, checkout
   ══════════════════════════════════════════════════════════════════════ */

/* ────────────────────────────────────────────────────────────────────
   0. GLOBAL MOBILE BASE
────────────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  html, body { overflow-x: hidden !important; max-width: 100% !important; }
  .page-wrapper, #wrapper, main#main { overflow-x: hidden !important; max-width: 100vw !important; }
}

/* ────────────────────────────────────────────────────────────────────
   1. SIDEBAR OFF-CANVAS — MUST WIN over Porto
────────────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .porto-woo-category-sidebar,
  .col-lg-3.sidebar.mobile-sidebar,
  .sidebar.mobile-sidebar {
    position: fixed !important;
    left: 0 !important; top: 0 !important;
    height: 100% !important;
    width: min(280px, 85vw) !important;
    z-index: 9500 !important;
    transform: translateX(-100%) !important;
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1) !important;
    background: #fff !important;
    box-shadow: 4px 0 20px rgba(0,0,0,0.15) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  html.sidebar-opened .sidebar.mobile-sidebar { transform: translateX(0) !important; }
  .main-content.col-lg-9, .column2 .main-content, .column2-left-sidebar .main-content {
    width: 100% !important; max-width: 100% !important;
    flex: 0 0 100% !important; padding: 0 !important; margin: 0 !important;
  }
}

/* ────────────────────────────────────────────────────────────────────
   2. CATEGORY FILTER BAR — Pills scrollables
────────────────────────────────────────────────────────────────────── */
.renovex-filter-bar { display: none; } /* hidden on desktop */

@media (max-width: 991px) {
  .renovex-filter-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 10px 16px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    background: #fff !important;
    border-bottom: 1px solid #efefef !important;
    margin: 0 0 4px !important;
  }
  .renovex-filter-bar::-webkit-scrollbar { display: none !important; }

  .renovex-filter-bar a,
  .renovex-filter-bar > a {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    border: 1.5px solid #d5d5d5 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #444 !important;
    white-space: nowrap !important;
    background: #f7f7f7 !important;
    text-decoration: none !important;
    line-height: 1 !important;
    min-height: 32px !important;
    letter-spacing: 0.01em !important;
  }
  .renovex-filter-bar a.active,
  .renovex-filter-bar a.all.active {
    background: #405041 !important;
    border-color: #405041 !important;
    color: #fff !important;
  }
  .renovex-sidebar-toggle-btn {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 6px 12px !important;
    background: #fff !important;
    border: 1.5px solid #d5d5d5 !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #444 !important;
    cursor: pointer !important;
    min-height: 32px !important;
    white-space: nowrap !important;
  }
}

/* ────────────────────────────────────────────────────────────────────
   3. PRODUCT CARDS — Grid limpio, UN SOLO botón
   CRÍTICO: PATCH 2.4 está wrapeado en @media(min-width:768px) arriba,
   por eso podemos hacer display:none aquí y GANAMOS.
────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Grid 2 columnas */
  .posts-wrap.products,
  .woocommerce-page ul.products,
  .products-container,
  ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    padding: 8px 12px 90px !important;
    width: 100% !important;
    list-style: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  /* Tarjeta */
  .porto-tb-item.product-col,
  li.product-col,
  .product-col {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
  }

  /* ── OCULTAR el overlay hover de Porto en mobile ── */
  /* Esta regla DEBE ganar sobre PATCH 2.4 porque PATCH 2.4
     ya está dentro de @media(min-width:768px) */
  .porto-tb-featured-image.tb-image-type-hover .tb-hover-content,
  .porto-tb-featured-image.tb-image-type-hover .tb-hover-content.with-link,
  .product-col .tb-hover-content,
  .product-col .tb-hover-content.with-link,
  .tb-hover-content {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* Imagen del producto */
  .product-col .porto-tb-featured-image,
  .product-col .tb-image-type-hover {
    position: relative !important;
    overflow: hidden !important;
    background: #f7f6f4 !important;
    flex-shrink: 0 !important;
  }
  .product-col .porto-tb-featured-image a.img-thumbnail,
  .product-col .tb-image-type-hover a.img-thumbnail {
    display: block !important;
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    background: #f7f6f4 !important;
    overflow: hidden !important;
  }
  .product-col .porto-tb-featured-image img,
  .product-col .tb-image-type-hover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 4px !important;
    display: block !important;
  }
  .product-col img.hover-image { display: none !important; }

  /* Contenido (nombre, precio) */
  .product-col .porto-section.product-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding: 8px 8px 0 !important;
    overflow: visible !important;
  }

  /* Categoría */
  .product-col .porto-tb-meta {
    font-size: 11px !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 2px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  /* Nombre */
  .product-col .porto-heading.product-title,
  .product-col h2.product-title,
  .product-col .woocommerce-loop-product__title {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #1a1a1a !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
  }

  /* Precio */
  .product-col .tb-woo-price,
  .product-col .price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 6px !important;
    line-height: 1.2 !important;
  }
  .product-col .price del { font-size: 10px !important; font-weight: 400 !important; color: #aaa !important; }
  .product-col .price ins { text-decoration: none !important; }

  /* Botón principal — inyectado por JS */
  .renovex-card-btn,
  .product-col .renovex-card-btn,
  .porto-tb-item .renovex-card-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 38px !important;
    padding: 8px 4px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: #405041 !important;
    border: none !important;
    border-radius: 0 0 12px 12px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    margin-top: auto !important;
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  .renovex-card-btn:active { background: #2d3d2e !important; }
  .renovex-card-btn.added { background: #2d6a4f !important; }
}

/* ────────────────────────────────────────────────────────────────────
   4. PDP — PÁGINA DE PRODUCTO INDIVIDUAL
────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Ocultar social share — todos los selectores posibles */
  .porto-cp-share,
  .porto-share-links,
  .product .woocommerce-product-details__short-description + div .share,
  .single-product .entry-summary .porto-share-links,
  .single-product .summary .porto-share-links,
  .woocommerce div.product .porto-share-links,
  .product_meta .share,
  div[class*="porto-share"],
  .woocommerce div.product form.cart + .share-links,
  .product-shares,
  .woocommerce .woocommerce-product-gallery ~ .entry-summary .porto-share {
    display: none !important;
  }

  /* Short description — truncar con toggle JS */
  .woocommerce-product-details__short-description {
    max-height: 4.5em !important;
    overflow: hidden !important;
    position: relative !important;
    transition: max-height 0.3s ease !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
    color: #555 !important;
  }
  .woocommerce-product-details__short-description.expanded {
    max-height: 600px !important;
  }
  .woocommerce-product-details__short-description:not(.expanded)::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important; left: 0 !important; right: 0 !important;
    height: 2em !important;
    background: linear-gradient(transparent, #fff) !important;
    pointer-events: none !important;
  }
  .renovex-excerpt-toggle {
    display: inline-block !important;
    font-size: 12px !important;
    color: #405041 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
    background: none !important;
    border: none !important;
    padding: 4px 0 8px !important;
    font-family: inherit !important;
  }

  /* Formulario add-to-cart */
  .woocommerce div.product form.cart {
    display: flex !important;
    gap: 8px !important;
    margin: 0 0 10px !important;
    align-items: stretch !important;
  }
  .woocommerce div.product form.cart .qty {
    width: 52px !important; height: 48px !important;
    font-size: 16px !important; text-align: center !important;
    border-radius: 10px !important; border: 2px solid #ddd !important;
    flex-shrink: 0 !important;
  }
  .woocommerce div.product form.cart .single_add_to_cart_button,
  .woocommerce div.product .single_add_to_cart_button {
    flex: 1 !important;
    min-height: 48px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    background: #405041 !important;
    color: #fff !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    box-shadow: 0 3px 12px rgba(64,80,65,0.25) !important;
    white-space: nowrap !important;
  }

  /* Reducir whitespace excesivo en PDP */
  .woocommerce div.product .product_title { margin-bottom: 6px !important; }
  .woocommerce div.product .price { margin-bottom: 10px !important; }
  .porto-cp-description, .woocommerce div.product .woocommerce-tabs {
    margin-top: 16px !important;
  }

  /* Ocultar wishlist button text — solo ícono */
  .single-product .yith-wcwl-add-to-wishlist .add_to_wishlist span { display: none !important; }
}

/* ────────────────────────────────────────────────────────────────────
   5. STICKY ADD-TO-CART — Porto sticky bar, mejorado
────────────────────────────────────────────────────────────────────── */

/* Ocultar MI bottom bar en PDP — Porto sticky bar toma el control */
.single-product .renovex-bottom-bar { display: none !important; }

/* Porto sticky bar: full-width, branded */
.sticky-product {
  z-index: 9980 !important;
}
.sticky-product.pos-bottom {
  bottom: 0 !important;
  border-top: 1px solid #e8e8e8 !important;
  background: #fff !important;
  padding: 8px 16px !important;
  padding-bottom: calc(8px + env(safe-area-inset-bottom)) !important;
  box-shadow: 0 -3px 12px rgba(0,0,0,0.1) !important;
}
.sticky-product.pos-bottom .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}
.sticky-product .sticky-image {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  flex-shrink: 0 !important;
}
.sticky-product .sticky-image img {
  width: 100% !important; height: 100% !important;
  object-fit: contain !important;
}
.sticky-product .sticky-detail {
  flex: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.sticky-product .product-name {
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  color: #1a1a1a !important;
}
.sticky-product .sticky-detail .price {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  font-family: inherit !important;
}
/* Ocultar estrellas vacías y disponibilidad */
.sticky-product .star-rating,
.sticky-product .availability,
.sticky-product .product-name-area + .star-rating {
  display: none !important;
}
.sticky-product .add-to-cart {
  flex-shrink: 0 !important;
  margin: 0 !important;
}
.sticky-product .single_add_to_cart_button,
.sticky-product .add-to-cart .button,
.sticky-product .add-to-cart button {
  min-height: 42px !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  border-radius: 10px !important;
  background: #405041 !important;
  color: #fff !important;
  border: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(64,80,65,0.25) !important;
}

/* ────────────────────────────────────────────────────────────────────
   6. BOTTOM BAR — Solo en páginas que no son PDP
────────────────────────────────────────────────────────────────────── */
.renovex-bottom-bar { display: none; }

@media (max-width: 767px) {
  .renovex-bottom-bar {
    display: flex !important;
    position: fixed !important;
    bottom: 0 !important; left: 0 !important; right: 0 !important;
    z-index: 9990 !important;
    background: #fff !important;
    border-top: 1px solid #e8e8e8 !important;
    padding: 8px 16px !important;
    padding-bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    box-shadow: 0 -3px 16px rgba(0,0,0,0.08) !important;
    gap: 10px !important;
    align-items: center !important;
  }
  .single-product .renovex-bottom-bar { display: none !important; }
  body:not(.single-product) .page-wrapper { padding-bottom: 72px !important; }
  .single-product .page-wrapper { padding-bottom: 76px !important; }
}
.renovex-bottom-bar .bottom-bar-cta {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  background: #405041 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
.renovex-bottom-bar .bottom-bar-cart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important; height: 44px !important;
  border: 2px solid #ddd !important;
  border-radius: 10px !important;
  font-size: 20px !important;
  position: relative !important;
  text-decoration: none !important;
  color: #333 !important;
  flex-shrink: 0 !important;
}
.renovex-bottom-bar .cart-count {
  position: absolute !important;
  top: -5px !important; right: -5px !important;
  background: #e05555 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  width: 16px !important; height: 16px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ────────────────────────────────────────────────────────────────────
   7. CART PAGE — FunnelKit layout limpio Shopify-style
────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Tabla nativa WooCommerce → card layout */
  .woocommerce-cart-form table.shop_table {
    display: block !important;
    border: none !important;
    background: transparent !important;
  }
  .woocommerce-cart-form table thead { display: none !important; }
  .woocommerce-cart-form table tbody { display: flex !important; flex-direction: column !important; gap: 8px !important; }

  .woocommerce-cart-form table tr.cart_item {
    display: grid !important;
    grid-template-columns: 72px 1fr auto !important;
    grid-template-rows: auto auto auto !important;
    gap: 4px 12px !important;
    padding: 12px !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
    align-items: start !important;
  }
  .woocommerce-cart-form td.product-thumbnail {
    grid-column: 1 !important; grid-row: 1 / 4 !important;
    padding: 0 !important;
  }
  .woocommerce-cart-form td.product-thumbnail img {
    width: 72px !important; height: 72px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    background: #f7f6f4 !important;
    display: block !important;
  }
  .woocommerce-cart-form td.product-name {
    grid-column: 2 !important; grid-row: 1 !important;
    font-size: 13px !important; font-weight: 600 !important;
    padding: 0 !important; color: #1a1a1a !important;
  }
  .woocommerce-cart-form td.product-price {
    grid-column: 2 !important; grid-row: 2 !important;
    font-size: 13px !important; font-weight: 700 !important;
    color: #405041 !important; padding: 0 !important;
  }
  .woocommerce-cart-form td.product-quantity {
    grid-column: 2 !important; grid-row: 3 !important;
    padding: 0 !important;
  }
  .woocommerce-cart-form td.product-quantity .qty {
    width: 48px !important; height: 32px !important;
    text-align: center !important;
    border-radius: 6px !important; border: 1.5px solid #ddd !important;
    font-size: 14px !important;
  }
  .woocommerce-cart-form td.product-subtotal { display: none !important; }
  .woocommerce-cart-form td.product-remove {
    grid-column: 3 !important; grid-row: 1 !important;
    padding: 0 !important;
  }
  .woocommerce-cart-form td.product-remove a {
    font-size: 18px !important; color: #ccc !important;
    text-decoration: none !important; line-height: 1 !important;
  }
  .woocommerce-cart-form td.product-remove a:hover { color: #e05555 !important; }

  /* Totales */
  .cart-collaterals .cart_totals {
    border-radius: 12px !important;
    padding: 16px !important;
    background: #f9f8f6 !important;
    border: 1px solid #efefef !important;
  }
  .wc-proceed-to-checkout .checkout-button,
  .wc-proceed-to-checkout a.button,
  .wc-proceed-to-checkout .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 52px !important;
    font-size: 15px !important; font-weight: 700 !important;
    border-radius: 12px !important;
    background: #405041 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(64,80,65,0.28) !important;
    margin-top: 12px !important;
  }

  /* Botón Volver a la tienda */
  .return-to-shop a.button,
  .woocommerce-cart .return-to-shop .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 0 24px !important;
    font-size: 14px !important; font-weight: 600 !important;
    border-radius: 10px !important;
    background: #405041 !important;
    color: #fff !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
  }

  /* FunnelKit cart custom styles */
  .fkcart-offcanvas .fkcart-offcanvas__free-shipping-text {
    font-size: 13px !important;
  }
}

/* ────────────────────────────────────────────────────────────────────
   8. CHECKOUT — Form limpio, resumen visible
────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Breadcrumb de pasos en 1 línea */
  .wfacp-progress-bar-wrap,
  .wfacp_main_form .wfacp-progress-bar-wrap {
    overflow-x: auto !important;
    white-space: nowrap !important;
  }
  .woocommerce-checkout .woocommerce-breadcrumb,
  .checkout-breadcrumb,
  nav.woocommerce-breadcrumb {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    gap: 4px !important;
    scrollbar-width: none !important;
  }

  /* Order review — outer collapses via JS toggle (max-height controlled by rnx-open class) */
  .checkout-order-review {
    display: block !important;
  }
  .woocommerce-checkout-review-order-table {
    display: table !important;
    width: 100% !important;
  }
  .woocommerce-checkout-review-order-table thead tr th {
    display: table-cell !important;
    font-size: 12px !important;
  }
  .woocommerce-checkout-review-order-table tbody tr td {
    display: table-cell !important;
    font-size: 13px !important;
    padding: 8px 4px !important;
  }

  /* Select dropdowns en checkout */
  .woocommerce-ordering select,
  .shop-loop-before select,
  select#orderby {
    min-width: 150px !important;
    max-width: 100% !important;
    font-size: 13px !important;
    height: 38px !important;
    padding-right: 28px !important;
    text-overflow: ellipsis !important;
  }
}

/* ────────────────────────────────────────────────────────────────────
   9. HEADER MOBILE
────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  #top-bar, .top-bar {
    font-size: 11px !important;
    padding: 5px 12px !important;
    min-height: 30px !important;
  }
  .header-main, #header .header-row {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  #header .logo img, #header .header-logo img {
    max-height: 34px !important;
    width: auto !important;
  }
  #header .container, #header .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* ────────────────────────────────────────────────────────────────────
   10. DESKTOP — Ocultar elementos mobile-only
────────────────────────────────────────────────────────────────────── */
@media (min-width: 992px) {
  .renovex-filter-bar,
  .renovex-sidebar-toggle-btn,
  .renovex-bottom-bar {
    display: none !important;
  }
}


/* ── MOBILE SMALL (≤480px): 1 columna para productos más grandes y legibles ──
   Con 2 cols en 390px cada tarjeta queda en ~168px — demasiado pequeño.
   En 1 col la tarjeta ocupa ~366px, mucho más legible y con mejor impacto visual.
───────────────────────────────────────────────────────────────────────────────── */
@media (max-width: 480px) {
  .posts-wrap.products,
  .woocommerce-page ul.products,
  .products-container,
  ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   PATCH v3.9 — UX/CRO Audit Fixes (2026-04-11)
   Issues fixed:
   1. Tienda mobile: 2 columnas desde 481px-767px (en lugar de 1)
   2. Breadcrumb checkout: ocultar "Compra Completada" en carrito
   3. Footer links muertos: estilo para links # residuales
   4. Contador home: mostrar placeholder si JS no carga
   5. Logo alt text (done via footer post update)
   6. Sección marrón oscura: fix altura mínima
   7. Checkout: claridad visual de pasos
   ============================================================ */

/* ── FIX 1: Tienda mobile — 2 cols en 481-767px (mejora conversión) ──
   La regla actual fuerza 1 col en ≤480px (correcto para 320-480px)
   pero en 390px (iPhone 14) una sola col hace el scroll infinito.
   Revertimos a 2 cols para la banda 481px-767px.
   NOTA: ≤480px mantiene 1 col por las reglas anteriores.
   Para 390px (que es ≤480px), usamos 2 cols con items más compactos.
*/
@media (max-width: 480px) {
  .posts-wrap.products,
  .woocommerce-page ul.products,
  .products-container,
  ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    padding: 8px 10px 90px !important;
  }
  /* Tarjeta más compacta en pantallas pequeñas */
  .product-col .porto-heading.product-title,
  .product-col h2.product-title,
  .product-col .woocommerce-loop-product__title {
    font-size: 12px !important;
  }
  .product-col .tb-woo-price,
  .product-col .price {
    font-size: 13px !important;
  }
  .renovex-card-btn {
    font-size: 11px !important;
    min-height: 34px !important;
    padding: 6px 4px !important;
    letter-spacing: 0.02em !important;
  }
}

/* ── FIX 2: Breadcrumb — ocultar "Compra Completada" excepto en página de confirmación ──
   El breadcrumb de Porto muestra los 3 pasos siempre.
   En carrito y checkout, "Compra Completada" no debe ser clickeable ni destacado.
*/
.woocommerce-cart .porto-breadcrumb-3,
.woocommerce-cart .woocommerce-checkout-breadcrumb li:last-child,
.woocommerce-cart a.nolink[aria-current],
.woocommerce-checkout .woocommerce-checkout-breadcrumb li:last-child a.nolink {
  opacity: 0.4 !important;
  pointer-events: none !important;
  cursor: default !important;
  color: #aaa !important;
  text-decoration: none !important;
}

/* More specific: target the "Compra Completada" text link in non-order-received pages */
body:not(.woocommerce-order-received) .woocommerce-checkout-breadcrumb a.nolink,
body:not(.woocommerce-order-received) nav.woocommerce-breadcrumb a.nolink {
  opacity: 0.38 !important;
  color: #bbb !important;
  pointer-events: none !important;
  cursor: default !important;
}

/* ── FIX 3: Footer links — estilos para links que apuntaban a # ──
   Ya fueron corregidos en la DB, pero este CSS es defensa adicional
   para cualquier link de footer que siga siendo # en el futuro.
*/
footer a[href="#"],
.site-footer a[href="#"],
.footer a[href="#"] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
  pointer-events: none !important;
}

/* ── FIX 4: Contadores home — mostrar animación si ya se cargó ──
   Los contadores usan JS para animar desde 0. Si el número ya es 0,
   se ve roto. Añadir clase para indicar que se esperan datos.
*/
[data-to="0"],
.counter[data-count="0"] {
  opacity: 0.4 !important;
}

/* ── FIX 5: Sección oscura marrón — asegurar contenido visible ── */
.porto-section[style*="background-color: rgb(59, 46, 34)"],
.porto-section[style*="background-color:#3b2e22"],
section[style*="background-color: rgb(59, 46, 34)"] {
  min-height: auto !important;
  padding: 40px 0 !important;
}

/* ── FIX 6: Checkout progress — mejora visual de pasos ── */
.woocommerce-checkout-breadcrumb,
nav.woocommerce-breadcrumb {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 12px 0 16px !important;
  font-size: 13px !important;
  color: #999 !important;
}

/* Paso activo resaltado */
.woocommerce-checkout .woocommerce-checkout-breadcrumb a:not(.nolink),
.woocommerce-checkout nav.woocommerce-breadcrumb span.breadcrumb-separator + a {
  color: #2d6a4f !important;
  font-weight: 700 !important;
}

/* ── FIX 7: Cart progress bar — texto motivacional ── */
.woocommerce-cart .woocommerce-info {
  background: #f0f7f4 !important;
  border-color: #c3e6d4 !important;
  color: #2d6a4f !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}

/* ── FIX 8: Product gallery thumbnails — siempre visibles en mobile ── */
@media (max-width: 767px) {
  .woocommerce div.product .flex-control-thumbs {
    display: flex !important;
    gap: 6px !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    padding: 8px 0 4px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }
  .woocommerce div.product .flex-control-thumbs li {
    list-style: none !important;
    flex-shrink: 0 !important;
  }
  .woocommerce div.product .flex-control-thumbs img {
    width: 56px !important;
    height: 56px !important;
    object-fit: contain !important;
    border-radius: 6px !important;
    border: 2px solid transparent !important;
    background: #f7f6f4 !important;
    cursor: pointer !important;
  }
  .woocommerce div.product .flex-control-thumbs img.flex-active {
    border-color: #2d6a4f !important;
  }
}

/* ── FIX 9: Tienda desktop — product name no truncado ── */
@media (min-width: 992px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .product-col .porto-heading.product-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
  }
}

/* ── FIX 10: Checkout mobile — separación entre secciones ── */
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields {
    margin-bottom: 20px !important;
  }
  /* Mejorar legibilidad del resumen */
  .woocommerce-checkout .woocommerce-checkout-review-order-table {
    background: #fff !important;
    border-radius: 8px !important;
  }
}

/* ── FIX 11: Logo alt — complemento visual (logo img sin alt) ── */
.site-header .logo img[alt=""],
#header .logo img[alt=""],
header .custom-logo[alt=""] {
  /* Accesibilidad: no podemos cambiar alt via CSS, pero señalamos el problema */
  outline: none !important;
}

/* ── FIX 12: Mobile — Tap targets mínimos globales ── */
@media (max-width: 767px) {
  a, button, [role="button"] {
    touch-action: manipulation !important;
  }
  .widget_nav_menu li a,
  footer a,
  .site-footer a {
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
  }
}

/* ── FIX 13: Tienda — sort/filter bar en mobile limpia ── */
@media (max-width: 767px) {
  .shop-loop-before,
  .woocommerce-ordering {
    background: #fff !important;
    padding: 8px 12px !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .woocommerce-ordering select {
    font-size: 13px !important;
    height: 36px !important;
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 0 28px 0 10px !important;
    background: #fff !important;
    color: #333 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }
  .woocommerce-result-count {
    font-size: 12px !important;
    color: #888 !important;
  }
}

/* ── FIX 14: Cart breadcrumb — "Compra Completada" siempre dim ──
   Más específico para el widget HTML de Porto que genera el breadcrumb
*/
.woocommerce-cart .woocommerce-breadcrumb a.nolink,
.woocommerce-checkout .woocommerce-breadcrumb a.nolink {
  color: #ccc !important;
  pointer-events: none !important;
  opacity: 0.5 !important;
}
/* En checkout, el paso activo es "Finalizar compra" — resaltarlo */
.woocommerce-checkout .woocommerce-breadcrumb > span:nth-child(3),
.woocommerce-checkout .woocommerce-breadcrumb > a:not(.nolink) {
  color: #2d6a4f !important;
  font-weight: 700 !important;
}
/* En carrito, el paso activo es "Carrito" */
.woocommerce-cart .woocommerce-breadcrumb a:first-of-type,
.woocommerce-cart .woocommerce-breadcrumb > a:not(.nolink) {
  color: #2d6a4f !important;
  font-weight: 700 !important;
}
