
        /* Ocultar YITH y WCMMQ en cards */
        .woocommerce-card__header .yith-ywraq-add-to-quote,
        .woocommerce-card__header .yith-ywraq-add-button-container,
        .wcmmq-wrap,
        .wcmmq-button { display: none !important; }

        /* Botón Cotizar alineado con cards de Shoptimizer */
        .woocommerce-card__header a.button.gp-cotizar-btn {
            background: #111827 !important;
            color: #ffffff !important;
            border-radius: 6px !important;
            font-size: 13px !important;
            font-weight: 500 !important;
            letter-spacing: 0.3px !important;
            line-height: 1.4 !important;
            padding: 10px 16px !important;
            display: block !important;
            text-align: center !important;
            width: 100% !important;
            box-sizing: border-box !important;
            margin: 10px 0 0 0 !important;
            text-decoration: none !important;
        }
        .woocommerce-card__header a.button.gp-cotizar-btn:hover {
            background: #1f2937 !important;
            color: #ffffff !important;
        }
    