.elementor-16 .elementor-element.elementor-element-7699633f{--display:flex;}/* Start custom CSS */.rc-wrap { color: #f5f1e8; font-family: 'Inter', sans-serif; padding: 40px 0 80px; }

    /* ── Tabla ── */
    .rc-head {
        display: grid;
        grid-template-columns: 80px 1fr 100px 130px 100px 40px;
        gap: 0 12px;
        padding: 0 8px 14px;
        border-bottom: 1px solid rgba(245,241,232,0.12);
        font-family: 'Unbounded', sans-serif;
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #6b6480;
    }

    .rc-row {
        display: grid;
        grid-template-columns: 80px 1fr 100px 130px 100px 40px;
        gap: 0 12px;
        align-items: center;
        padding: 16px 8px;
        border-bottom: 1px solid rgba(245,241,232,0.07);
        transition: background 0.15s;
    }

    .rc-row:hover { background: rgba(255,255,255,0.02); border-radius: 8px; }

    .rc-img { width: 72px; height: 90px; object-fit: cover; border-radius: 10px; border: 1px solid rgba(245,241,232,0.12); display: block; }

    .rc-col-name { font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 600; color: #f5f1e8; line-height: 1.4; }

    .rc-col-price, .rc-col-total {
        font-family: 'Unbounded', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #f5f1e8;
    }

    /* ── Qty ── */
    .rc-qty-wrap {
        display: flex;
        align-items: center;
        gap: 0;
        background: rgba(255,77,126,0.06);
        border: 1px solid rgba(255,77,126,0.4);
        border-radius: 10px;
        overflow: hidden;
        width: fit-content;
    }

    .rc-qty-btn {
        background: transparent;
        border: none;
        color: #ff4d7e;
        font-size: 18px;
        width: 32px;
        height: 36px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.15s;
        padding: 0;
    }

    .rc-qty-btn:hover { background: rgba(255,77,126,0.15); }

    .rc-qty-input {
        background: transparent;
        border: none;
        border-left: 1px solid rgba(255,77,126,0.3);
        border-right: 1px solid rgba(255,77,126,0.3);
        color: #f5f1e8;
        font-family: 'Unbounded', sans-serif;
        font-size: 13px;
        font-weight: 700;
        width: 48px;
        height: 36px;
        text-align: center;
        outline: none;
        -moz-appearance: textfield;
    }

    .rc-qty-input::-webkit-outer-spin-button,
    .rc-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; }

    /* ── Botón eliminar ── */
    .rc-remove {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid rgba(245,241,232,0.12);
        color: #6b6480;
        font-size: 18px;
        text-decoration: none;
        transition: color 0.2s, border-color 0.2s, background 0.2s;
    }

    .rc-remove:hover { color: #ff4d7e; border-color: rgba(255,77,126,0.4); background: rgba(255,77,126,0.08); }

    /* ── Acciones ── */
    .rc-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
        padding: 20px 8px 0;
    }

    .rc-coupon { display: flex; gap: 10px; align-items: center; }

    .rc-coupon input {
        background: #13102a;
        border: 1px solid rgba(245,241,232,0.2);
        border-radius: 999px;
        color: #f5f1e8;
        padding: 11px 20px;
        font-size: 13px;
        font-family: 'Inter', sans-serif;
        outline: none;
        width: 240px;
        transition: border-color 0.2s;
    }

    .rc-coupon input::placeholder { color: #6b6480; }
    .rc-coupon input:focus { border-color: rgba(255,77,126,0.5); }

    .rc-btn-ghost {
        background: transparent;
        border: 1.5px solid rgba(245,241,232,0.2);
        border-radius: 999px;
        color: #a8a2c0;
        font-family: 'Unbounded', sans-serif;
        font-size: 10px;
        font-weight: 600;
        padding: 11px 20px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        cursor: pointer;
        transition: border-color 0.2s, color 0.2s, background 0.2s;
    }

    .rc-btn-ghost:hover { border-color: rgba(255,77,126,0.5); color: #ff4d7e; background: rgba(255,77,126,0.06); }

    /* ── Totales ── */
    .rc-totals-wrap { display: flex; justify-content: flex-end; margin-top: 40px; }

    .rc-totals {
        width: 100%;
        max-width: 420px;
        background: #13102a;
        border: 1px solid rgba(245,241,232,0.12);
        border-radius: 20px;
        padding: 28px;
    }

    .rc-totals-title {
        font-family: 'Unbounded', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #f5f1e8;
        margin: 0 0 40px;
        letter-spacing: -0.02em;
        
    }

    .rc-totals-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px 0;
        border-bottom: 1px solid rgba(245,241,232,0.07);
        font-size: 13px;
        color: #a8a2c0;
    }

    .rc-totals-row:last-of-type { border-bottom: none; }

    .rc-totals-total {
        font-family: 'Unbounded', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #f5f1e8;
        padding-top: 16px;
        margin-top: 4px;
    }

    .rc-btn-primary {
        display: block;
        width: 100%;
        text-align: center;
        background: #ff4d7e;
        color: #1a0511;
        border: none;
        border-radius: 999px;
        font-family: 'Unbounded', sans-serif;
        font-size: 12px;
        font-weight: 700;
        padding: 18px 24px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        text-decoration: none;
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 8px 24px rgba(255,77,126,0.4);
        margin-top: 20px;
        box-sizing: border-box;
    }

    .rc-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,77,126,0.6); }

    /* ── Carrito vacío ── */
    .rc-empty { text-align: center; padding: 60px 0; color: #a8a2c0; font-family: 'Unbounded', sans-serif; font-size: 14px; }
    .rc-empty .rc-btn-primary { display: inline-block; width: auto; padding: 16px 32px; margin-top: 20px; }

    /* ── Notices ── */
    .rc-wrap .woocommerce-message {
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(74,222,128,0.08);
        border-left: 3px solid #4ade80;
        border-radius: 12px;
        color: #f5f1e8;
        padding: 14px 40px;
        margin-bottom: 24px;
        font-size: 13px;
    }

    .rc-wrap .woocommerce-error {
        background: rgba(255,77,126,0.08);
        border-left: 3px solid #ff4d7e;
        border-radius: 12px;
        color: #f5f1e8;
        padding: 14px 20px;
        margin-bottom: 24px;
        font-size: 13px;
        list-style: none;
    }
.rc-col-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rc-col-desc {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #6b6480;
    line-height: 1.4;
}
    /* ── Responsive ── */
    @media (max-width: 768px) {
        .rc-head { display: none; }
        .rc-row {
            grid-template-columns: 72px 1fr 40px;
            grid-template-rows: auto auto auto;
            gap: 8px 12px;
            padding: 16px 8px;
        }
        .rc-col-img { grid-row: 1 / 3; }
        .rc-col-name { grid-column: 2; grid-row: 1; font-size: 12px; }
        .rc-col-qty { grid-column: 2; grid-row: 2; }
        .rc-col-price { display: none; }
        .rc-col-total { grid-column: 2; grid-row: 3; font-size: 13px; }
        .rc-col-del { grid-column: 3; grid-row: 1; }
        .rc-totals-wrap { justify-content: stretch; }
        .rc-totals { max-width: 100%; }
        .rc-coupon input { width: 160px; }
        .rc-actions { flex-direction: column; align-items: flex-start; }
    }
    
    @media (max-width: 768px) {
    .woocommerce-message {
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 12px 16px !important;
    }

    .woocommerce-message a.button {
        margin-left: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }
}/* End custom CSS */